mod_perl logo perl icon
previous page: ModPerl::RegistryLoader - Compile ModPerl::RegistryCooker scripts at server startuppage up: mod_perl 2.0 APInext page: ModPerl::Util - Helper mod_perl Functions

ModPerl::RegistryPrefork - Run unaltered CGI scripts under mod_perl






mod_perl2 User's Guide

mod_perl2 User's Guide

By Stas Bekman, Jim Brandt
Practical mod_perl

Practical mod_perl

By Stas Bekman, Eric Cholet
The mod_perl Developer's Cookbook

The mod_perl Developer's Cookbook

By Geoffrey Young, Paul Lindner, Randy Kobes
mod_perl Pocket Reference

mod_perl Pocket Reference

By Andrew Ford
Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

By Lincoln Stein, Doug MacEachern
Embedding Perl in HTML with Mason

Embedding Perl in HTML with Mason

By Dave Rolsky, Ken Williams


Table of Contents

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>


TOP

Description



TOP

Copyright

mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 2.0.



TOP

Authors

The mod_perl development team and numerous contributors.



TOP

See Also

ModPerl::RegistryCooker and ModPerl::Registry.






TOP
previous page: ModPerl::RegistryLoader - Compile ModPerl::RegistryCooker scripts at server startuppage up: mod_perl 2.0 APInext page: ModPerl::Util - Helper mod_perl Functions