ModPerl::RegistryBB - Run unaltered CGI scripts persistently under mod_perl
# 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>
User Contributed Perl Documentation
build::sparcv9::docs::api::ModPerl::RegistryBB(3)
NAME
ModPerl::RegistryBB - Run unaltered CGI scripts persistently under
mod_perl
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>
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 MacEachern
Stas Bekman
See Also
"ModPerl::RegistryCooker", "ModPerl::Registry" and "ModPerl::PerlRun".
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+-----------------------------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+-----------------------------------------+
|Availability | web/server/apache-24/module/apache-perl |
+---------------+-----------------------------------------+
|Stability | Uncommitted |
+---------------+-----------------------------------------+
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from
https://www.apache.org/dist/perl/mod_perl-2.0.12.tar.gz.
Further information about this software can be found on the open source
community website at https://perl.apache.org/.
perl v5.32.0 2022-01-30
build::sparcv9::docs::api::ModPerl::RegistryBB(3)