# Apache Virtual Host for GSCF Continuous Integration Build # # Author Jeroen Wesbeek # Since 20100801 # # Revision Information: # $Author: duh $ # $Date: 2010-08-02 13:07:27 +0000 (ma, 02 aug 2010) $ # $Rev: 763 $ # ServerName ci.dbnp.org ServerAlias gscf.osx.eu ErrorLog logs/gscf-error.log CustomLog logs/gscf-access.log combined RewriteEngine on RewriteRule ^/gscf-0.4.3/(.*)$ /$1 [L,PT,NC,NE] Order deny,allow Allow from all ProxyStatus On ProxyPass / balancer://gscf-cluster/gscf-0.4.3/ stickysession=JSESSIONID|jsessionid nofailover=On ProxyPassReverse / balancer://gscf-cluster/gscf-0.4.3/ # ProxyPass / ajp://localhost:8009/gscf-0.4.3/ # ProxyPassReverse / ajp://localhost:8009/gscf-0.4.3/ ProxyPassReverseCookiePath /gscf-0.4.3 / BalancerMember ajp://localhost:8009