/[Apache-SVN]/httpd/test/trunk/perl-framework/t/conf/extra.conf.in
ViewVC logotype

Diff of /httpd/test/trunk/perl-framework/t/conf/extra.conf.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- httpd/test/trunk/perl-framework/t/conf/extra.conf.in	2004/12/01 13:06:30	109336
+++ httpd/test/trunk/perl-framework/t/conf/extra.conf.in	2004/12/01 13:10:23	109337
@@ -185,7 +185,7 @@
         RewriteRule ^proxy.html$ http://@SERVERNAME@:@PORT@/modules/rewrite/lucky13.html [L,P]
 
         ## Query-string append
-        RewriteRule ^qsa.html$ http://@SERVERNAME@:@PORT@/modules/cgi/env.pl?foo=bar [QSA,L]
+        RewriteRule ^qsa.html$ @SERVERROOT@/htdocs/modules/cgi/env.pl?foo=bar [QSA,L]
 
         ## Proxy and QSA
         RewriteRule ^proxy-qsa.html$ http://@SERVERNAME@:@PORT@/modules/cgi/env.pl?foo=bar [QSA,L,P]
@@ -201,6 +201,14 @@
 
 </IfModule>
 
+
+<IfModule mod_proxy.c>
+   <VirtualHost proxy_http_reverse>
+      ProxyPass /reverse/ http://@SERVERNAME@:@PORT@/
+      ProxyPassReverse /reverse/ http://@SERVERNAME@:@PORT@/
+   </VirtualHost>
+</IfModule>
+
 ##
 ## @ACCESS_MODULE@ test config
 ##

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26