summaryrefslogtreecommitdiff
path: root/mod_ip.conf
diff options
context:
space:
mode:
authorJason Fesler <jfesler@free.gigo.com>2014-04-02 19:48:27 -0700
committerJason Fesler <jfesler@free.gigo.com>2014-04-02 19:48:27 -0700
commitcb465c6f511d63b5445a640735295de967126e2c (patch)
tree4b2e5639c92e9e659bc234b07eefcaae031b501c /mod_ip.conf
parente8e6401f8c7bb6ab64dbbcfc10618e792fcbd85b (diff)
downloadmod_ip-cb465c6f511d63b5445a640735295de967126e2c.tar.gz
mod_ip-cb465c6f511d63b5445a640735295de967126e2c.zip
Imported without history from https://falling-sky.googlecode.com/svn/trunk/mod_ip revision 15111.0
Diffstat (limited to 'mod_ip.conf')
-rw-r--r--mod_ip.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/mod_ip.conf b/mod_ip.conf
new file mode 100644
index 0000000..c5db699
--- /dev/null
+++ b/mod_ip.conf
@@ -0,0 +1,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>
+