Changeset 1086 for misc


Ignore:
Timestamp:
Nov 4, 2010, 5:16:23 PM (13 years ago)
Author:
work@…
Message:
  • updated apache configuration
Location:
misc/vhost
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • misc/vhost/nmcdsp.org_gscf-ci.conf

    r1007 r1086  
    1818        <IfModule mod_rewrite.c>
    1919                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]
    2121        </IfModule>
    2222
     
    2828
    2929                ProxyStatus On
    30                 ProxyPass / balancer://gscf-cluster/gscf-0.5.0-ci/ stickysession=JSESSIONID|jsessionid nofailover=On
    31                 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 /
    3535
    3636                <Proxy balancer://gscf-cluster>
  • misc/vhost/nmcdsp.org_nmcdsp-ci.conf

    r1007 r1086  
    1111<VirtualHost *:80>
    1212        ServerName ci.nmcdsp.nmcdsp.org
    13         ServerAlias ci.metabolomics.nmcdsp.org
     13        ServerAlias ci.metabolomics.nmcdsp.org nmcdsp.nmcdsp.org metabolomics.nmcdsp.org
    1414
    1515        ErrorLog /var/log/apache2/nmcdsp-ci-error.log
  • misc/vhost/nmcdsp.org_nmcdsp-www.conf

    r1007 r1086  
    1111<VirtualHost *:80>
    1212        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
    1415
    1516        ErrorLog /var/log/apache2/nmcdsp-error.log
Note: See TracChangeset for help on using the changeset viewer.