Re: [Catalyst] mod_fastcgi config for a Catalyst app.

2015-10-19 Thread Andrew
tober 18, 2015 5:25 PM Subject: Re: [Catalyst] mod_fastcgi config for a Catalyst app. On Sun, 2015-10-18 at 15:50 +0100, Andrew wrote: > I still don't know if > FastCgiExternalServer /home/gamextra/public_html/GXCatalystTest/script/gxcatalysttest_fastcgi.pl > ...is just a fictional

Re: [Catalyst] mod_fastcgi config for a Catalyst app.

2015-10-18 Thread Denny
Hi Andrew, There's a sample Apache config and external fastcgi launcher command in ShinyCMS: https://github.com/denny/ShinyCMS/blob/master/docs/sample-apache-conf/httpd.conf https://github.com/denny/ShinyCMS/blob/master/bin/external-fastcgi-server Possibly having a look at those will help you

Re: [Catalyst] mod_fastcgi config for a Catalyst app.

2015-10-18 Thread Denny
On Sun, 2015-10-18 at 15:50 +0100, Andrew wrote: > I still don't know if > FastCgiExternalServer > /home/gamextra/public_html/GXCatalystTest/script/gxcatalysttest_fastcgi.pl > ...is just a fictional filename that could be anything, or always has > to literally point to your fastcgi script in the