Hello,
I'm setting up squid in front of apache as accelerator, but i'm running into some problems with it's caching ability. How do I set squid not to cache any index page? such as when I have a website www.domain.com with index.html, I visit www.domain.com, squid will cache index.html, if I delete it and put in a index.php, squid will still show index.html instead of showing index.php, how do I set it not to cache that?
Another problem is how do I set squid to update it's cache immediately when the file is modified? I think it can be done with refresh_pattern, but don't know how.
i'm using squid 2.6.
Thanks for help