[Catalyst] Trying to get FastCGI to work

Matt S Trout dbix-class at trout.me.uk
Wed Dec 21 21:11:51 CET 2005


On Wed, Dec 21, 2005 at 02:58:00PM -0500, Kevin Old wrote:
> 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.

All you've done there is started the fcgi listener. Now you need a webserver
that speaks FCGI configured to talk to it ...

-- 
     Matt S Trout       Offering custom development, consultancy and support
  Technical Director    contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd.  mst (at) shadowcatsystems.co.uk for more information

 + Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +



More information about the Catalyst mailing list