]> git.pld-linux.org Git - packages/apache.git/blame - apache-mod_proxy.conf
- peruser mpm dropped almost 3 years ago
[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 *>
40ca719a
AG
23 Require all denied
24# Require host .your-domain.com
ef43dd95 25</Proxy>
691b9a5c 26
27#
28# Enable/disable the handling of HTTP/1.1 "Via:" headers.
29# ("Full" adds the server version; "Block" removes all outgoing Via: headers)
30# Set to one of: Off | On | Full | Block
31#
40350f98 32ProxyVia On
691b9a5c 33
aff55ca5 34# To enable the cache as well, see mod_cache.conf
691b9a5c 35
40350f98 36</IfModule>
This page took 0.105769 seconds and 4 git commands to generate.