Skip to content

Apache httpd

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

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

mod_cache configuration:

    CacheEnable socache /
    CacheSocache dbm:/tmp/socache
    CacheSocacheMaxSize 102400
    CacheIgnoreNoLastMod On
    CacheSocacheMinTime 0
    CacheNegotiatedDocs On
    UseCanonicalName On
Clone this wiki locally