mirror of
https://github.com/apache/httpd.git
synced 2026-01-26 19:01:35 +03:00
Probably should do the same with negotation/autoindex, since those are _so_ huge, but not this afternoon on my schedule. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91295 13f79535-47bb-0310-9956-ffa450edef68
36 lines
775 B
Plaintext
36 lines
775 B
Plaintext
#
|
|
# Proxy Server directives. Uncomment the following lines to
|
|
# enable the proxy server:
|
|
#
|
|
#<IfModule mod_proxy.c>
|
|
#ProxyRequests On
|
|
#
|
|
#<Proxy *>
|
|
# Order deny,allow
|
|
# Deny from all
|
|
# Allow from .your_domain.com
|
|
#</Proxy>
|
|
|
|
#
|
|
# Enable/disable the handling of HTTP/1.1 "Via:" headers.
|
|
# ("Full" adds the server version; "Block" removes all outgoing Via: headers)
|
|
# Set to one of: Off | On | Full | Block
|
|
#
|
|
#ProxyVia On
|
|
|
|
#
|
|
# To enable the cache as well, edit and uncomment the following lines:
|
|
# (no cacheing without CacheRoot)
|
|
#
|
|
#CacheRoot "@@ServerRoot@@/proxy"
|
|
#CacheSize 5
|
|
#CacheGcInterval 4
|
|
#CacheMaxExpire 24
|
|
#CacheLastModifiedFactor 0.1
|
|
#CacheDefaultExpire 1
|
|
#NoCache a_domain.com another_domain.edu joes.garage_sale.com
|
|
|
|
#</IfModule>
|
|
# End of proxy directives.
|
|
|