~ubuntu-branches/ubuntu/feisty/libapache2-mod-perl2/feisty-security

« back to all changes in this revision

Viewing changes to t/filter/TestFilter/both_str_req_proxy.pm

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2004-08-19 06:23:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040819062348-jxl4koqbtvgm8v2t
Tags: 1.99.14-4
Remove the LFS CFLAGS, and build-dep against apache2-*-dev (>= 2.0.50-10)
as we're backing out of the apache2/apr ABI transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
<NoAutoConfig>
60
60
    <IfModule mod_proxy.c>
61
61
        <Proxy http://@servername@:@port@/*>
62
 
            # 2.0
63
 
            <IfModule mod_access.c>
64
 
                Order Deny,Allow
65
 
                Deny from all
66
 
                Allow from @servername@
67
 
            </IfModule>
68
 
            # 2.1
69
 
            <IfModule mod_authz_host.c>
 
62
            <IfModule @ACCESS_MODULE@>
70
63
                Order Deny,Allow
71
64
                Deny from all
72
65
                Allow from @servername@
74
67
        </Proxy>
75
68
 
76
69
        ProxyRequests Off
77
 
        RewriteEngine On
78
70
 
79
71
        ProxyPass    /TestFilter__both_str_req_proxy/ \
80
72
        http://@servername@:@port@/TestFilter__both_str_req_proxy_content/