# Apache Virtual Host for GSCF test instance # # Author Jeroen Wesbeek # Since 20100801 # # Revision Information: # $Author: duh $ # $Date: 2010-08-02 13:07:27 +0000 (ma, 02 aug 2010) $ # $Rev: 763 $ # ServerName test.dbnp.org ErrorLog /var/log/apache2/test.dbnp.org-error.log CustomLog /var/log/apache2/test.dbnp.org-access.log combined ServerAdmin jeroen.wesbeek@gmail.com DocumentRoot "/home/tomcat/apache-tomcat-6.0.26/webapps/" AuthType Basic AuthName "GSCF TNO instance" AuthUserFile /home/tomcat/authentication/users AuthGroupFile /home/tomcat/authentication/groups Require group tno bigcat umc Order allow,deny Allow from 83.80.4.00 # jeroen home Allow from 137.120.15.4 # nbx5 Satisfy any JkMount /* gscf RewriteEngine on RewriteLog "/var/log/apache2/domain-rewrite.log" RewriteRule ^/gscf-([0-9\.]{1,})(.*)$ $2 [NC,NE] RewriteRule ^/(.*)$ /gscf-0.4.3/$1 [L,PT,NC,NE]