Sunday, July 3, 2022

[FIXED] How to clear Apache cache in XAMMP?

Issue

How can I clear apache cache in xammp?

I tried the 'htcacheclean -r' command, but it's always generated error.

If I know well the apache can't cache the files/ scripts, but a system administrator said this: 'The apache casheing the site, so clear the apache(!) cache.'.

Open Shell

Generated error


Solution

Take a look at this:

Use mod_cache at http://httpd.apache.org/docs/2.0/mod/mod_cache.html

CacheDisable /local_files

Description: Disable caching of specified URLs Syntax: CacheDisable url-string Context: server config, virtual host



Answered By - Collin
Answer Checked By - Terry (PHPFixing Volunteer)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.