Help for this page

Select Code to Download


  1. or download this
        PerlOptions +Parent
        PerlModule Apache2::RequestRec
    ...
            SetHandler modperl
            PerlResponseHandler Imperia::Core::Backends::ModPerl20
        </Location>
    
  2. or download this
        PerlSetEnv NYTPROF file=/mycms/nyt/prof.out
        <Perl>
            use Devel::NYTProf::Apache;
        </Perl>