=head1 NAME
ModPerl::PerlRunPrefork - Run unaltered CGI scripts under mod_perl
=head1 Synopsis
# httpd.conf
PerlModule ModPerl::PerlRunPrefork
Alias /perl-run/ /home/httpd/perl/
SetHandler perl-script
PerlResponseHandler ModPerl::PerlRunPrefork
PerlOptions +ParseHeaders
Options +ExecCGI
=head1 Description
=head1 Copyright
mod_perl 2.0 and its core modules are copyrighted under
The Apache Software License, Version 2.0.
=head1 Authors
L.
=head1 See Also
C>
and C>.
=cut