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) |
Triaged
|
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://
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?