[Catalyst] Trying to get FastCGI to work

Kevin Old kevinold at gmail.com
Wed Dec 21 20:58:00 CET 2005


Hello everyone,

I'm trying to get FastCGI to work via "script/myapp_fastcgi.pl" but
must be doing something wrong.

According to http://catalyst.perl.org/calendar/2005/17 I can start
myapp_fastcgi.pl like this:

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.

I'm not sure I understand starting it like this:

script/myapp_fastcgi.pl -l /tmp/myapp.socket -n 5 -p /tmp/myapp.pid -d

How do I connect to it after it starts?

I know there's something simple I'm missing, but I've read all the
docs on FastCGI and still can't seem to figure it out.

Any help is appreciated,
Kevin
--
Kevin Old
kevinold at gmail.com



More information about the Catalyst mailing list