RE: [us...@httpd] mod_disk_cache causing corrupted output on server side includes?

2010-06-18 Thread Geoff Millikan
It's a bummer not to be able to use mod_disk_cache, it's such a good tool. Would love a solution on this. -Original Message- Sent: Friday, June 11, 2010 8:50 AM To: users@httpd.apache.org Subject: RE: [us...@httpd] mod_disk_cache causing corrupted output on server side includes

RE: [us...@httpd] mod_disk_cache causing corrupted output on server side includes?

2010-06-11 Thread Geoff Millikan
Interesting... what other modules did you load? Looking for possible sources of memory corruption. Why memory corruption? Everything is being served from disk... The uncached results to the client, they are ok? Yes. E.g. is the cache polluted on the way in, or on the way out?

RE: [us...@httpd] mod_disk_cache causing corrupted output on server side includes?

2010-06-10 Thread Geoff Millikan
Just in case your filesystem doesn't support them, have you tried disabling sendfile and mmap? Since all our files are being read directly off the drive (we're not using a NFS or CIFS mount) this shouldn't be an issue (at least on RedHat Enterprise Linux). But we'll give it a shot and report

Re: [us...@httpd] mod_disk_cache causing corrupted output on server side includes?

2010-06-10 Thread William A. Rowe Jr.
On 6/10/2010 4:00 PM, Geoff Millikan wrote: Just in case your filesystem doesn't support them, have you tried disabling sendfile and mmap? Since all our files are being read directly off the drive (we're not using a NFS or CIFS mount) this shouldn't be an issue (at least on RedHat

RE: [us...@httpd] mod_disk_cache causing corrupted output on server side includes?

2010-06-09 Thread Geoff Millikan
corrupted output on server side includes? Dear List, It appears that when mod_disk_cache reads server side includes to create its final cached web page, it sometimes corrupts the included file. I think the issue may be that the included file is getting DEFLATEd and Apache is intermittently

Re: [us...@httpd] mod_disk_cache causing corrupted output on server side includes?

2010-06-09 Thread William A. Rowe Jr.
On 6/9/2010 7:14 PM, Geoff Millikan wrote: Submitted bug report 6 days ago but no movement. Tips? Just in case your filesystem doesn't support them, have you tried disabling sendfile and mmap? - The official User-To-User

[us...@httpd] mod_disk_cache causing corrupted output on server side includes?

2010-06-03 Thread Geoff Millikan
Dear List, It appears that when mod_disk_cache reads server side includes to create its final cached web page, it sometimes corrupts the included file. I think the issue may be that the included file is getting DEFLATEd and Apache is intermittently forgetting to ungzip it prior to putting it

Re: [us...@httpd] mod_disk_cache causing corrupted output on server side includes?

2010-04-26 Thread Jeff Trawick
On Wed, Apr 21, 2010 at 1:00 PM, Geoff Millikan gmilli...@t1shopper.com wrote: You can see the corrupted/binary garbled mess on the page at the link here: http://www.t1shopper.com/tools/calculate/index.shtml The scrambled mess is outputted right at the server side include like this:

[us...@httpd] mod_disk_cache causing corrupted output on server side includes?

2010-04-21 Thread Geoff Millikan
Dear List, You can see the corrupted/binary garbled mess on the page at the link here: http://www.t1shopper.com/tools/calculate/index.shtml The scrambled mess is outputted right at the server side include like this: !--#include virtual=/tools/calculate/filesizedescription.html -- Everything