[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-test-cvs
Subject:    svn commit: r233517 - in /httpd/test/trunk/perl-framework/t/conf:
From:       jorton () apache ! org
Date:       2005-08-19 17:28:15
Message-ID: 20050819172816.57249.qmail () minotaur ! apache ! org
[Download RAW message or body]

Author: jorton
Date: Fri Aug 19 10:28:12 2005
New Revision: 233517

URL: http://svn.apache.org/viewcvs?rev=233517&view=rev
Log:
- move balancer definitions into the same file to avoid ordering problems

Modified:
    httpd/test/trunk/perl-framework/t/conf/extra.conf.in
    httpd/test/trunk/perl-framework/t/conf/proxy.conf.in

Modified: httpd/test/trunk/perl-framework/t/conf/extra.conf.in
URL: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/t/conf/extra.conf.in?rev=233517&r1=233516&r2=233517&view=diff
 ==============================================================================
--- httpd/test/trunk/perl-framework/t/conf/extra.conf.in (original)
+++ httpd/test/trunk/perl-framework/t/conf/extra.conf.in Fri Aug 19 10:28:12 2005
@@ -215,16 +215,6 @@
       ProxyPassReverse /reverse/ http://@SERVERNAME@:@PORT@/
    </VirtualHost>
 </IfModule>
-
-<IfModule mod_proxy_balancer.c>
-   <VirtualHost proxy_http_bal1>
-      DocumentRoot @SERVERROOT@/htdocs
-   </VirtualHost>
-
-   <VirtualHost proxy_http_bal2>
-      DocumentRoot @SERVERROOT@/htdocs
-   </VirtualHost>
-</IfModule>
   
 ##
 ## @ACCESS_MODULE@ test config

Modified: httpd/test/trunk/perl-framework/t/conf/proxy.conf.in
URL: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/t/conf/proxy.conf.in?rev=233517&r1=233516&r2=233517&view=diff
 ==============================================================================
--- httpd/test/trunk/perl-framework/t/conf/proxy.conf.in (original)
+++ httpd/test/trunk/perl-framework/t/conf/proxy.conf.in Fri Aug 19 10:28:12 2005
@@ -10,6 +10,14 @@
 
 <IfModule mod_proxy_balancer.c>
 
+   <VirtualHost proxy_http_bal1>
+      DocumentRoot @SERVERROOT@/htdocs
+   </VirtualHost>
+
+   <VirtualHost proxy_http_bal2>
+      DocumentRoot @SERVERROOT@/htdocs
+   </VirtualHost>
+
    <VirtualHost proxy_http_balancer>
      <Proxy balancer://foo>
        BalancerMember http://@SERVERNAME@:@PROXY_HTTP_BAL1_PORT@  loadfactor=1


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic