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
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
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
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