From: Andy Grundman Date: Fri, 11 Nov 2005 21:41:31 +0000 (+0000) Subject: Added non-root example to FastCGI docs X-Git-Tag: 5.7099_04~955 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=25810c4166765e5a393245b36fc6d1aad989f0c4 Added non-root example to FastCGI docs --- diff --git a/lib/Catalyst/Engine/FastCGI.pm b/lib/Catalyst/Engine/FastCGI.pm index f17178f..d832bea 100644 --- a/lib/Catalyst/Engine/FastCGI.pm +++ b/lib/Catalyst/Engine/FastCGI.pm @@ -155,7 +155,17 @@ This configuration was tested with Lighttpd 1.4.7. ) ) -Or use an external server: +You can also run your application at any non-root location. + + fastcgi.server = ( + "/myapp" => ( + "MyApp" => ( + # same as above + ) + ) + ) + +You can also use an external server: # Start the external server (requires FCGI::ProcManager) $ script/myapp_fastcgi.pl -l /tmp/myapp.socket -n 5