[Catalyst] Trying to get FastCGI to work
Andy Grundman
andy at hybridized.org
Wed Dec 21 21:05:07 CET 2005
Kevin Old wrote:
> script/myapp_fastcgi.pl -l :8080 -n 5 -p /tmp/myapp.pid -d
>
> The server starts ok but when I go to http://localhost:8080 nothing is there.
Ah yes, did you read the rest of the Calendar entry? :) This starts a _FastCGI_
server, which is not an HTTP server. You need to configure Apache or lighttpd
or another webserver to connect to it using the FastCGI protocol. The calendar
entry as well as the Catalyst::Engine::FastCGI docs should hopefully have enough
info for you to set this up.
-Andy
More information about the Catalyst
mailing list