Rene Pijlman wrote:
When I enable the file cache and request a page from Mediawiki, the browser is waiting for the request forever. On the server the page has been created in the cache. It's compressed and the content looks fine (zcat'ed). There's an Apache process continuously running at almost 100% CPU.
Everything seems to work fine on my main test machine (Mac OS X 10.3.4, PHP 4.3.2), but I can confirm this phenomenon on Debian Woody.
(Side note: the file cache doesn't interact well with output-buffered gzipping. Comment out the line that sets that near the top of LocalSettings.php; unfortunately that doesn't solve this problem.)
The output is being written out to the cache file *and sent to the client* but the connection hangs there. I'm not sure why yet...
-- brion vibber (brion @ pobox.com)