summaryrefslogtreecommitdiff
path: root/mod_ip.conf
blob: c5db699796bdde7c84b449dd096265ef6d46785b (plain)
1
2
3
4
5
6
7
8
9
# This goes in the virtual host apache config.

<locationMatch ^/ip/?$>
 SetHandler mod_ip
 Header append Cache-Control no-cache
 Header append Pragma no-cache
 Header append Expires "Thu, 01 Jan 1971 00:00:00 GMT"
</locationMatch>