https://issues.apache.org/bugzilla/show_bug.cgi?id=53787

          Priority: P2
            Bug ID: 53787
          Assignee: [email protected]
           Summary: In forward proxy, doesn't cache disk anymore
          Severity: regression
    Classification: Unclassified
                OS: Linux
          Reporter: [email protected]
          Hardware: PC
            Status: NEW
           Version: 2.4.3
         Component: mod_cache_disk / mod_disk_cache
           Product: Apache httpd-2

Created attachment 29290
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29290&action=edit
You can see there the access I did and the listing of the cacheRoot.

Hi,

I build a sample forward-proxy with disk cache enable. In 2.2.22, everything is
OK but in 2.4.2 and 2.4.3, the cache doesn't work any more.

The configuration is quiet simple (as in the documentation, I do a simple POC
for the 2 versions) :

ProxyRequests On
ProxyVia On
ProxyRemote * http://<hostname of my internet proxy>:8080

<Proxy *>
  Order Deny,Allow
  Deny from all
  Allow from 172.20.192
</Proxy>

CacheEnable disk /
CacheRoot "/tmp/apache243cache"

I can see the access, http access are OK from my brower using this proxy but
only the htdocs/index.html is cached on the disk while in 2.2, all the gif and
html files are written in the cache.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to