[Yanel-commits] rev 27724 - public/yanel/trunk/src/httpd-2.2.3/conf/extra

michi at wyona.com michi at wyona.com
Thu Sep 27 13:49:27 CEST 2007


Author: michi
Date: 2007-09-27 13:49:26 +0200 (Thu, 27 Sep 2007)
New Revision: 27724

Modified:
   public/yanel/trunk/src/httpd-2.2.3/conf/extra/httpd-vhosts_WITH_SSL.conf
Log:
http fixed

Modified: public/yanel/trunk/src/httpd-2.2.3/conf/extra/httpd-vhosts_WITH_SSL.conf
===================================================================
--- public/yanel/trunk/src/httpd-2.2.3/conf/extra/httpd-vhosts_WITH_SSL.conf	2007-09-27 11:38:11 UTC (rev 27723)
+++ public/yanel/trunk/src/httpd-2.2.3/conf/extra/httpd-vhosts_WITH_SSL.conf	2007-09-27 11:49:26 UTC (rev 27724)
@@ -41,10 +41,12 @@
 </VirtualHost>
 
 <VirtualHost *:80>
-  ServerName www.example.com
-  ServerAdmin you at example.com
-  ErrorLog logs/error_log_http
+    ServerAdmin michael.wechner at wyona.com
+    ServerName localhost
+    ErrorLog logs/localhost-error_log
+    CustomLog logs/localhost-access_log common
 
-  ProxyPass / http://localhost:8080/yanel/
-  ProxyPassReverse / http://localhost:80 
+    ProxyPassReverseCookiePath /yanel /
+    ProxyPass           /  http://127.0.0.1:8080/yanel/yanel-website/
+    ProxyPassReverse    /  http://127.0.0.1:8080/yanel/yanel-website/
 </VirtualHost>



More information about the Yanel-commits mailing list