=head1 NAME ModPerl::RegistryBB - Run unaltered CGI scripts persistently under mod_perl =head1 Synopsis # httpd.conf PerlModule ModPerl::RegistryBB Alias /perl/ /home/httpd/perl/ SetHandler perl-script PerlResponseHandler ModPerl::RegistryBB #PerlOptions +ParseHeaders #PerlOptions -GlobalRequest Options +ExecCGI =head1 Description C is similar to C>, 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 C> does various checks, which add a slight overhead to response times. =head1 Authors Doug MacEachern Stas Bekman =head1 See Also C>, C> and C>. =cut