Apache2 SSL not running/listening

maddog

Verified User
Joined
Jan 16, 2006
Messages
21
Location
Israel
Hello.
I have upgraded to APACHE 2, I have mod_ssl built in. My conf files looks good, but still my machine even do not listen to 443 port.

http://interhost.co.il/phpinfo.php

Apache/2.0.55 (Unix) mod_perl/1.99_17-dev Perl/v5.8.4 mod_ssl/2.0.55 OpenSSL/0.9.7e FrontPage/5.0.2.2634 PHP/5.1.2 Server

Added httpd.conf & ssl.conf files that I run below,
Please advice..
 
Last edited:
Do you have a firewall installed? If so, turn it off and test.

Jeff
 
no firewall.
Actually problem solved, the httpd script for 2.0 on Debian just missed.
When used "apachectl startssl" everythin was ok.
So as advice from DA support i've edited my current /etc/init.d/httpd file which missed "-DSSL"
(/usr/sbin/httpd -k start -DSSL).
 
Just for reference, had the exact same problem and searched some hours for this bug and solved the answer within a minute after finally finding your post. The httpd_debian script is, just like the customapache build script, NOT correct.

They are both simply missing important parts.
 
maddog could you possibly post your httpd file you are using on Debian please?
 
Back
Top