- Timestamp:
- Nov 4, 2010, 5:16:23 PM (13 years ago)
- Location:
- misc/vhost
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/vhost/nmcdsp.org_gscf-ci.conf
r1007 r1086 18 18 <IfModule mod_rewrite.c> 19 19 RewriteEngine on 20 RewriteRule ^/gscf-0.5. 0-ci/(.*)$ /$1 [L,PT,NC,NE]20 RewriteRule ^/gscf-0.5.1-ci/(.*)$ /$1 [L,PT,NC,NE] 21 21 </IfModule> 22 22 … … 28 28 29 29 ProxyStatus On 30 ProxyPass / balancer://gscf-cluster/gscf-0.5. 0-ci/ stickysession=JSESSIONID|jsessionid nofailover=On31 ProxyPassReverse / balancer://gscf-cluster/gscf-0.5. 0-ci/32 # ProxyPass / ajp://localhost:8009/gscf-0.5. 0-ci/33 # ProxyPassReverse / ajp://localhost:8009/gscf-0.5. 0-ci/34 ProxyPassReverseCookiePath /gscf-0.5. 0-ci /30 ProxyPass / balancer://gscf-cluster/gscf-0.5.1-ci/ stickysession=JSESSIONID|jsessionid nofailover=On 31 ProxyPassReverse / balancer://gscf-cluster/gscf-0.5.1-ci/ 32 # ProxyPass / ajp://localhost:8009/gscf-0.5.1-ci/ 33 # ProxyPassReverse / ajp://localhost:8009/gscf-0.5.1-ci/ 34 ProxyPassReverseCookiePath /gscf-0.5.1-ci / 35 35 36 36 <Proxy balancer://gscf-cluster> -
misc/vhost/nmcdsp.org_nmcdsp-ci.conf
r1007 r1086 11 11 <VirtualHost *:80> 12 12 ServerName ci.nmcdsp.nmcdsp.org 13 ServerAlias ci.metabolomics.nmcdsp.org 13 ServerAlias ci.metabolomics.nmcdsp.org nmcdsp.nmcdsp.org metabolomics.nmcdsp.org 14 14 15 15 ErrorLog /var/log/apache2/nmcdsp-ci-error.log -
misc/vhost/nmcdsp.org_nmcdsp-www.conf
r1007 r1086 11 11 <VirtualHost *:80> 12 12 ServerName www.nmcdsp.nmcdsp.org 13 ServerAlias www.metabolomics.nmcdsp.org nmcdsp.nmcdsp.org metabolomics.nmcdsp.org 13 ServerAlias www.metabolomics.nmcdsp.org 14 #nmcdsp.nmcdsp.org metabolomics.nmcdsp.org 14 15 15 16 ErrorLog /var/log/apache2/nmcdsp-error.log
Note: See TracChangeset
for help on using the changeset viewer.