How to start apache, ssl????

This is a discussion on How to start apache, ssl???? within the Linux Web Servers forums, part of the Web Server and Related Forums category; Dear experts, I'm using: Redhat Advanced Server. Oracle 9.2 I installed Oracle last night. At the tail end, ...


Go Back   Usenet Forums > Web Server and Related Forums > Linux Web Servers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 12-31-2003
linuxquestion@yahoo.com
 
Posts: n/a
Default How to start apache, ssl????

Dear experts,

I'm using:
Redhat Advanced Server. Oracle 9.2

I installed Oracle last night. At the tail end, I
got the message:

The HTTP Server can be accessed using the following URLs:

Non SSL Mode:
http://red:7777

SSL mode (executed at install time):
http://red:7778
https://red:4443

Last night, all these ports worked in a browser.

---------

Today, after looking at number of executable, and
configuration files, I started apache:

cd /opt/oracle92/product/9.2.0/Apache/Apache/bin

../apachectl start
../apachectl start: httpd started


Using the browser:

http://red:7777
- this works.

but this does not:

http://red:7778
- could not connect to host red (port 7778)

https://red:4443
- could not connect to host red (port 4443)

netstat -a | grep 7777
tcp 0 0 *:7777 *:* LISTEN
tcp 1 0 red:33091 red:7777 CLOSE_WAIT
tcp 1 0 red:33087 red:7777 CLOSE_WAIT

[root@localhost bin]# netstat -a | grep 7778
- nothing

[root@localhost bin]# netstat -a | grep 4443
- nothing


- the ports are in the configuration file:

cat /opt/oracle92/product/9.2.0/Apache/Apache/conf/httpd.conf | grep 777
Port 7777
Listen 7777
Port 7778
Listen 7778
# Example: ProcNode abc.com 7777
ProcNode red 7777
ProcNode red 7778


cat /opt/oracle92/product/9.2.0/Apache/Apache/conf/httpd.conf | grep 444
Listen 4443
<VirtualHost _default_:4443>
Port 4443

Why are the ports: 7778, and 4443 not working?
I'm sure it is because of the ssl. How do get it to work?


Thanks
  #2 (permalink)  
Old 12-31-2003
Paul Rubin
 
Posts: n/a
Default Re: How to start apache, ssl????

linuxquestion@yahoo.com writes:
> Today, after looking at number of executable, and
> configuration files, I started apache:
>
> cd /opt/oracle92/product/9.2.0/Apache/Apache/bin
>
> ./apachectl start
> ./apachectl start: httpd started


Use "apachectl startssl" if you want to run SSL.
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:23 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0