Apache::RegistryBB:

It works just like C<Apache::Registry>, but does not test the x bit (-x)
only compiles the file once (no stat() call is made per requsest), skips
the OPT_EXECCGI checks and does not C<chdir()> into the script parent
directory. It uses the OO interface.

Configuration:

  PerlModule Apache::RegistryBB
  <Location /perl>
    SetHandler perl-script
    PerlHandler ApacheRegistryBB->handler
  </Location>


_______________________________________________________________________
Stas Bekman    mailto:[EMAIL PROTECTED]      http://www.stason.org/stas
Perl,CGI,Apache,Linux,Web,Java,PC     http://www.stason.org/stas/TULARC
perl.apache.org    modperl.sourcegarden.org   perlmonth.com    perl.org
single o-> + single o-+ = singlesheaven    http://www.singlesheaven.com

Reply via email to