table of contents
other versions
- buster 2.0.10-3
- testing 2.0.11-4
- unstable 2.0.11-4
- experimental 2.0.11-5
| libapache2-mod-perl2-2.0.10::docs::api::ModPerl::RegistryBB(3pm) | User Contributed Perl Documentation | libapache2-mod-perl2-2.0.10::docs::api::ModPerl::RegistryBB(3pm) |
NAME¶
ModPerl::RegistryBB - Run unaltered CGI scripts persistently under mod_perlSynopsis¶
# 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>
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.Authors¶
Doug MacEachernStas Bekman
See Also¶
"ModPerl::RegistryCooker", "ModPerl::Registry" and "ModPerl::PerlRun".| 2018-11-15 | perl v5.28.0 |