Apache cache serving partial content 206 responses to requests for the full content
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| apache2 (Debian) |
Fix Released
|
Unknown
|
||
| apache2 (Ubuntu) |
Wishlist
|
Unassigned |
Bug Description
Apache is caching 206 responses.
This is a known bug: https:/
has been fixed in the trunk (http://
[1] Description: Ubuntu 10.04.3 LTS, Release: 10.04
[2] Package: latest apache2 / apache2-mpm-worker 2.2.14-5ubuntu8.7
[3] Expected to happen:
HEAD "http://
200 OK
Cache-Control: max-age=604800
Connection: close
[4] What happened instead:
HEAD "http://
206 Partial Content
Cache-Control: max-age=604800
Cleaned up the cached file by hand from the CacheRoot
My advise: apply the 2 patches as discussed here:
http://
That makes: http://
and
http://
Chuck Short (zulcss) wrote : | #1 |
Changed in apache2 (Ubuntu): | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Henk Bokhoven (bokh) wrote : | #2 |
Thanks Chuck.
All our production and staging servers run Ubuntu 10.04 LTS, so sadly I'm not able to reproduce this (quickly) on Ubuntu 11.10 (Oneiric Ocelot).
Henk Bokhoven (bokh) wrote : | #3 |
Browsing the Apache2 codebase for Oneiric, the 2 mentioned patches have NOT been applied there.
mod_cache:
Oneiric Apache2-source: http://
Apache2-patch: http://
mod_disk_cache:
Oneiric Apache2-source: http://
Apache2-patch: http://
Changed in apache2 (Debian): | |
status: | Unknown → New |
Changed in apache2 (Debian): | |
status: | New → Confirmed |
Changed in apache2 (Debian): | |
status: | Confirmed → Fix Released |
Thanks this will be considered for the LTS, however it needs to be confirmed in oneiric first, are you available to see if its fixed in oneiric?