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

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

2015-10-18 Thread Andrew
- Original Message - From: "Andrew" To: Sent: Sunday, October 18, 2015 3:55 PM Subject: Re: mod_fastcgi config for a Catalyst app. Thanks! I was wondering what to replace: "shinycms_example.com" with, for my own use, when I

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

2015-10-18 Thread Andrew
- Original Message - From: Andrew To: london...@groups.perlists.pm Sent: Sunday, October 18, 2015 3:50 PM Subject: Re: Fw: mod_fastcgi config for a Catalyst app. Amazingly it worked on my first attempt! =D WHAT I DID: Here's what I did: Placed the following in the includes file,