Re: [users@httpd] ContentDigest not working

2015-05-16 Thread issues
you save your dual host on a floppy disk reboot your hard drive and factory reset your computer Sent from my U.S. Cellular® Smartphone James O’Shaughnessy wrote: >Disabling mod_deflate does indeed fix the issue I am seeing, but I >wish to disable compression for just one folder within the >v

Re: [users@httpd] ContentDigest not working

2015-05-15 Thread James O’Shaughnessy
Disabling mod_deflate does indeed fix the issue I am seeing, but I wish to disable compression for just one folder within the virtualhost. From reading the docs I think I can do this via "SetEnv no-gzip 1" within the directory in my virtualhost config file. But after reloading the config file

Re: [users@httpd] ContentDigest not working

2015-05-14 Thread Eric Covener
On Thu, May 14, 2015 at 8:09 AM, James O’Shaughnessy wrote: >> [Thu May 14 11:57:10.873578 2015] [filter:trace2] [pid 10790] >> mod_filter.c(193): [client xx.xx.28.122:60285] Content-Type condition for >> 'deflate' did not match: no Content-Type Content-MD5 seems to turn itself off it it sees ce

Re: [users@httpd] ContentDigest not working

2015-05-14 Thread James O’Shaughnessy
No it doesn't seem to be a problem with just HEAD. curl -i http://des.blah.com/fix/manufacturers.tx HTTP/1.1 200 OK Date: Thu, 14 May 2015 12:37:56 GMT Server: Apache/2.4.10 (Debian) Last-Modified: Tue, 28 Apr 2015 13:29:40 GMT ETag: "5841-514c8dac65900" Accept-Ranges: bytes Content-Length: 2259

Re: [users@httpd] ContentDigest not working

2015-05-14 Thread Eric Covener
On Thu, May 14, 2015 at 8:09 AM, James O’Shaughnessy wrote: > Any ideas on what I have missed? Is it just a problem with HEAD? Is it a static file? -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: users-unsubscr..

[users@httpd] ContentDigest not working

2015-05-14 Thread James O’Shaughnessy
Apache 2.4.10 running on Debian Jessie. I want to enable ContentDigest for one folder on a virtualhost. Contents of the virtual host file is: ServerName des.blah.com ServerAlias des.blah.co.uk DocumentRoot /var/www/des/ Options -Indexes +FollowS