X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/0037699647feb915a9091a57af1a264777bcaecb..ec7d20c2e33d8c240c6687adecbefa92410a9b41:/lib/PLP.pm diff --git a/lib/PLP.pm b/lib/PLP.pm index acf3871..f1ad4f8 100644 --- a/lib/PLP.pm +++ b/lib/PLP.pm @@ -13,7 +13,7 @@ use File::Spec; use strict; -our $VERSION = '3.19'; +our $VERSION = '3.20'; # Subs in this package: # _default_error($plain, $html) Default error handler @@ -260,15 +260,11 @@ PLP - Perl in HTML pages F configuration using L: - server.modules = ( - "mod_fastcgi", - ) - fastcgi.server = ( - ".plp" => (( - "bin-path" => "/usr/bin/perl -MPLP::Backend::FastCGI", - "socket" => "/tmp/fcgi-plp.socket", - )), - ) + server.modules += ("mod_fastcgi") + fastcgi.server += (".plp" => (( + "bin-path" => "/usr/bin/perl -MPLP::Backend::FastCGI", + "socket" => "/tmp/fcgi-plp.socket", + ))) =head2 Apache installation