Re: [EMAIL PROTECTED] Question regarding mod_deflate and CGI output

2007-08-27 Thread Karl Denninger
Joshua Slive wrote: On 8/27/07, Karl Denninger <[EMAIL PROTECTED]> wrote: However, I have a site which is entirely built by a CGI program. That program returns a proper "Content-Type:" header; some content is text/html, some might be text/xml, some might be image/gif, some might be image/jp

Re: [EMAIL PROTECTED] Question regarding mod_deflate and CGI output

2007-08-27 Thread Karl Denninger
Attempted that its not obvious how to get the correct syntax to replace what I had there before (and is not in the examples) Any hints? Karl Denninger ([EMAIL PROTECTED]) http://www.denninger.net Joshua Slive wrote: On 8/27/07, Karl Denninger <[EMAIL PROTECTED]> wrote: However

Re: [EMAIL PROTECTED] Question regarding mod_deflate and CGI output

2007-08-27 Thread Joshua Slive
On 8/27/07, Karl Denninger <[EMAIL PROTECTED]> wrote: > However, I have a site which is entirely built by a CGI program. That > program returns a proper "Content-Type:" header; some content is > text/html, some might be text/xml, some might be image/gif, some might > be image/jpeg, etc. AddOutpu

[EMAIL PROTECTED] Question regarding mod_deflate and CGI output

2007-08-27 Thread Karl Denninger
Hi folks; I am attempting to use mod_deflate to compress ONLY text output files (since "compressing" images is a waste, natch) I have the following in my httpd.conf file: # # Deflate text if the user's browser can handle it # AddOutputFilterByType DEFLATE text/html text/plain text/xml Defl