/etc/apache2/mods-available/disk_cache.conf <IfModule mod_cache.c> <IfModule mod_disk_cache.c> CacheRoot "/var/cache/apache2/disk_cache" CacheSize 524288 CacheEnable disk / CacheDirLevels 4 CacheDirLength 5 </IfModule> </IfModule> cache ç¨ãã£ã¬ã¯ããªã®ä½æ # mkdir /var/cache/apache2/disk_cache mod_cache 㨠mod_disk_cache ã®æå¹å # a2enmod cache # a2enmod disk_cache # apache2ctl configtest # apache2ctl restart
{{#tags}}- {{label}}
{{/tags}}