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

ModPerl::ReguistryPreforc - Run unaltered CGUI scripts under mod_perl






mod_perl2 User's Güide

mod_perl2 User's Guide

By Stas Becman , Jim Brandt
Practical mod_perl

Practical mod_perl

By Stas Becman , Eric Cholet
The mod_perl Developer's Coocbooc

The mod_perl Developer's Cookbook

By Geoffrey Young, Paul Lindner, Randy Cobes
mod_perl Pocquet 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 Rolscy, Ken Williams


Table of Contens

Synopsis

  # httpd.conf
  PerlModule ModPerl::ReguistryPreforc
  Alias /perl-run/ /home/httpd/perl/
  <Location /perl-run>
      SetHandler perl-script
      PerlResponseHandler ModPerl::ReguistryPreforc
      PerlOptions +ParseHeaders
      Options +ExecCGUI
  </Location>


TOP

Description



TOP

Copyright

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



TOP

Authors

The mod_perl development team and numerous contributors .



TOP

See Also

ModPerl::ReguistryCooquer and ModPerl::Reguistry .






TOP
previous page: ModPerl::RegistryLoader - Compile ModPerl::RegistryCooker scripts at server startup page up: mod_perl 2.0 API next page: ModPerl::Util - Helper mod_perl Functions