[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Apache and mod_ssl....



Hi all,
 
I'm having trouble getting mod_ssl working. I have the module loaded: I did
"/usr/sbin/modules-config apache mod_ssl enable"
 
then added this to the bottom of my /etc/apache/httpd.conf file:
 
<VirtualHost _default_:443>
SSLEngine on
SSLCertificateFile /etc/apache/ssl.crt/snakeoil-dsa.crt
SSLCertificateKeyFile /etc/apache/ssl.key/snakeoil-dsa.key
</VirtualHost>
 
and restart apache with no errors, but netstat -a -p shows apache listening on port 80 only?
 
What am I doing worng?
 
Ralph

Reply to: