[Catalyst] FastCgiServer: redefinition of a previously defined FastCGI server error when adding SSL VHost

Peter Edwards peter at dragonstaff.co.uk
Mon Dec 13 10:04:52 GMT 2010


On 13 December 2010 03:55, Eric Berg <eberg at bergbrains.com> wrote:

> This may be more of a FCGI question, but since it's happening with my
> Catalyst app, I'll ask you folks.
>
> I got my SSL cert installed and generally am configured for Apache 2.2 to
> serve up my site via SSL, but when I enable the FCGI config for the SSL
> site, I get the following error:
>
> FastCgiServer: redefinition of a previously defined FastCGI server error
> when adding SSL VHost
>
> Here's my FCGI/catalyst config that appears in both files:
>
> <IfModule mod_fastcgi.c>
>                FastCgiServer /var/www/sites/
> gordonlegalresearch.com/GLR/script/glr_fastcgi.pl -processes 3
>                Alias / /var/www/sites/
> gordonlegalresearch.com/GLR/script/glr_fastcgi.pl/
> </IfModule>
>
> I would think that the different VHosts had different contexts for FCGI,
> but when this config appears in both ssl and non-ssl vhosts, I get that
> error.
>
> Anyone have any solutions for this?
>
> Thanks.
>
> Eric
>
> Being caught by this?
http://wiki.apache.org/httpd/NameBasedSSLVHosts

Regards, Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20101213/d2497=
63c/attachment.htm


More information about the Catalyst mailing list