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
  • @omarchicas:  The problem that you'll get into here is that manual configuration from the backend is not only unsupported, support won't assist with systems where this has been done until the customization has been removed.  So, the vast majority of business users won't do this.

    That being said, it's very likely that anything which triggers a restart of the service will overwrite the changes.  Even if they survive a service restart, installation of any up2date package will definitely overwrite the changes.
    __________________
    ACE v8/SCA v9.3

    ...still have a v5 install disk in a box somewhere.

    http://xkcd.com
    http://www.tedgoff.com/mb
    http://www.projectcartoon.com/cartoon/1
Reply
  • @omarchicas:  The problem that you'll get into here is that manual configuration from the backend is not only unsupported, support won't assist with systems where this has been done until the customization has been removed.  So, the vast majority of business users won't do this.

    That being said, it's very likely that anything which triggers a restart of the service will overwrite the changes.  Even if they survive a service restart, installation of any up2date package will definitely overwrite the changes.
    __________________
    ACE v8/SCA v9.3

    ...still have a v5 install disk in a box somewhere.

    http://xkcd.com
    http://www.tedgoff.com/mb
    http://www.projectcartoon.com/cartoon/1
Children
No Data