Re: [us...@httpd] install certificate on httpd

2010-05-27 Thread Nilesh Govindarajan
On Fri, May 28, 2010 at 9:40 AM, Nilesh Govindarajan wrote: > On Fri, May 28, 2010 at 9:33 AM, gping wrote: >> >> 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 sti

Re: [us...@httpd] install certificate on httpd

2010-05-27 Thread Nilesh Govindarajan
On Fri, May 28, 2010 at 9:33 AM, gping wrote: > > 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

Re: [us...@httpd] install certificate on httpd

2010-05-27 Thread gping
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.

Re: [us...@httpd] install certificate on httpd

2010-05-27 Thread Nilesh Govindarajan
On Fri, May 28, 2010 at 8:29 AM, gping wrote: > > 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 con

[us...@httpd] install certificate on httpd

2010-05-27 Thread gping
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