X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FEngine%2FFastCGI.pm;h=c992dcfc40b002a50352549decf7a3cfbb3382bc;hp=85dee5261a2c20aa83371a729acf0e6f4701f59d;hb=303c087d80d6247dbaec317b167957bb694cf946;hpb=bce96f6718e49e32b7bd9736001919c5613f4481 diff --git a/lib/Catalyst/Engine/FastCGI.pm b/lib/Catalyst/Engine/FastCGI.pm index 85dee52..c992dcf 100644 --- a/lib/Catalyst/Engine/FastCGI.pm +++ b/lib/Catalyst/Engine/FastCGI.pm @@ -297,9 +297,9 @@ static, and dynamic. The FastCgiExternalServer directive tells Apache that when serving /tmp/myapp to use the FastCGI application listenting on the socket -/tmp/mapp.socket. Note that /tmp/myapp.fcgi does not need to exist -- +/tmp/mapp.socket. Note that /tmp/myapp.fcgi B exist -- it's a virtual file name. With some versions of C or -C, you can use any name you like, but most require that the +C, you can use any name you like, but some require that the virtual filename end in C<.fcgi>. It's likely that Apache is not configured to serve files in /tmp, so the