Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

Debian 6.0.3

(Squeeze)

ModPerl::RegistryPrefork(3pm)


libapache2-mod-perl2-2.0.4::docs::api::ModPerl::RegistryPrefork

libapache2-mod-perl2-2.0.4::docs::api::ModPerl::RegistryPrefork

NAME
Synopsis
Description
Copyright
Authors
See Also

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



ModPerl::RegistryPrefork(3pm)