hi i'm getting stuck on setting up a self-signed ssl cert on my linux box. I followed the directions here:
http://library.linode.com/web-servers/a ... des/centos but still not helping.
When I restart apache i get "NameVirtualHost [ip]:443 has no VirtualHosts"
In my ssl.conf file i have the following:
LoadModule ssl_module modules/mod_ssl.so
#Listen 443
NameVirtualHost [ip]:443
<VirtualHost [ip]:443>
SSLEngine on
SSLProtocol all -SSLv2
SSLCertificateFile /etc/httpd/ssl/httpd.pem
SSLCertificateKeyFile /etc/httpd/ssl/httpd.key
.
.
.
so i do have a virtual host defined..not sure what's going on? anyone help?