Changeset 1104
- Timestamp:
- Nov 9, 2010, 12:51:28 PM (12 years ago)
- Location:
- misc/vhost
- Files:
-
- 4 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/vhost/nmcdsp.org_gscf-ci.conf
r1086 r1104 11 11 <VirtualHost *:80> 12 12 ServerName ci.gscf.nmcdsp.org 13 ServerAlias gscf.nmcdsp.org14 13 15 14 ErrorLog /var/log/apache2/gscf-ci-error.log -
misc/vhost/nmcdsp.org_gscf-test.conf
r1007 r1104 18 18 <IfModule mod_rewrite.c> 19 19 RewriteEngine on 20 RewriteRule ^/gscf-0.5. 0-test/(.*)$ /$1 [L,PT,NC,NE]20 RewriteRule ^/gscf-0.5.1-test/(.*)$ /$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-test/ stickysession=JSESSIONID|jsessionid nofailover=On31 ProxyPassReverse / balancer://gscf-cluster/gscf-0.5. 0-test/32 # ProxyPass / ajp://localhost: 8009/gscf-0.5.0-test/33 # ProxyPassReverse / ajp://localhost: 8009/gscf-0.5.0-test/34 ProxyPassReverseCookiePath /gscf-0.5. 0-test /30 ProxyPass / balancer://gscf-cluster/gscf-0.5.1-test/ stickysession=JSESSIONID|jsessionid nofailover=On 31 ProxyPassReverse / balancer://gscf-cluster/gscf-0.5.1-test/ 32 # ProxyPass / ajp://localhost:9009/gscf-0.5.1-test/ 33 # ProxyPassReverse / ajp://localhost:9009/gscf-0.5.1-test/ 34 ProxyPassReverseCookiePath /gscf-0.5.1-test / 35 35 36 36 <Proxy balancer://gscf-cluster> 37 BalancerMember ajp://localhost: 800937 BalancerMember ajp://localhost:9009 38 38 </Proxy> 39 39 </IfModule> -
misc/vhost/nmcdsp.org_gscf-wur.conf
r1007 r1104 10 10 # 11 11 <VirtualHost *:80> 12 ServerName gscf-wur.nmcdsp.org 12 ServerName wur.gscf.nmcdsp.org 13 ServerAlias gscf-wur.nmcdsp.org 13 14 14 15 ErrorLog /var/log/apache2/gscf-wur-error.log … … 29 30 ProxyPass / balancer://gscf-wur-cluster/gscf-0.5.0-wur/ stickysession=JSESSIONID|jsessionid nofailover=On 30 31 ProxyPassReverse / balancer://gscf-wur-cluster/gscf-0.5.0-wur/ 31 # ProxyPass / ajp://localhost: 8009/gscf-0.5.0-wur/32 # ProxyPassReverse / ajp://localhost: 8009/gscf-0.5.0-wur/32 # ProxyPass / ajp://localhost:9009/gscf-0.5.0-wur/ 33 # ProxyPassReverse / ajp://localhost:9009/gscf-0.5.0-wur/ 33 34 ProxyPassReverseCookiePath /gscf-0.5.0-wur / 34 35 35 36 <Proxy balancer://gscf-wur-cluster> 36 BalancerMember ajp://localhost: 800937 BalancerMember ajp://localhost:9009 37 38 </Proxy> 38 39 </IfModule> -
misc/vhost/nmcdsp.org_gscf-www.conf
r1007 r1104 10 10 # 11 11 <VirtualHost *:80> 12 ServerName www. gscf.nmcdsp.org13 ServerAlias gscf.nmcdsp.org12 ServerName www.nmcdsp.org 13 ServerAlias nmcdsp.org gscf.nmcdsp.org www.gscf.nmcdsp.org 14 14 15 15 ErrorLog /var/log/apache2/gscf-www-error.log … … 30 30 ProxyPass / balancer://gscf-cluster/gscf-0.5.0-www/ stickysession=JSESSIONID|jsessionid nofailover=On 31 31 ProxyPassReverse / balancer://gscf-cluster/gscf-0.5.0-www/ 32 # ProxyPass / ajp://localhost: 8009/gscf-0.5.0-www/33 # ProxyPassReverse / ajp://localhost: 8009/gscf-0.5.0-www/32 # ProxyPass / ajp://localhost:10009/gscf-0.5.0-www/ 33 # ProxyPassReverse / ajp://localhost:10009/gscf-0.5.0-www/ 34 34 ProxyPassReverseCookiePath /gscf-0.5.0-www / 35 35 36 36 <Proxy balancer://gscf-cluster> 37 BalancerMember ajp://localhost: 800937 BalancerMember ajp://localhost:10009 38 38 </Proxy> 39 39 </IfModule> -
misc/vhost/nmcdsp.org_nmcdsp-ci.conf
r1086 r1104 11 11 <VirtualHost *:80> 12 12 ServerName ci.nmcdsp.nmcdsp.org 13 ServerAlias ci.metabolomics.nmcdsp.org nmcdsp.nmcdsp.org metabolomics.nmcdsp.org13 ServerAlias ci.metabolomics.nmcdsp.org 14 14 15 15 ErrorLog /var/log/apache2/nmcdsp-ci-error.log -
misc/vhost/nmcdsp.org_nmcdsp-test.conf
r1007 r1104 30 30 ProxyPass / balancer://nmcdsp-cluster/nmcdsp-0.1.0-test/ stickysession=JSESSIONID|jsessionid nofailover=On 31 31 ProxyPassReverse / balancer://nmcdsp-cluster/nmcdsp-0.1.0-test/ 32 # ProxyPass / ajp://localhost: 8009/nmcdsp-0.1.0-test/33 # ProxyPassReverse / ajp://localhost: 8009/nmcdsp-0.1.0-test/32 # ProxyPass / ajp://localhost:9009/nmcdsp-0.1.0-test/ 33 # ProxyPassReverse / ajp://localhost:9009/nmcdsp-0.1.0-test/ 34 34 ProxyPassReverseCookiePath /nmcdsp-0.1.0-test / 35 35 36 36 <Proxy balancer://nmcdsp-cluster> 37 BalancerMember ajp://localhost: 800937 BalancerMember ajp://localhost:9009 38 38 </Proxy> 39 39 </IfModule> -
misc/vhost/nmcdsp.org_nmcdsp-www.conf
r1086 r1104 11 11 <VirtualHost *:80> 12 12 ServerName www.nmcdsp.nmcdsp.org 13 ServerAlias www.metabolomics.nmcdsp.org 14 #nmcdsp.nmcdsp.org metabolomics.nmcdsp.org 13 ServerAlias www.metabolomics.nmcdsp.org nmcdsp.nmcdsp.org metabolomics.nmcdsp.org 15 14 16 15 ErrorLog /var/log/apache2/nmcdsp-error.log -
misc/vhost/nmcdsp.org_sam-ci.conf
r1007 r1104 11 11 <VirtualHost *:80> 12 12 ServerName ci.sam.nmcdsp.org 13 ServerAlias sam.nmcdsp.org14 13 15 14 ErrorLog /var/log/apache2/sam-ci-error.log -
misc/vhost/nmcdsp.org_sam-test.conf
r1007 r1104 30 30 ProxyPass / balancer://sam-cluster/sam-0.1.0-test/ stickysession=JSESSIONID|jsessionid nofailover=On 31 31 ProxyPassReverse / balancer://sam-cluster/sam-0.1.0-test/ 32 # ProxyPass / ajp://localhost: 8009/sam-0.1.0-test/33 # ProxyPassReverse / ajp://localhost: 8009/sam-0.1.0-test/32 # ProxyPass / ajp://localhost:9009/sam-0.1.0-test/ 33 # ProxyPassReverse / ajp://localhost:9009/sam-0.1.0-test/ 34 34 ProxyPassReverseCookiePath /sam-0.1.0-test / 35 35 36 36 <Proxy balancer://sam-cluster> 37 BalancerMember ajp://localhost: 800937 BalancerMember ajp://localhost:9009 38 38 </Proxy> 39 39 </IfModule> -
misc/vhost/nmcdsp.org_www.conf
r839 r1104 1 1 <VirtualHost *:80> 2 2 ServerAdmin jeroen.wesbeek@gmail.com 3 ServerName nmcdsp.org 4 ServerAlias www.nmcdsp.org nmc.osx.eu 3 ServerName dummy.nmcdsp.org 5 4 6 5 DocumentRoot /var/www/nmcdsp.org_www/htdocs/
Note: See TracChangeset
for help on using the changeset viewer.