Re: [us...@httpd] http to https

2009-03-21 Thread Brian Mearns
On Sat, Mar 21, 2009 at 4:52 AM, Davide Bianchi wrote: > Tim DeBoer wrote: >> For example if I type in secure.foo.com , I want >> apache to read/load it as https://secure.foo.com in my browser. > > What you need is to setup an http site 'secure.foo.com' that > automatically

Re: [us...@httpd] http to https

2009-03-21 Thread Davide Bianchi
Tim DeBoer wrote: > For example if I type in secure.foo.com , I want > apache to read/load it as https://secure.foo.com in my browser. What you need is to setup an http site 'secure.foo.com' that automatically redirect to the https site. Somethig like Servername se

[us...@httpd] http to https

2009-03-21 Thread Tim DeBoer
Hi everyone, I've been playing around with SSL and want to set up apache to automagically handle traffic as https, rather than http on the SSL enabled sites. For example if I type in secure.foo.com, I want apache to read/load it as https://secure.foo.com in my browser. Right now it just loads as h