other versions
- Tumbleweed 2.0.13-4.3
- Leap-16.0
- Leap-15.6
| mod_perl-2.0.13::docs::api::ModPerl::RegistryPrefork(3) | User Contributed Perl Documentation | mod_perl-2.0.13::docs::api::ModPerl::RegistryPrefork(3) |
NAME¶
ModPerl::RegistryPrefork - Run unaltered CGI scripts under mod_perl
Synopsis¶
# httpd.conf
PerlModule ModPerl::RegistryPrefork
Alias /perl-run/ /home/httpd/perl/
<Location /perl-run>
SetHandler perl-script
PerlResponseHandler ModPerl::RegistryPrefork
PerlOptions +ParseHeaders
Options +ExecCGI
</Location>
Description¶
Copyright¶
mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 2.0.
Authors¶
The mod_perl development team and numerous contributors.
See Also¶
"ModPerl::RegistryCooker" and "ModPerl::Registry".
| 2025-03-19 | perl v5.42.0 |