On 12/20/2011 10:44 AM, Aaron Gray wrote: > Hi, > > Where are the default Apache caches on Fedora (11) and how do I clear > them ? > > I found :- > > htcacheclean > > but it requires to be told where the cache directory is. > > Many thanks in advance, > > Aaron > Google is your friend: "httpd cache"
+ http://httpd.apache.org/docs/2.1/caching.html [...] Typically the module will be configured as so; CacheRoot /var/cache/apache/ <== Exists only if implemented... CacheEnable disk / CacheDirLevels 2 CacheDirLength 1 [...]
-- users mailing list [email protected] To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
