| mod_perl documentation | view source | Contained in the mod_perl distribution. |
ModPerl::PerlRunPrefork - Run unaltered CGI scripts under mod_perl
# httpd.conf
PerlModule ModPerl::PerlRunPrefork
Alias /perl-run/ /home/httpd/perl/
<Location /perl-run>
SetHandler perl-script
PerlResponseHandler ModPerl::PerlRunPrefork
PerlOptions +ParseHeaders
Options +ExecCGI
</Location>
mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 2.0.
The mod_perl development team and numerous contributors (about::contributors::people).
ModPerl::RegistryCooker (docs::2.0::api::ModPerl::RegistryCooker)
and ModPerl::Registry (docs::2.0::api::ModPerl::Registry).
| mod_perl documentation | view source | Contained in the mod_perl distribution. |