Author | Topic: Apache 2.2.3 - SSL dokumentroot ? | |
---|---|---|
Hubert Brandel | Apache 2.2.3 - SSL dokumentroot ? on Sat, 16 Dec 2006 11:09:12 +0100 Hi, I have a dokumentroot for HTTP -> .../normal and one for HTTPS -> .../ssl this worked fine with 2.0.55, but now with 2.2.3 I will always geht the dokumentroot out of .../normal (.../ stands for the real dir name). Here are my settings: httpd.conf: ... DocumentRoot ".../Normal" ... <Directory ".../Normal"> extra/httpd-ssl.conf: ... <VirtualHost _default_:443> # General setup for the virtual host DocumentRoot ".../SSL" ... <Directory ".../SSL"> SSLOptions +StdEnvVars Order allow,deny Allow from all </Directory> ... I thought with Phils Apache-Help I understood the Apache configuration, but the 2.2.3 with SSL gets me down Bye Hubert ---------------- Ich empfehle: www.xbaseforum.de (in deutsch) Homepage: German - www.familie-brandel.de/index.htm English - www.familie-brandel.de/index_e.htm | |
Phil Ide | Re: Apache 2.2.3 - SSL dokumentroot ? on Sat, 16 Dec 2006 11:25:31 +0000 Hubert, > I have a dokumentroot for HTTP -> .../normal > and one for HTTPS -> .../ssl > this worked fine with 2.0.55, but now with 2.2.3 I will always geht the > dokumentroot out of .../normal (.../ stands for the real dir name). I have 2.2.3 running at home, so I'll see if I can setup an SSL site similar to the way you've done it. Regards, Phil Ide --------------------- www.xbhcl.com www.pbih.eu www.idep.org.uk/xbase --------------------- Condoning sloppy spelling is guache. | |
Hubert Brandel | Re: Apache 2.2.3 - SSL dokumentroot ? on Sat, 16 Dec 2006 18:28:11 +0100 Phil Ide schrieb: > Hubert, > >> I have a dokumentroot for HTTP -> .../normal >> and one for HTTPS -> .../ssl >> this worked fine with 2.0.55, but now with 2.2.3 I will always geht the >> dokumentroot out of .../normal (.../ stands for the real dir name). > > I have 2.2.3 running at home, so I'll see if I can setup an SSL site > similar to the way you've done it. > > Regards, Hi, very strange ... I have just testet my website again, and now it works as it should. I am shure that I did stop and start after all changes, and it did wrong. Very strange ... Bye Hubert ---------------- Ich empfehle: www.xbaseforum.de (in deutsch) Homepage: German - www.familie-brandel.de/index.htm English - www.familie-brandel.de/index_e.htm | |
Phil Ide | Re: Apache 2.2.3 - SSL dokumentroot ? on Sat, 16 Dec 2006 18:06:51 +0000 Hubert, > very strange ... I have just testet my website again, and now it > works as it should. I am shure that I did stop and start after all > changes, and it did wrong. Very strange ... ROFL - isn't that always the way? Regards, Phil Ide --------------------- www.xbhcl.com www.pbih.eu www.idep.org.uk/xbase --------------------- Energizer Bunny released on bail of 30,000 NiCads. |