logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ModPerl::PerlRunPrefork - Run unaltered CGI scripts under mod_perl

Authors

The mod_perl development team and numerous contributors.

Description

Name

ModPerl::PerlRunPrefork - Run unaltered CGI scripts under mod_perl

See Also

"ModPerl::RegistryCooker" and "ModPerl::Registry". perl v5.40.0 2024-10-20 libapache2-mod...:PerlRunPrefork(3pm)

Synopsis

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

See Also