Re: Apache ssl as Default

2007-02-16 Thread Maxim Veksler
On 2/16/07, Oded Arbel <[EMAIL PROTECTED]> wrote: On Fri, 2007-02-16 at 00:27 +0200, Chaim Keren Tzion wrote: > What is the recommended way to set up Apache2 so that all sites will default > to ssl (https) even if entered as http? > > I don't want to have to set up a rewrite for each directory or

Re: Apache ssl as Default

2007-02-16 Thread Oded Arbel
On Fri, 2007-02-16 at 00:27 +0200, Chaim Keren Tzion wrote: > What is the recommended way to set up Apache2 so that all sites will default > to ssl (https) even if entered as http? > > I don't want to have to set up a rewrite for each directory or virtual server. I think you can get away with no

Re: Apache ssl as Default

2007-02-16 Thread Yehoshua (Shay) O'Hayon Suchar
For defaulting Apache2 just configure it to listen on 443 on ports.conf (you might also like to delete "Listen 80" if you don't want non-encrypted HTTP connections, and turn SSLEngine On, on your host's configuration (or VirtualHost). (make sure that you have mod_ssl installed) If you want htt

Apache ssl as Default

2007-02-15 Thread Chaim Keren Tzion
What is the recommended way to set up Apache2 so that all sites will default to ssl (https) even if entered as http? I don't want to have to set up a rewrite for each directory or virtual server. TIA, Chaim Witty Quote as Signature Here ==