Skip to content

Apache httpd

Mark Nottingham edited this page Dec 5, 2018 · 5 revisions

Apache httpd with mod_cache and mod_proxy were tested as packaged by Arch Linux.

mod_cache configuration:

    CacheEnable disk /
    CacheRoot /var/cache/apache
    CacheDirLevels 5
    CacheDirLength 3
    CacheIgnoreNoLastMod On
    CacheStoreExpired On
    CacheNegotiatedDocs On
    UseCanonicalName On
Clone this wiki locally