]> git.pld-linux.org Git - packages/apache.git/commitdiff
- don't cache cookies
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 30 Oct 2009 14:15:21 +0000 (14:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_cache.conf -> 1.6

apache-mod_cache.conf

index 9030543d8be1cc7ee546608b4b728aa2c0b4b4ef..9718fd6dd933d2055ba0734f61a884f1f3abae9b 100644 (file)
@@ -10,6 +10,9 @@ LoadModule cache_module       modules/mod_cache.so
 #      LoadModule disk_cache_module modules/mod_disk_cache.so
        LoadModule mem_cache_module modules/mod_mem_cache.so
 
+       # prevent apache from cacheing cookies
+       CacheIgnoreHeaders Set-Cookie
+
        <IfModule mod_disk_cache.c>
                CacheRoot "/var/cache/httpd"
                CacheEnable disk /
This page took 0.043336 seconds and 4 git commands to generate.