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

michi at wyona.com michi at wyona.com
Sun Feb 18 22:04:15 CET 2007


Author: michi
Date: 2007-02-18 22:04:14 +0100 (Sun, 18 Feb 2007)
New Revision: 22767

Modified:
   public/yanel/trunk/src/httpd-2.2.3/conf/extra/httpd-vhosts.conf
Log:
vhost updated

Modified: public/yanel/trunk/src/httpd-2.2.3/conf/extra/httpd-vhosts.conf
===================================================================
--- public/yanel/trunk/src/httpd-2.2.3/conf/extra/httpd-vhosts.conf	2007-02-18 20:51:27 UTC (rev 22766)
+++ public/yanel/trunk/src/httpd-2.2.3/conf/extra/httpd-vhosts.conf	2007-02-18 21:04:14 UTC (rev 22767)
@@ -16,7 +16,7 @@
 #
 # Use name-based virtual hosting.
 #
-NameVirtualHost *:1080
+NameVirtualHost *:80
 
 #
 # VirtualHost example:
@@ -24,18 +24,23 @@
 # The first VirtualHost section is used for all requests that do not
 # match a ServerName or ServerAlias in any <VirtualHost> block.
 #
-<VirtualHost *:1080>
+<VirtualHost *:80>
     ServerAdmin michael.wechner at wyona.com
-    ServerName ulysses.wyona.org
-    ErrorLog logs/ulysses.wyona.org-error_log
-    CustomLog logs/ulysses.wyona.org-access_log common
+    ServerName www.yulup.org
+    ErrorLog logs/www.yulup.org-error_log
+    CustomLog logs/www.yulup.org-access_log common
+    DocumentRoot /home/ulysses/src/realms/yulup-website
+    <directory /home/ulysses/src/realms/yulup-website>
+    allow from all
+    </directory>
 
     # See http://httpd.apache.org/docs/2.1/mod/mod_proxy.html#proxypassreversecookiepath
     # and http://issues.apache.org/bugzilla/show_bug.cgi?id=10722
-    # NOTE: Only the servlet context prefix needs to be specified (and not the "mount-point", e.g. /yanel/ulysses-website)
+    # NOTE: Only the servlet context prefix needs to be specified (and not the "mount-point", e.g. /yanel/yulup-website)
     ProxyPassReverseCookiePath /yanel /
 
-    # See conf/(local.)yanel.xml and src/build/(local.)build.properties
-    ProxyPass           /  http://127.0.0.1:9090/yanel/ulysses-website/
-    ProxyPassReverse    /  http://127.0.0.1:9090/yanel/ulysses-website/
+    # See conf/realms.xml (resp. conf/local/local.realms.xml) and src/build/(local.)build.properties
+    ProxyPass           /download/yulup-0.2.3-r22739.xpi !
+    ProxyPass           /  http://127.0.0.1:9090/yanel/yulup-website/
+    ProxyPassReverse    /  http://127.0.0.1:9090/yanel/yulup-website/
 </VirtualHost>




More information about the Yanel-commits mailing list