Version 1 (modified by jazz, 17 years ago) (diff) |
---|
-
proxy.conf
old new 4 4 5 5 ProxyRequests Off 6 6 7 <Proxy *> 8 AddDefaultCharset off 9 Order deny,allow 10 Deny from all 11 #Allow from .example.com 12 </Proxy> 7 #<Proxy *> 8 # AddDefaultCharset off 9 # Order deny,allow 10 # Deny from all 11 # #Allow from .example.com 12 #</Proxy> 13 14 # 2008-04-21: Jazz add this for pootle website 15 <Proxy localhost:8080> 16 Order Allow,Deny 17 Allow from localhost 18 </Proxy> 13 19 14 20 # Enable/disable the handling of HTTP/1.1 "Via:" headers. 15 21 # ("Full" adds the server version; "Block" removes all outgoing Via: headers)