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::RegistryBB - Run unaltered CGI scripts persistently under mod_perl

Authors

Doug MacEachern Stas Bekman

Description

"ModPerl::RegistryBB" is similar to "ModPerl::Registry", but does the bare minimum (mnemonic: BB = Bare Bones) to compile a script file once and run it many times, in order to get the maximum performance. Whereas "ModPerl::Registry" does various checks, which add a slight overhead to response times.

Name

ModPerl::RegistryBB - Run unaltered CGI scripts persistently under mod_perl

See Also

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

Synopsis

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

See Also