DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40278>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40278


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




------- Additional Comments From [EMAIL PROTECTED]  2006-12-20 05:34 -------

I also end up waiting exactly KeepAliveTimeout seconds if I use both mod_deflate
and mod_disk_cache for cached pages to load (due to a poll() function - as seen
in the attached strace output). if I disable AddOutputFilterByType, the delay
goes away. also the delay is zero if the page has not been cached yet or if it
expired. in my case I see no link between the mime type and the delay.

these are the related configuration settings:

KeepAlive On
KeepAliveTimeout 15

AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css

CacheEnable disk /
CacheRoot /var/share/www/vhosts/www.foobar.com/cache
CacheDisable /images
CacheStoreNoStore On
CacheDefaultExpire 3600
CacheMaxExpire 3600
CacheMinFileSize 128
CacheMaxFileSize 128000

this bug is easily replicable on both linux (mpm-prefork) and even windows.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to