From cb465c6f511d63b5445a640735295de967126e2c Mon Sep 17 00:00:00 2001 From: Jason Fesler Date: Wed, 2 Apr 2014 19:48:27 -0700 Subject: Imported without history from https://falling-sky.googlecode.com/svn/trunk/mod_ip revision 1511 --- mod_ip.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mod_ip.conf (limited to 'mod_ip.conf') 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. + + + 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" + + -- cgit v1.2.3