Jan Pazdziora > Apache-OutputChain-0.11 > Apache::PassExec

Download:
Apache-OutputChain-0.11.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.05   Source  

NAME ^

Apache::PassExec - run CGI and catch its output

SYNOPSIS ^

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>

DESCRIPTION ^

Runs a script (process) and fetches its output, passes it to next chained handlers.

AUTHOR ^

(c) 1997--1998 Andreas Koenig, Jan Pazdziora