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

« back to all changes in this revision

Viewing changes to t/response/TestModules/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:
45
45
<NoAutoConfig>
46
46
    <IfModule mod_proxy.c>
47
47
        <Proxy http://@servername@:@port@/*>
48
 
            # 2.0
49
 
            <IfModule mod_access.c>
50
 
                Order Deny,Allow
51
 
                Deny from all
52
 
                Allow from @servername@
53
 
            </IfModule>
54
 
            # 2.1
55
 
            <IfModule mod_authz_host.c>
 
48
            <IfModule @ACCESS_MODULE@>
56
49
                Order Deny,Allow
57
50
                Deny from all
58
51
                Allow from @servername@