stas        2003/11/24 16:11:52

  Modified:    t/filter/TestFilter both_str_req_proxy.pm
  Log:
  get rid of tabs
  
  Revision  Changes    Path
  1.2       +4 -4      modperl-2.0/t/filter/TestFilter/both_str_req_proxy.pm
  
  Index: both_str_req_proxy.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/both_str_req_proxy.pm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- both_str_req_proxy.pm     25 Nov 2003 00:08:02 -0000      1.1
  +++ both_str_req_proxy.pm     25 Nov 2003 00:11:52 -0000      1.2
  @@ -65,13 +65,13 @@
                   Allow from @servername@
               </Proxy>
               ProxyRequests Off
  -         RewriteEngine On
  +            RewriteEngine On
   
  -         ProxyPass        /TestFilter__both_str_req_proxy/ \
  +            ProxyPass    /TestFilter__both_str_req_proxy/ \
               http://@servername@:@port@/TestFilter__both_str_req_proxy_content/
  -         ProxyPassReverse /TestFilter__both_str_req_proxy/ \
  +            ProxyPassReverse /TestFilter__both_str_req_proxy/ \
               http://@servername@:@port@/TestFilter__both_str_req_proxy_content/
  -        </IfModule>
  +    </IfModule>
       </IfModule>
   
       PerlModule TestFilter::both_str_req_proxy
  
  
  

Reply via email to