Skip to Content.
Sympa Menu

en - Re: [sympa-users] FastCGI

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Dax Kelson <address@concealed>
  • To: Adam Fisher <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] FastCGI
  • Date: Thu, 14 Sep 2006 14:07:33 -0600

On Thu, 2006-09-14 at 13:38 -0600, Adam Fisher wrote:
> I am installing sympa 5.2.1 on SLES10.1. When I try and make
> mod_fastcgi. I get errors just like this
> http://www.linuxforums.org/forum/linux-applications/58644-error-1-during-make-mod-fastcgi.html.
> Any ideas? I have googled with not much success.
>
> thanks,
> Adam

Adam,

I grabbed the apache2-mod_fcgid SRPM from SL10.1 and updated it to the
latest version of fcgid (1.10 at the time). I built a binary RPM and
installed it.

Here is the SRPM I created that you can use to build a binary RPM:
http://www.gurulabs.com/downloads/apache2-mod_fcgid-1.10-1.src.rpm

It is working great on my SLES10 box using the following Apache config:

<Location /sympa>
SetHandler fcgid-script
Options ExecCGI
allow from all
</Location>
<Location /sympasoap>
SetHandler fcgid-script
Options ExecCGI
allow from all
</Location>

ScriptAlias /sympa /home/sympa/bin/wwsympa.fcgi
ScriptAlias /sympasoap /home/sympa/bin/sympa_soap_server.fcgi

Dax Kelson
Guru Labs
Linux Training Experts




Archive powered by MHonArc 2.6.19+.

Top of Page