Skip to Content.
Sympa Menu

en - [sympa-users] SOAP Setup in 5.1

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "Sean Hussey" <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] SOAP Setup in 5.1
  • Date: Fri, 14 Apr 2006 17:32:03 -0400

Hi everyone,

We're trying to configure SOAP in Sympa 5.1, but we're not having any
luck. Following the directions, we have these configurations setup:

In /etc/httpd/conf.d/fastcgi.conf:
FastCgiServer /var/www/cgi-bin/sympa_soap_server.fcgi -processes 1
ScriptAlias /sympasoap /var/www/cgi-bin/sympa_soap_server.fcgi
<Location /sympasoap>
SetHandler fastcgi-script
</Location>

In /etc/sympa.conf:
## Sympa's SOAP URL
soap_url https://our.host.com/sympasoap

After stopping and starting sympa, I can see that the process is running:

8139 ? S 0:02 /usr/bin/perl -U
/var/www/cgi-bin/sympa_soap_server.fcgi

But when I go to the URL specified, I get nothing but a blank page.
The logs show a response code of 411 (length required):

my.host.ip - - [14/Apr/2006:17:28:21 -0400] "GET /sympasoap HTTP/1.1" 411 -
my.host.ip - - [14/Apr/2006:17:28:21 -0400] "GET /favicon.ico HTTP/1.1" 404
295

Any ideas on what might be wrong?

Thanks!

Sean




Archive powered by MHonArc 2.6.19+.

Top of Page