geoff 2004/02/19 06:07:15
Modified: t/filter/TestFilter both_str_req_proxy.pm
t/response/TestModules proxy.pm
Log:
use the @ACCESS_MODULE@ shortcut to avoid 2.0/2.1 duplication
Revision Changes Path
1.5 +1 -8 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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- both_str_req_proxy.pm 17 Dec 2003 00:53:58 -0000 1.4
+++ both_str_req_proxy.pm 19 Feb 2004 14:07:15 -0000 1.5
@@ -59,14 +59,7 @@
<NoAutoConfig>
<IfModule mod_proxy.c>
<Proxy http://@servername@:@port@/*>
- # 2.0
- <IfModule mod_access.c>
- Order Deny,Allow
- Deny from all
- Allow from @servername@
- </IfModule>
- # 2.1
- <IfModule mod_authz_host.c>
+ <IfModule @ACCESS_MODULE@>
Order Deny,Allow
Deny from all
Allow from @servername@
1.4 +1 -8 modperl-2.0/t/response/TestModules/proxy.pm
Index: proxy.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/t/response/TestModules/proxy.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- proxy.pm 17 Dec 2003 00:53:58 -0000 1.3
+++ proxy.pm 19 Feb 2004 14:07:15 -0000 1.4
@@ -45,14 +45,7 @@
<NoAutoConfig>
<IfModule mod_proxy.c>
<Proxy http://@servername@:@port@/*>
- # 2.0
- <IfModule mod_access.c>
- Order Deny,Allow
- Deny from all
- Allow from @servername@
- </IfModule>
- # 2.1
- <IfModule mod_authz_host.c>
+ <IfModule @ACCESS_MODULE@>
Order Deny,Allow
Deny from all
Allow from @servername@