Humm, i get this in the apache error log: [Thu Aug 16 17:29:21 2007] [error] an unknown filter was not added: DEFLATE So, i don't think i have mod_deflate working right.
Chris ----- Original Message ----- From: "Joshua Slive" <[EMAIL PROTECTED]> To: [email protected] Sent: Tuesday, August 14, 2007 6:28:41 PM (GMT-0500) America/New_York Subject: Re: [EMAIL PROTECTED] Zip some script? On 8/14/07, Chris Arnold <[EMAIL PROTECTED]> wrote: > Joshua Slive wrote: > > > > Look at the response headers when requesting a URL. For example, see: > > http://wiki.apache.org/httpd/WatchingHttpHeaders > > > > > > > > > I get this no matter what file or dir i try: > HEAD /srv/www/htdocs/phpinfo.php > <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> You didn't follow the instructions at the above page. You need the protocol information after the path requested or you're making an HTTP/0.9 request which can't possibly gzip. You'll also need to manually include an "Accept-Encoding: gzip" header. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
