Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 16480 invoked from network); 20 Dec 2006 13:34:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Dec 2006 13:34:23 -0000 Received: (qmail 18386 invoked by uid 500); 20 Dec 2006 13:34:29 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 18342 invoked by uid 500); 20 Dec 2006 13:34:29 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 18323 invoked by uid 99); 20 Dec 2006 13:34:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2006 05:34:29 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2006 05:34:21 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 3719A7142A1; Wed, 20 Dec 2006 05:34:01 -0800 (PST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 40278] - mod_disk_cache delay response if object is not expired and mime type is incorrect In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20061220133401.3719A7142A1@brutus.apache.org> Date: Wed, 20 Dec 2006 05:34:01 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 kaiowas@gentoo.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kaiowas@gentoo.org ------- Additional Comments From kaiowas@gentoo.org 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: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org