X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/47ba656450de67f0bdf3e01dd920e744c2fa9218..3d9da133799284e18b7ee0e4a6b3754394c0f7dd:/PLP.pm diff --git a/PLP.pm b/PLP.pm index 57292ad..a190e3b 100644 --- a/PLP.pm +++ b/PLP.pm @@ -10,7 +10,7 @@ use PLP::Tie::Print; use File::Basename (); use File::Spec; -use Cwd (); +#use Cwd (); use strict; @@ -24,7 +24,7 @@ our $VERSION = '3.18'; # everything Do everything: CGI # handler($r) Do everything: mod_perl # mod_perl_init($r) Initialization for mod_perl -# mod_perl_print Faster printing for mod_perl +# mod_perl_print Faster printing for mod_perl # sendheaders Send headers # source($path, $level, $linespec) Read and parse .plp files # start Start the initialized PLP script @@ -354,7 +354,7 @@ PLP - Perl in HTML pages SetHandler perl-script PerlHandler PLP PerlSendHeader On - PerlSetVar PLPcache On + PerlSetVar PLPcache On # Who said CGI was easier to set up? :) @@ -375,10 +375,10 @@ PLP - Perl in HTML pages ScriptAlias /foo/bar/ /PLP_COMMON/ - AllowOverride None - Options +ExecCGI - Order allow,deny - Allow from all + AllowOverride None + Options +ExecCGI + Order allow,deny + Allow from all AddHandler plp-document plp Action plp-document /PLP_COMMON/plp.cgi