Upstream config updates (Lucid->Precise)
[sysconfig/apache2.git] / mods-available / proxy.conf
1 <IfModule mod_proxy.c>
2
3 # If you want to use apache2 as a forward proxy, uncomment the
4 # 'ProxyRequests On' line and the <Proxy *> block below.
5 # WARNING: Be careful to restrict access inside the <Proxy *> block.
6 # Open proxy servers are dangerous both to your network and to the
7 # Internet at large.
8 #
9 # If you only want to use apache2 as a reverse proxy/gateway in
10 # front of some web application server, you DON'T need
11 # 'ProxyRequests On'.
12
13 #ProxyRequests On
14 #<Proxy *>
15 #        AddDefaultCharset off
16 #        Order deny,allow
17 #        Deny from all
18 #        #Allow from .example.com
19 #</Proxy>
20
21 # Enable/disable the handling of HTTP/1.1 "Via:" headers.
22 # ("Full" adds the server version; "Block" removes all outgoing Via: headers)
23 # Set to one of: Off | On | Full | Block
24 #ProxyVia Off
25
26 </IfModule>