View Single Post

  #1 (permalink)  
Old 12-10-2003
Peter Amberg
 
Posts: n/a
Default [Q] Post-passing Apache output before it is sent

I have an Apache installation on a UNIX platform. How can I configure
Apache such that it will send the output for any file according to
some pattern (eg. *.html, *.cfm, *.php) through a shell-script? The
idea is to strip away any superfluous whitespace and gzip any HTML
text (I figure browsers understand gzipped HTML, don't they?)

Thanks a lot,
Peter