X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/1dd113c913fed66850297163930ce0b6e6915dc2:/PLP/FastCGI.pm..96959bff080392067524996e6edbf954:/PLP/Backend/FastCGI.pm diff --git a/PLP/FastCGI.pm b/PLP/Backend/FastCGI.pm similarity index 79% rename from PLP/FastCGI.pm rename to PLP/Backend/FastCGI.pm index 7db7296..8ee3261 100644 --- a/PLP/FastCGI.pm +++ b/PLP/Backend/FastCGI.pm @@ -1,10 +1,10 @@ -package PLP::FastCGI; +package PLP::Backend::FastCGI; use strict; -use PLP::CGI; +use PLP::Backend::CGI; use FCGI; -use base 'PLP::CGI'; +use base 'PLP::Backend::CGI'; our $VERSION = '1.00'; @@ -22,7 +22,7 @@ sub import { =head1 NAME -PLP::FastCGI - FastCGI interface for PLP +PLP::Backend::FastCGI - FastCGI interface for PLP =head1 SYNOPSIS @@ -33,7 +33,7 @@ to enable I (add/outcomment in server.modules), and add: fastcgi.server = ( ".plp" => (( - "bin-path" => "/usr/bin/perl -MPLP::FastCGI", + "bin-path" => "/usr/bin/perl -MPLP::Backend::FastCGI", "socket" => "/tmp/fcgi-plp.socket", )), ) @@ -44,7 +44,7 @@ You'll need a dispatch script (F is included with PLP). Example F: #!/usr/bin/perl - use PLP::FastCGI; + use PLP::Backend::FastCGI; Then enable either I or I, and setup F (often just create a F) with: @@ -65,5 +65,5 @@ Mischa POSLAWSKY =head1 SEE ALSO -L, L, L +L, L, L