mod_disk_cache enabled globally by default
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apache2 (Debian) |
Fix Released
|
Unknown
|
|||
apache2 (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Hardy |
Fix Released
|
High
|
Chuck Short |
Bug Description
Binary package hint: apache2.2-common
I upgraded my server to Ubuntu 8.04 LTS from 6.06 LTS and started to see strange problems with my Wordpress installation, specifically when requesting the feed I'd get some comment feed instead. I believe this was caused by mod_disk_cache being enabled globally by default.
From disk_cache.conf:
CacheEnable disk /
From the mod_cache documentation:
This module should be used with care and can be used to circumvent Allow and Deny directives. You should not enable caching for any content to which you wish to limit access by client host name, address or environment variable.
Having this module enabled by default and configured to enable caching for all URLs compromises the security of canonical's customers and ubuntu's users and can produce the undesired effects I mentioned above.
Changed in apache2: | |
status: | Unknown → Fix Released |
Changed in apache2: | |
milestone: | none → ubuntu-8.04.1 |
status: | Fix Committed → Triaged |
status: | Triaged → Fix Committed |
I cannot reproduce this -- on both fresh installs of Hardy and Dapper->Hardy upgrades, the disk_cache module is not enabled.