Networking Forums

Networking Forums > Computer Networking > Linux Networking > How to start apache, ssl????

Reply
Thread Tools Display Modes

How to start apache, ssl????

 
 
linuxquestion@yahoo.com
Guest
Posts: n/a

 
      12-31-2003, 03:17 AM
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
 
Reply With Quote
 
 
 
 
Paul Rubin
Guest
Posts: n/a

 
      12-31-2003, 04:53 AM
(E-Mail Removed) 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.
 
Reply With Quote
Reply

Thread Tools
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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IIS Vs Apache NeWGeeK Windows Networking 4 06-22-2009 03:04 PM
IIS vs Apache...???? gerry Home Networking 9 09-07-2004 07:15 PM
dhcpd in rc script doesn't start, but it does start by hand j Linux Networking 3 06-08-2004 12:30 PM
DHCP client fails to start on PDC, DNS client fails to start on Schema DC Edward Ray \(502974\) Windows Networking 3 04-14-2004 09:23 PM
RH9: I need to start ADSL-START as root for the first time after boot .... Gabolander Linux Networking 3 08-13-2003 09:52 AM



1 2 3 4 5 6 7 8 9 10 11