| Apache-OutputChain documentation | view source | Contained in the Apache-OutputChain distribution. |
Apache::PassExec - run CGI and catch its output
In the conf/access.conf file of your Apache installation add lines
<Files *.html> SetHandler perl-script PerlHandler Apache::OutputChain Apache::GzipChain Apache::PassExec </Files>
Runs a script (process) and fetches its output, passes it to next chained handlers.
(c) 1997--1998 Andreas Koenig, Jan Pazdziora
| Apache-OutputChain documentation | view source | Contained in the Apache-OutputChain distribution. |