Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to clear Apache cache in XAMMP?

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

like image 695
Joci93 Avatar asked Mar 15 '23 18:03

Joci93


1 Answers

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

like image 163
Collin Avatar answered Apr 08 '23 15:04

Collin