DOKK / manpages / debian 11 / libapache2-mod-perl2 / ModPerl::RegistryPrefork.3pm.en
libapache2-mod-perl2-2.0.11::docs::api::ModPerl::RegistryPrefork(3pm) User Contributed Perl Documentation libapache2-mod-perl2-2.0.11::docs::api::ModPerl::RegistryPrefork(3pm)

ModPerl::RegistryPrefork - Run unaltered CGI scripts under mod_perl

  # 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>

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.

"ModPerl::RegistryCooker" and "ModPerl::Registry".

2021-02-22 perl v5.32.1