Re: [Catalyst] Multiple FastCGI app servers with Apache2

2007-08-03 Thread Adeola Awoyemi
Tobias Kremer wrote: Tobias Kremer wrote: Does anyone know if it's possible to distribute requests to multiple external FastCGI servers with Apache2 + mod_fastcgi similar to the round-robin load-balancing approach lighttpd provides? This is possible (as I have done the same) by adding

Re: [Catalyst] Multiple FastCGI app servers with Apache2

2007-08-03 Thread Adeola Awoyemi
Tobias Kremer wrote: Tobias Kremer wrote: FastCgiExternalServer: redefinition of previously defined class /srv/myapp.fcgi. I'm using mod_fastcgi-SNAP-0404142202 with Apache 2.0.59 both compiled from source. Do you have each FastCgiExternalServer directive pointing to a different instance of

Re: [Catalyst] Multiple FastCGI app servers with Apache2

2007-08-03 Thread Tobias Kremer
Tobias Kremer wrote: FastCgiExternalServer: redefinition of previously defined class /srv/myapp.fcgi. I'm using mod_fastcgi-SNAP-0404142202 with Apache 2.0.59 both compiled from source. Do you have each FastCgiExternalServer directive pointing to a different instance of the

[Catalyst] Multiple FastCGI app servers with Apache2

2007-08-02 Thread Tobias Kremer
Does anyone know if it's possible to distribute requests to multiple external FastCGI servers with Apache2 + mod_fastcgi similar to the round-robin load-balancing approach lighttpd provides? I have this large legacy app running on mod_perl behind an apache2 reverse proxy where I'd like to plug in

Re: [Catalyst] Multiple FastCGI app servers with Apache2

2007-08-02 Thread Adeola Awoyemi
Tobias Kremer wrote: Does anyone know if it's possible to distribute requests to multiple external FastCGI servers with Apache2 + mod_fastcgi similar to the round-robin load-balancing approach lighttpd provides? I have this large legacy app running on mod_perl behind an apache2 reverse proxy