Re: [Catalyst] apache2 fastcgi

2011-03-19 Thread Denny
On Sun, 2011-03-13 at 15:02 +, Mike Raynham wrote: The example in the Advent Calendar runs the app as an external process. Here's a copy of one of my old external Apache Virtual Host files: [snip] To start the app as an external process (or 3), you need something like this:

[Catalyst] apache2 fastcgi

2011-03-13 Thread shawn wilson
i'm trying to deploy a project on apache2. first, i tried by hand with this config: VirtualHost *:80 DocumentRoot /var/www/Shell/root Alias /static /var/www/Shell/root ErrorLog /var/log/apache2/error.log Location /static SetHandler default-handler /Location Alias /

Re: [Catalyst] apache2 fastcgi

2011-03-13 Thread Mike Raynham
On 13/03/11 12:54, shawn wilson wrote: i'm trying to deploy a project on apache2. first, i tried by hand with this config: VirtualHost *:80 DocumentRoot /var/www/Shell/root Alias /static /var/www/Shell/root ErrorLog /var/log/apache2/error.log Location /static SetHandler