Re: [users@httpd] SSI is destroying my file

2014-01-27 Thread Geoff Millikan
We had a lot of problems w/SSI, deflate and caching. The deflate and the SSI and the cacheing just fought each other. Sometimes it would work, sometimes we got corrupted junk - but it was usually more messed up that just some dashes like you have. But if you've turned off mod_cache, deleted t

Re: [users@httpd] SSI is destroying my file

2014-01-27 Thread David Williams
Just another quick data points, this is centos 6.5 with apache 2.2.15 installed via yum $ cat /etc/*release* CentOS release 6.5 (Final) LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch cat: /etc/

Re: [users@httpd] SSI is destroying my file

2014-01-27 Thread David Williams
I tried uncommenting mod_cache from httpd.conf, but that did not resolve the issue. Here is another example, the next include in the list (this is a javascript file) is modernizr, here's how it looks after mod_include: u+conteionId=b;i(= .fail]mdoc u+cont, )ra0ara", loaefinth.) { nupB Reafhn

Re: [users@httpd] SSI is destroying my file

2014-01-27 Thread David Williams
Also I apologize for the "top-post" I don't know how to turn that off in gmail but I have an SO question for that too http://stackoverflow.com/questions/21394987/gmail-how-do-i-not-top-post-in-gmail-replies How could mod_cache be causing this? On Mon, Jan 27, 2014 at 5:02 PM, David Williams w

Re: [users@httpd] SSI is destroying my file

2014-01-27 Thread David Williams
Yes I am, httpd.conf:54 LoadModule cache_module modules/mod_cache.so On Mon, Jan 27, 2014 at 5:00 PM, Geoff Millikan wrote: > Are you using mod_cache? >

RE: [users@httpd] SSI is destroying my file

2014-01-27 Thread Geoff Millikan
Are you using mod_cache?