Forum archive
Apache caching in LAMP stack
The latest lamp stack is very nice, however, we are finding it impossible to disable whatever mechanism is caching the web pages. Sadly, this makes it useless as a development server.
We have searched the apache docs, but found no solution. it may be some specific Debian or TKL setting? We need the server to grab the absolute current file on every request.
Any pointers where to look?
I had same issue and it was apache2 disk cache which I disabled and resolved all my issues.
Login to webmin | apache | modules | disable cache and disk-cache
or
a2dismod cache ; and the same to a2dismod disk_cache