Apache-PageKit
view release on metacpan or search on metacpan
t/conf/extra.last.conf.in view on Meta::CPAN
# Apache::Reload is very very helpfull during development,
# but it is not required. So install it and uncomment
# the following lines
#
# PerlModule Apache::Reload
# PerlInitHandler Apache::Reload
# PerlSetVar ReloadAll On
# <Perl >
<Perl>
# It is not necasary to preload this modules, but it helps
# to find errors in your instalation.
use Apache::URI ();
use Apache::Cookie ();
use Apache::Request ();
use Apache::SessionX ();
use Apache::Util ();
use Compress::Zlib ();
use File::Find ();
use HTML::FillInForm ();
use HTML::Parser ();
use HTML::Template ();
use XML::LibXML ();
use Apache::PageKit();
Apache::PageKit->startup('@DocumentRoot@','staging');
</Perl>
<Location />
SetHandler perl-script
PerlSetVar PKIT_ROOT @DocumentRoot@
PerlSetVar PKIT_SERVER staging
PerlHandler +Apache::PageKit
</Location>
( run in 2.619 seconds using v1.01-cache-2.11-cpan-75ffa21a3d4 )