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
  • it wouldn't work at all as the proxy isn't based on squid anymore.  You might actually crash the proxy or do even more damage.  Leave it be.

    Owner:  Emmanuel Technology Consulting

    http://etc-md.com

    Former Sophos SG(Astaro) advocate/researcher/Silver Partner

    PfSense w/Suricata, ntopng, 

    Other addons to follow

  • That is not a squid config, that is apache disk cache feature, which you can enable to allow caching while reverse proxy on apache.

    The statement will work if the module is loaded and ignored if the module is not loaded, so it won't crash the apache server, however i'm wondering that if I place this would apache be overwritten when you make a change on webadmin, for example if webadmin uses apache conf templates.

    It would probably be a good idea to enable this for WAF on UTM to allow caching on the reverse proxy services.
Reply
  • That is not a squid config, that is apache disk cache feature, which you can enable to allow caching while reverse proxy on apache.

    The statement will work if the module is loaded and ignored if the module is not loaded, so it won't crash the apache server, however i'm wondering that if I place this would apache be overwritten when you make a change on webadmin, for example if webadmin uses apache conf templates.

    It would probably be a good idea to enable this for WAF on UTM to allow caching on the reverse proxy services.
Children
No Data