[Catalyst] How to use FastCGI engien?

Sébastien Wagener sebastien.wagener at gmail.com
Mon Nov 13 14:22:00 GMT 2006


On Mon, 2006-11-13 at 21:55 +1030, Jon wrote:
> Check that the user that runs apache (prob. apache or httpd, depending
> on your linux distribution) has filesystem read/write/execute access to
> the /etc/httpd/logs/fastcgi directory or the equivalent for your setup.
> 
> Also check that your apache user has filesystem execute permission
> in /home/user/Myapp/script.
> 
Also make sure your session files and any other existing files,
like /tmp/myapp.socket are writable to the apache user. 
If you try to execute myapp_server.pl as sudo apache (or equivalent),
you should be able to identify the problem quickly.

SW




More information about the Catalyst mailing list