I followed the instructions to install OpenSSL and mod_ssl on my server. I
can do an apachectl startssl, and httpd starts fine. But for some reason it
is not listening on port 443, even if I tell it to in httpd.conf. It's
definitely running, when I do a ps auxw | grep httpd I get:
httpd 16797 0.0 1.8 3200 2308 ? S 17:49 0:00
/usr/local/apache/bin/httpd -DSSL
httpd 16798 0.0 1.7 3200 2296 ? S 17:49 0:00
/usr/local/apache/bin/httpd -DSSL
httpd 16799 0.0 1.7 3172 2288 ? S 17:49 0:00
/usr/local/apache/bin/httpd -DSSL
httpd 16800 0.0 1.7 3168 2280 ? S 17:49 0:00
/usr/local/apache/bin/httpd -DSSL
httpd 16801 0.0 1.7 3164 2268 ? S 17:49 0:00
/usr/local/apache/bin/httpd -DSSL
httpd 16803 0.0 1.7 3200 2300 ? S 17:49 0:00
/usr/local/apache/bin/httpd -DSSL
httpd 16804 0.0 1.8 3236 2344 ? S 17:49 0:00
/usr/local/apache/bin/httpd -DSSL
httpd 16805 0.0 1.7 3172 2288 ? S 17:49 0:00
/usr/local/apache/bin/httpd -DSSL
httpd 16832 0.0 1.3 2852 1724 ? S 17:50 0:00
/usr/local/apache/bin/httpd -DSSL
httpd 16833 0.0 1.2 2804 1596 ? S 17:50 0:00
/usr/local/apache/bin/httpd -DSSL
root 16796 0.0 1.2 2804 1596 ? S 17:49 0:00
/usr/local/apache/bin/httpd -DSSL
Did I miss something in the installation? The INSTALL file doesn't say
anything about changes to the httpd.conf file, nor does it indicate how to
specify which certificate will be used for each site. If someon can help
me out here I'd appreciate it.
TIA
--Adam
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]