]> git.pld-linux.org Git - packages/apache.git/blame - apache-mod_proxy.conf
- Vary on User-Agent is insame, Vary on Accept-Encoding instead, also decaces old...
[packages/apache.git] / apache-mod_proxy.conf
CommitLineData
1fee6743 1# $Id$
408714fc 2LoadModule proxy_module modules/mod_proxy.so
aff55ca5
ER
3
4# FIXME: enable or disable these by default?
5# I'd enable if the config is secure. but i'm not sure
408714fc
ER
6#LoadModule proxy_connect_module modules/mod_proxy_connect.so
7#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
8#LoadModule proxy_http_module modules/mod_proxy_http.so
9#LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
10#LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
40350f98 11
691b9a5c 12# Proxy Server directives. Uncomment the following lines to
13# enable the proxy server:
14#
aff55ca5 15<IfModule proxy_module>
40350f98 16ProxyRequests On
691b9a5c 17#
ef43dd95 18#
19# This prevents spammers from using apache as a relay by posting to
20# http://victim:25/ and sending raw data.
21#
22<Proxy *>
408714fc
ER
23 Order deny,allow
24 Deny from all
25# Allow from .your-domain.com
ef43dd95 26</Proxy>
691b9a5c 27
28#
29# Enable/disable the handling of HTTP/1.1 "Via:" headers.
30# ("Full" adds the server version; "Block" removes all outgoing Via: headers)
31# Set to one of: Off | On | Full | Block
32#
40350f98 33ProxyVia On
691b9a5c 34
aff55ca5 35# To enable the cache as well, see mod_cache.conf
691b9a5c 36
40350f98 37</IfModule>
This page took 0.078031 seconds and 4 git commands to generate.