Author: tchemit Date: 2014-02-14 15:40:57 +0100 (Fri, 14 Feb 2014) New Revision: 27 Url: http://forge.codelutin.com/projects/adminsys/repository/revisions/27 Log: refs #4210 change ci and qa domains Modified: forge-tools/sys/chorem.org/apache.conf forge-tools/sys/codelutin.com/apache.conf forge-tools/sys/nuiton.org/apache.conf Modified: forge-tools/sys/chorem.org/apache.conf =================================================================== --- forge-tools/sys/chorem.org/apache.conf 2014-02-06 17:00:31 UTC (rev 26) +++ forge-tools/sys/chorem.org/apache.conf 2014-02-14 14:40:57 UTC (rev 27) @@ -1,6 +1,6 @@ <VirtualHost *:80> ServerAdmin admin+ci@chorem.org - ServerName ci-ng.chorem.org + ServerName ci.chorem.org ProxyRequests Off @@ -10,12 +10,12 @@ # on match tous les hosts qui passe et qui n'a pas de path dans # l'url ex: http://a.b.c/ - RewriteCond %{HTTP_HOST} ^ci-ng\.chorem\.org$ + RewriteCond %{HTTP_HOST} ^ci\.chorem\.org$ RewriteCond %{REQUEST_URI} ^/$ # on ajoute le host dans l'url pour le rewrite RewriteRule ^(.+) %{HTTP_HOST}$1 [C] # on remet le nom de machine dans le path http://a.b.c/ -> http://a.b.c/a/ - RewriteRule ^(ci-ng)\.([^/]+)/$ http://$1.$2/jenkins/ [R,L] + RewriteRule ^(ci)\.([^/]+)/$ http://$1.$2/jenkins/ [R,L] ProxyPass / ajp://localhost:18092/ ProxyPassReverse / ajp://localhost:18092/ @@ -36,13 +36,13 @@ </VirtualHost> <VirtualHost *:80> ServerAdmin admin+qa@chorem.org - ServerName qa-ng.chorem.org + ServerName qa.chorem.org ProxyPreserveHost On ProxyRequests Off ProxyPass / http://localhost:19092/ - ProxyPassReverse / http://qa-ng.chorem.org/ + ProxyPassReverse / http://qa.chorem.org/ <Proxy *> Order deny,allow @@ -60,7 +60,7 @@ </VirtualHost> <VirtualHost *:443> ServerAdmin admin+ci@chorem.org - ServerName ci-ng.chorem.org + ServerName ci.chorem.org <IfModule mod_ssl.c> SSLEngine on @@ -79,12 +79,12 @@ # on match tous les hosts qui passe et qui n'a pas de path dans # l'url ex: http://a.b.c/ - RewriteCond %{HTTP_HOST} ^(ci-ng)\.chorem\.org$ + RewriteCond %{HTTP_HOST} ^(ci)\.chorem\.org$ RewriteCond %{REQUEST_URI} ^/$ # on ajoute le host dans l'url pour le rewrite RewriteRule ^(.+) %{HTTP_HOST}$1 [C] # on remet le nom de machine dans le path http://a.b.c/ -> http://a.b.c/a/ - RewriteRule ^(ci-ng)\.([^/]+)/$ https://$1.$2/jenkins/ [R,L] + RewriteRule ^(ci)\.([^/]+)/$ https://$1.$2/jenkins/ [R,L] ProxyPass / ajp://localhost:18092/ ProxyPassReverse / ajp://localhost:18092/ @@ -105,7 +105,7 @@ </VirtualHost> <VirtualHost *:443> ServerAdmin admin+qa@chorem.org - ServerName qa-ng.chorem.org + ServerName qa.chorem.org <IfModule mod_ssl.c> SSLEngine on @@ -120,7 +120,7 @@ ProxyRequests Off ProxyPass / http://localhost:19092/ - ProxyPassReverse / https://qa-ng.chorem.org/ + ProxyPassReverse / https://qa.chorem.org/ <Proxy *> Order deny,allow Modified: forge-tools/sys/codelutin.com/apache.conf =================================================================== --- forge-tools/sys/codelutin.com/apache.conf 2014-02-06 17:00:31 UTC (rev 26) +++ forge-tools/sys/codelutin.com/apache.conf 2014-02-14 14:40:57 UTC (rev 27) @@ -1,6 +1,6 @@ <VirtualHost *:80> ServerAdmin admin+ci@codelutin.com - ServerName ci-ng.codelutin.com + ServerName ci.codelutin.com ProxyRequests Off @@ -10,12 +10,12 @@ # on match tous les hosts qui passe et qui n'a pas de path dans # l'url ex: http://a.b.c/ - RewriteCond %{HTTP_HOST} ^ci-ng\.codelutin\.com$ + RewriteCond %{HTTP_HOST} ^ci\.codelutin\.com$ RewriteCond %{REQUEST_URI} ^/$ # on ajoute le host dans l'url pour le rewrite RewriteRule ^(.+) %{HTTP_HOST}$1 [C] # on remet le nom de machine dans le path http://a.b.c/ -> http://a.b.c/a/ - RewriteRule ^(ci-ng)\.([^/]+)/$ http://$1.$2/jenkins/ [R,L] + RewriteRule ^(ci)\.([^/]+)/$ http://$1.$2/jenkins/ [R,L] ProxyPass / ajp://localhost:18093/ ProxyPassReverse / ajp://localhost:18093/ @@ -36,13 +36,13 @@ </VirtualHost> <VirtualHost *:80> ServerAdmin admin+qa@codelutin.com - ServerName qa-ng.codelutin.com + ServerName qa.codelutin.com ProxyRequests Off ProxyPreserveHost On ProxyPass / http://localhost:19093/ - ProxyPassReverse / http://qa-ng.codelutin.com/ + ProxyPassReverse / http://qa.codelutin.com/ <Proxy *> Order deny,allow @@ -60,7 +60,7 @@ <VirtualHost *:443> ServerAdmin admin+ci@codelutin.com - ServerName ci-ng.codelutin.com + ServerName ci.codelutin.com <IfModule mod_ssl.c> SSLEngine on @@ -79,12 +79,12 @@ # on match tous les hosts qui passe et qui n'a pas de path dans # l'url ex: https://a.b.c/ - RewriteCond %{HTTP_HOST} ^(ci-ng)\.codelutin\.com$ + RewriteCond %{HTTP_HOST} ^(ci)\.codelutin\.com$ RewriteCond %{REQUEST_URI} ^/$ # on ajoute le host dans l'url pour le rewrite RewriteRule ^(.+) %{HTTP_HOST}$1 [C] # on remet le nom de machine dans le path https://a.b.c/ -> http://a.b.c/a/ - RewriteRule ^(ci-ng)\.([^/]+)/$ https://$1.$2/jenkins/ [R,L] + RewriteRule ^(ci)\.([^/]+)/$ https://$1.$2/jenkins/ [R,L] ProxyPass / ajp://localhost:18093/ @@ -106,7 +106,7 @@ </VirtualHost> <VirtualHost *:443> ServerAdmin admin+qa@codelutin.com - ServerName qa-ng.codelutin.com + ServerName qa.codelutin.com <IfModule mod_ssl.c> SSLEngine on @@ -121,7 +121,7 @@ ProxyRequests Off ProxyPass / http://localhost:18093/ - ProxyPassReverse / https//qa-ng.codelutin.com/ + ProxyPassReverse / https//qa.codelutin.com/ <Proxy *> Order deny,allow Modified: forge-tools/sys/nuiton.org/apache.conf =================================================================== --- forge-tools/sys/nuiton.org/apache.conf 2014-02-06 17:00:31 UTC (rev 26) +++ forge-tools/sys/nuiton.org/apache.conf 2014-02-14 14:40:57 UTC (rev 27) @@ -1,6 +1,6 @@ <VirtualHost *:80> ServerAdmin admin+ci@nuiton.org - ServerName ci-ng.nuiton.org + ServerName ci.nuiton.org ProxyRequests Off @@ -10,12 +10,12 @@ # on match tous les hosts qui passe et qui n'a pas de path dans # l'url ex: http://a.b.c/ - RewriteCond %{HTTP_HOST} ^(ci-ng)\.nuiton\.org$ + RewriteCond %{HTTP_HOST} ^(ci)\.nuiton\.org$ RewriteCond %{REQUEST_URI} ^/$ # on ajoute le host dans l'url pour le rewrite RewriteRule ^(.+) %{HTTP_HOST}$1 [C] # on remet le nom de machine dans le path https://a.b.c/ -> http://a.b.c/a/ - RewriteRule ^(ci-ng)\.([^/]+)/$ http://$1.$2/jenkins/ [R,L] + RewriteRule ^(ci)\.([^/]+)/$ http://$1.$2/jenkins/ [R,L] ProxyPass / ajp://localhost:18091/ ProxyPassReverse / ajp://localhost:18091/ @@ -36,13 +36,13 @@ <VirtualHost *:80> ServerAdmin admin+qa@nuiton.org - ServerName qa-ng.nuiton.org + ServerName qa.nuiton.org ProxyRequests Off ProxyPreserveHost On ProxyPass / http://localhost:19091/ - ProxyPassReverse / http://qa-ng.nuiton.org/ + ProxyPassReverse / http://qa.nuiton.org/ <Proxy *> Order deny,allow @@ -60,7 +60,7 @@ <VirtualHost *:443> ServerAdmin admin+ci@nuiton.org - ServerName ci-ng.nuiton.org + ServerName ci.nuiton.org <IfModule mod_ssl.c> SSLEngine on @@ -79,12 +79,12 @@ # on match tous les hosts qui passe et qui n'a pas de path dans # l'url ex: http://a.b.c/ - RewriteCond %{HTTP_HOST} ^(ci-ng)\.nuiton\.org$ + RewriteCond %{HTTP_HOST} ^(ci)\.nuiton\.org$ RewriteCond %{REQUEST_URI} ^/$ # on ajoute le host dans l'url pour le rewrite RewriteRule ^(.+) %{HTTP_HOST}$1 [C] # on remet le nom de machine dans le path https://a.b.c/ -> http://a.b.c/a/ - RewriteRule ^(ci-ng)\.([^/]+)/$ https://$1.$2/jenkins/ [R,L] + RewriteRule ^(ci)\.([^/]+)/$ https://$1.$2/jenkins/ [R,L] ProxyPass / ajp://localhost:18091/ ProxyPassReverse / ajp://localhost:18091/ @@ -105,7 +105,7 @@ </VirtualHost> <VirtualHost *:443> ServerAdmin admin+qa@nuiton.org - ServerName qa-ng.nuiton.org + ServerName qa.nuiton.org <IfModule mod_ssl.c> SSLEngine on @@ -120,7 +120,7 @@ ProxyPreserveHost On ProxyPass / http://localhost:19091/ - ProxyPassReverse / https://qa-ng.nuiton.org/ + ProxyPassReverse / https://qa.nuiton.org/ <Proxy *> Order deny,allow