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


Niklas Edmundsson <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #21016|0                           |1
        is obsolete|                            |
  Attachment #21519|0                           |1
        is obsolete|                            |
  Attachment #21715|0                           |1
        is obsolete|                            |




--- Comment #31 from Niklas Edmundsson <[EMAIL PROTECTED]>  2008-06-14 10:38:41 
PST ---
Created an attachment (id=22127)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22127)
httpd-2.2.9 - mod_disk_cache jumbo patch - 2.2.9 version

Adaptation of the patch to httpd-2.2.9.

Includes the submitted fixes for:
"FIX htcacheclean" - Since we use a script that looks at atime we don't use
htcacheclean. The fix looks sane though.

"FIX corruption in near-simultaneous requests of uncached files" - We're not
hitting this, so it probably only affects usage in combination with proxies.

Major additional fixes:
- Adapt to recent APR sub-second file timestamps, meaning that we have to
truncate to whole-second granularity when comparing http timestamps with file
timestamps.
- Be a tad more clever when trying to detect corrupted files (commonly caused
by a machine using xfs crashing). It's perfectly valid to have the consumed
size smaller than the actual size, for example filesystems with compression
(SUN ZFS). Also, don't check consumed size on new files since for example ZFS
only updates it when data is commited to disk.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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