-
-
30 Jan 2022 13:36:21 UTC
- Distribution: mod_perl
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (40)
- Testers (0 / 0 / 3)
- Kwalitee
Bus factor: 1- License: unknown
- Activity
24 month- Tools
- Download (3.67MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
Module Install Instructions
To install mod_perl2, copy and paste the appropriate command in to your terminal.
cpanm mod_perl2
perl -MCPAN -e shell install mod_perl2
For more information on module installation, please visit the detailed CPAN module installation guide.