ModPerl::RegistryPrefork.3pm

Langue: en

Autres versions - même langue

Version: 2006-11-19 (fedora - 16/08/07)

Section: 3 (Bibliothèques de fonctions)

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

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".