This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Proxy Cache?

I'd like to have cache for performance on the server proxy. Would adding the modifications manually be overwritten when making a change?

Add this to /var/chroot-reverseproxy/conf/httpd.conf:

    CacheEnable disk /
    CacheRoot "/var/cache/mod_proxy"
    CacheDirLevels 3
    CacheDirLength 5
    CacheIgnoreCacheControl On
    CacheMaxFileSize 100000000
    CacheIgnoreNoLastMod On
    CacheMaxExpire 1209600
    CacheIgnoreQueryString On


This thread was automatically locked due to age.
Parents Reply Children
No Data