Sha256: a33e1dbcd609e42e1a0edf38350a38ff6f2f6b6f942c7c62a5c22aa0c0d07ddf
Contents?: true
Size: 589 Bytes
Versions: 27
Compression:
Stored size: 589 Bytes
Contents
<IfModule mod_proxy.c> #turning ProxyRequests on and allowing proxying from all may allow #spammers to use your proxy to send email. ProxyRequests Off <Proxy *> AddDefaultCharset off Order deny,allow Deny from all #Allow from .example.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 </IfModule>
Version data entries
27 entries across 26 versions & 5 rubygems