Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

ModPerl::RegistryPrefork

Name ModPerl::RegistryPrefork
Version 0.01
Located at /usr/lib64/perl5/vendor_perl
File /usr/lib64/perl5/vendor_perl/ModPerl/RegistryPrefork.pm
Is Core No
Search CPAN for this module ModPerl::RegistryPrefork
Documentation ModPerl::RegistryPrefork
Module Details ModPerl::RegistryPrefork

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|docs::2.0::api::ModPerl::RegistryCooker and ModPerl::Registry|docs::2.0::api::ModPerl::Registry.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2025