https://bz.apache.org/bugzilla/show_bug.cgi?id=61617

            Bug ID: 61617
           Summary: 2.4.28 occasionally serves incorrect web page when
                    file caching is enabled
           Product: Apache httpd-2
           Version: 2.4.27
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_cache
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Not sure if mod_cache or mod_cache_disk, but with the following configuration,
and it does this whether in the main section affecting everything or a
virtual_host section affecting only one domain, it occasionally serves the
wrong page.  Usually a second subsequent request will then serve the correct
page:

    CacheRoot "/var/cache/apache"
    CacheEnable disk /
    CacheDirLevels 2
    CacheDirLength 1
    CacheSocacheMaxTime 31536000
    CacheSocacheMaxSize 1048576

     Here /var/cache/apache is a tempfs file system in order to serve pages out
of RAM.  Not anywhere near exhausting the space.  Also tried memcached and had
similar problems.

-- 
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