Author: maven-release Date: 2014-02-24 18:02:50 +0100 (Mon, 24 Feb 2014) New Revision: 41 Url: http://forge.codelutin.com/projects/adminsys/repository/revisions/41 Log: refs #4210 improve sonar apache conf 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-24 15:46:38 UTC (rev 40) +++ forge-tools/sys/chorem.org/apache.conf 2014-02-24 17:02:50 UTC (rev 41) @@ -42,7 +42,7 @@ ProxyRequests Off ProxyPass / http://localhost:19092/ - ProxyPassReverse / http://qa.chorem.org/ + ProxyPassReverse / http://localhost:19092/ <Proxy *> Order deny,allow @@ -120,7 +120,7 @@ ProxyRequests Off ProxyPass / http://localhost:19092/ - ProxyPassReverse / https://qa.chorem.org/ + ProxyPassReverse / https://localhost:19092/ <Proxy *> Order deny,allow Modified: forge-tools/sys/codelutin.com/apache.conf =================================================================== --- forge-tools/sys/codelutin.com/apache.conf 2014-02-24 15:46:38 UTC (rev 40) +++ forge-tools/sys/codelutin.com/apache.conf 2014-02-24 17:02:50 UTC (rev 41) @@ -42,7 +42,7 @@ ProxyPreserveHost On ProxyPass / http://localhost:19093/ - ProxyPassReverse / http://qa.codelutin.com/ + ProxyPassReverse / http://localhost:19093/ <Proxy *> Order deny,allow @@ -120,8 +120,8 @@ ProxyPreserveHost On ProxyRequests Off - ProxyPass / http://localhost:18093/ - ProxyPassReverse / https//qa.codelutin.com/ + ProxyPass / http://localhost:19093/ + ProxyPassReverse / http://localhost:19093/ <Proxy *> Order deny,allow Modified: forge-tools/sys/nuiton.org/apache.conf =================================================================== --- forge-tools/sys/nuiton.org/apache.conf 2014-02-24 15:46:38 UTC (rev 40) +++ forge-tools/sys/nuiton.org/apache.conf 2014-02-24 17:02:50 UTC (rev 41) @@ -42,7 +42,7 @@ ProxyPreserveHost On ProxyPass / http://localhost:19091/ - ProxyPassReverse / http://qa.nuiton.org/ + ProxyPassReverse / http://localhost:19091/ <Proxy *> Order deny,allow @@ -120,7 +120,7 @@ ProxyPreserveHost On ProxyPass / http://localhost:19091/ - ProxyPassReverse / https://qa.nuiton.org/ + ProxyPassReverse / https://localhost:19091/ <Proxy *> Order deny,allow