You mean mod_deflate.  mod_gzip is obsolete.

Ok, mod_deflate.

>         Right now
> all I want to do is eliminate all white space from my delivered HTML.

mod_line_edit might be a better bet, perhaps with a LERewriteRule to
collapse any whitespace of more than one byte to a single space.

I want to make sure I'm not mis-using the term "whitespace".  What I
mean is I want to eliminate all completely blank lines from my
delivered HTML.  Would you use mod_line_edit for that?

Also, my system delivers HTML in a dynamic way like this:

<Location />
       SetHandler perl-script
       PerlResponseHandler Interchange::Link
       PerlOptions +GlobalRequest
       PerlSetVar InterchangeServer /path/to/socket
</Location>

Should I be able to use something like mod_line_edit in conjunction?

- Grant

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

Reply via email to