X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/fcb21b1e9390fe5a9b0cf69292e9025be6be47a9..fa3bff5b76161e1573a47623d0737a8e3a5d0dd9:/lib/PLP/Backend/FastCGI.pm diff --git a/lib/PLP/Backend/FastCGI.pm b/lib/PLP/Backend/FastCGI.pm index b3c8c3a..4f14863 100644 --- a/lib/PLP/Backend/FastCGI.pm +++ b/lib/PLP/Backend/FastCGI.pm @@ -33,15 +33,15 @@ PLP::Backend::FastCGI - FastCGI interface for PLP =head2 Lighttpd -Edit the configuration file (usually F) -to enable I (add/outcomment in server.modules), and add: - - fastcgi.server = ( - ".plp" => (( - "bin-path" => "/usr/bin/perl -MPLP::Backend::FastCGI", - "socket" => "/tmp/fcgi-plp.socket", - )), - ) +Add this to your configuration file (usually F): + + server.modules += ("mod_fastcgi") + fastcgi.server += (".plp" => (( + "bin-path" => "/usr/bin/perl -MPLP::Backend::FastCGI", + "socket" => "/tmp/fcgi-plp.socket", + ))) + server.indexfiles += ("index.plp") + static-file.exclude-extensions += (".plp") =head2 Apache