X-Git-Url: http://git.shiar.nl/perl/plp/.git/blobdiff_plain/0037699647feb915a9091a57af1a264777bcaecb..fa3bff5b76161e1573a47623d0737a8e3a5d0dd9:/lib/PLP.pm diff --git a/lib/PLP.pm b/lib/PLP.pm index acf3871..e3fe961 100644 --- a/lib/PLP.pm +++ b/lib/PLP.pm @@ -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