Questions - new compilation of mod_ssl-2.8.5

2001-11-19 Thread Cdowns

Evening,
Im new to the list. I have an openssl quesion pointed to mod_ssl. I
have compiled as stated by the INSTALL Doc in the mod_perl-2.8.5 /src
tree. Everything seems to compile fine with no errors at all. When I
issue /usr/local/apache/bin/apachectl startssl apache starts up and here
is the connection status:

[root@mail1 bin]# ./apachectl startssl
./apachectl startssl: httpd started
[root@mail1 bin]# ps ax | grep httpd
 5057 ?S  0:00 /usr/local/apache/bin/httpd -DSSL
 5058 ?S  0:00 /usr/local/apache/bin/httpd -DSSL
 5059 ?S  0:00 /usr/local/apache/bin/httpd -DSSL
 5060 ?S  0:00 /usr/local/apache/bin/httpd -DSSL
 5061 ?S  0:00 /usr/local/apache/bin/httpd -DSSL
 5062 ?S  0:00 /usr/local/apache/bin/httpd -DSSL

when I check for port 443 its not starting up for some reason:

[root@mail1 bin]# netstat -na | grep 80
tcp0  0 0.0.0.0:80  0.0.0.0:*
LISTEN
[root@mail1 bin]# netstat -na | grep 443
[root@mail1 bin]#

Anyone have and Idea ? Im sure this is a simple solution im just dong
something wrong I guess ?

Sincerely,

~D


__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: Questions - new compilation of mod_ssl-2.8.5

2001-11-19 Thread Keary Suska

It is probably an Apache configuration issue. If there was a problem with
your mod_ssl binary, Apache probably wouldn't load. Apache doesn't do SSL
automatically. You have to specify it in the configuration. Have you looked
at httpd.apache.org for documentation?

Keary Suska
Esoteritech, Inc.
Leveraging Open Source for a better Internet

 From: Cdowns [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Date: Mon, 19 Nov 2001 21:58:03 -0500
 To: [EMAIL PROTECTED]
 Subject: Questions - new compilation of mod_ssl-2.8.5
 
 Evening,
 Im new to the list. I have an openssl quesion pointed to mod_ssl. I
 have compiled as stated by the INSTALL Doc in the mod_perl-2.8.5 /src
 tree. Everything seems to compile fine with no errors at all. When I
 issue /usr/local/apache/bin/apachectl startssl apache starts up and here
 is the connection status:
 
 [root@mail1 bin]# ./apachectl startssl
 ./apachectl startssl: httpd started
 [root@mail1 bin]# ps ax | grep httpd
 5057 ?S  0:00 /usr/local/apache/bin/httpd -DSSL
 5058 ?S  0:00 /usr/local/apache/bin/httpd -DSSL
 5059 ?S  0:00 /usr/local/apache/bin/httpd -DSSL
 5060 ?S  0:00 /usr/local/apache/bin/httpd -DSSL
 5061 ?S  0:00 /usr/local/apache/bin/httpd -DSSL
 5062 ?S  0:00 /usr/local/apache/bin/httpd -DSSL
 
 when I check for port 443 its not starting up for some reason:
 
 [root@mail1 bin]# netstat -na | grep 80
 tcp0  0 0.0.0.0:80  0.0.0.0:*
 LISTEN
 [root@mail1 bin]# netstat -na | grep 443
 [root@mail1 bin]#
 
 Anyone have and Idea ? Im sure this is a simple solution im just dong
 something wrong I guess ?
 
 Sincerely,
 
 ~D
 
 
 __
 OpenSSL Project http://www.openssl.org
 User Support Mailing List[EMAIL PROTECTED]
 Automated List Manager   [EMAIL PROTECTED]
 

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]