Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
linux:apache [03-10-2019 16:20] edmc73 [Debian 10 Apache 2.4 php7.3] |
linux:apache [03-10-2019 16:26] (Version actuelle) edmc73 [htcacheclean] |
||
---|---|---|---|
Ligne 439: | Ligne 439: | ||
===== htcacheclean ===== | ===== htcacheclean ===== | ||
+ | |||
+ | Activez les modules | ||
+ | a2enmod mod_cache mod_cache_disk | ||
+ | |||
+ | Dans la config du site, pour un cache de 60 secondes | ||
+ | <code apache> | ||
+ | < | ||
+ | < | ||
+ | #LogLevel debug | ||
+ | CacheRoot / | ||
+ | CacheDefaultExpire 60 | ||
+ | CacheMinExpire 60 | ||
+ | CacheMaxExpire 60 | ||
+ | CacheEnable disk / | ||
+ | # | ||
+ | CacheHeader On | ||
+ | CacheIgnoreCacheControl On | ||
+ | CacheIgnoreNoLastMod On | ||
+ | CacheStoreNoStore On | ||
+ | CacheStoreExpired On | ||
+ | # | ||
+ | # | ||
+ | #UnsetEnv no-cache | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
Voir les fichiers en cache | Voir les fichiers en cache |