X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=mods-available%2Fproxy.conf;fp=mods-available%2Fproxy.conf;h=46407a1e592e0f4a83eb8c05d427136b1232abf8;hb=c1c14e8db7d9ac7055affb2cdab504ec8ed5687f;hp=0000000000000000000000000000000000000000;hpb=15e4657ae685265ac10ecd507eef1052ca25057d;p=sysconfig%2Fapache2.git diff --git a/mods-available/proxy.conf b/mods-available/proxy.conf new file mode 100644 index 0000000..46407a1 --- /dev/null +++ b/mods-available/proxy.conf @@ -0,0 +1,19 @@ + + #turning ProxyRequests on and allowing proxying from all may allow + #spammers to use your proxy to send email. + + ProxyRequests Off + + + AddDefaultCharset off + Order deny,allow + Deny from all + #Allow from .example.com + + + # 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 +