Skip to Content.
Sympa Menu

en - [sympa-users] Re: stumped with wwsympa, Apache 2.0.63, Solaris 10 x86

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Andrew Chaplin <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Re: stumped with wwsympa, Apache 2.0.63, Solaris 10 x86
  • Date: Sat, 02 May 2009 13:44:25 -0400

I seem to have gotten this to work, but until I test further I'm not going to say so with certainty.

Here's what I did in httpd.conf:

LoadModule perl_module libexec/mod_perl.so


<Directory "/usr/local/sympa/bin/">
Options +ExecCGI
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
AddHandler perl-script .fcgi .cgi .pl
Order allow,deny
Allow from all
</Directory>

ScriptAlias /sympa /usr/local/sympa/bin/wwsympa.fcgi


Andrew Chaplin wrote:
So I've been attempting to get Sympa 5.4.7 running on Solaris 10 x86 for the last few days.

I have the daemons running.

The db is configured and connectivity to it has been tested.

I've been unable to get wwsympa to work.

I'm able to run other cgi scripts with no problems.

I can run wwsympa.fcgi from the cli and get the correct output. It works when run as root and when run as sympa.

Apache is configured to run as sympa, so I don't need the wrapper script.

Here's the relevant config info from httpd.conf:

<Directory "/usr/local/sympa/bin/">
Options +ExecCGI
SetHandler cgi-script
AddHandler cgi-script .fcgi .cgi .pl .sh
Order allow,deny
Allow from all
</Directory>
ScriptAlias /sympa /usr/local/sympa/bin/wwsympa.fcgi


And the output in the error_log:

[Fri May 01 11:12:46 2009] [error] [client 138.92.15.69] Out of memory!
[Fri May 01 11:12:46 2009] [error] [client 138.92.15.69] Out of memory!
[Fri May 01 11:12:46 2009] [error] [client 138.92.15.69] Callback called exit, <CONF> line 4.
[Fri May 01 11:12:46 2009] [error] [client 138.92.15.69] END failed--call queue aborted, <CONF> line 4.
[Fri May 01 11:12:46 2009] [error] [client 138.92.15.69] Premature end of script headers: wwsympa.fcgi


Any suggestions??


--
Andrew Chaplin
System Administrator III
Canisius College - ITS



Archive powered by MHonArc 2.6.19+.

Top of Page