Apache::PassExec - run CGI and catch its output


Apache-OutputChain documentation  | view source Contained in the Apache-OutputChain distribution.

Index


NAME

Top

Apache::PassExec - run CGI and catch its output

SYNOPSIS

Top

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

Top

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

AUTHOR

Top

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


Apache-OutputChain documentation  | view source Contained in the Apache-OutputChain distribution.