Thanks for your quick reply.
I was focusing on httpd.conf. And now i try to modify ssl.conf.
Q: how to make the web site https:// only?
If I simply hash out Listen 80, it still responses.
--
View this message in context:
http://old.nabble.com/install-certificate-on-httpd-tp28702259p28702534.
I am using Fedora 10 httpd. By default, I can http:// and https:// to the
host.
Now I want to
1. disable http:// ie disable port 80 and keep https:// or port 443 only.
I am still using the default DocumentRoot /var/www/html/.
I am confused if I should use Listen 443 or Listen x.x.x.x:443 or S