Skip to Content.
Sympa Menu

en - Re: [sympa-users] FastCGI

Subject: The mailing list for listmasters using Sympa

List archive

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

I appreciate your help.

Now when i go to http://hostname/sympa it just wants me to download the
sympa.pl file that is in the bin directory. I have setup the httpd.conf
file just like your specifications below. Any ideas?

Thanks,
Adam

>>> "Dax Kelson" <address@concealed> 9/14/2006 2:07 PM >>>
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