1docs::api::ModPerl::RegUissetrryCBoBn(t3r)ibuted Perl Dodcoucmse:n:taaptii:o:nModPerl::RegistryBB(3)
2
3
4
6 ModPerl::RegistryBB - Run unaltered CGI scripts persistently under
7 mod_perl
8
10 # httpd.conf
11 PerlModule ModPerl::RegistryBB
12 Alias /perl/ /home/httpd/perl/
13 <Location /perl>
14 SetHandler perl-script
15 PerlResponseHandler ModPerl::RegistryBB
16 #PerlOptions +ParseHeaders
17 #PerlOptions -GlobalRequest
18 Options +ExecCGI
19 </Location>
20
22 "ModPerl::RegistryBB" is similar to "ModPerl::Registry", but does the
23 bare minimum (mnemonic: BB = Bare Bones) to compile a script file once
24 and run it many times, in order to get the maximum performance. Whereas
25 "ModPerl::Registry" does various checks, which add a slight overhead to
26 response times.
27
29 Doug MacEachern
30
31 Stas Bekman
32
34 "ModPerl::RegistryCooker", "ModPerl::Registry" and "ModPerl::PerlRun".
35
36
37
38perl v5.12.0 2007-11-12 docs::api::ModPerl::RegistryBB(3)