I'm running into a real bizarre issue. I've setup mod_cache_disk and it's working quite well for Chrome, Firefox ect, but for some reason when I test on safari, it will load the page, but if I attempt to browse to another page on the site it will refresh the previous page over and over again. Ex. I go to homepage and click on product A. If I attempt to click on product b the page refreshed and I still see product A!
Below is my configuration -
<IfModule mod_cache_disk.c>
CacheEnable disk /
CacheHeader Off
CacheDefaultExpire 800
CacheMaxExpire 64000
CacheRoot /var/cache/apache2/mod_cache_disk
CacheIgnoreCacheControl Off
CacheMaxFileSize 2500000
CacheIgnoreHeaders Set-Cookie
CacheQuickHandler Off
CacheLock On
CacheLockPath /tmp/mod_cache-lock
CacheLockMaxAge 5
CacheIgnoreHeaders Set-Cookie
</IfModule>
I'm actually seeing the access logs go to the correct page however safari. If anyone has experienced this before please let me know, but I suspect this is a safari issue now local config issue.
Access log -
Went to homepage
Product A (but displays homepage in safari!)