{{{ #!diff --- proxy.conf.dpkg 2008-04-22 06:22:16.000000000 +0200 +++ proxy.conf 2008-04-22 05:48:46.000000000 +0200 @@ -4,12 +4,18 @@ ProxyRequests Off - - AddDefaultCharset off - Order deny,allow - Deny from all - #Allow from .example.com - + # + # AddDefaultCharset off + # Order deny,allow + # Deny from all + # #Allow from .example.com + # + + # 2008-04-21: Jazz add this for pootle website + + Order Allow,Deny + Allow from localhost + # Enable/disable the handling of HTTP/1.1 "Via:" headers. # ("Full" adds the server version; "Block" removes all outgoing Via: headers) }}}