Skip to Content.
Sympa Menu

en - [sympa-users] fastcgi problem

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Riccardo Veraldi <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] fastcgi problem
  • Date: Fri, 26 Sep 2014 12:21:47 +0200


hello,
I Realzied that in my ssl_error_log file I have a lot of logs like this

[Fri Sep 26 12:16:37 2014] [error] [client 131.x.y.x] FastCGI: server "/home/sympa/bin/wwsympa-wrapper.fcgi" stderr: Insecure dependency in open while running setuid at /home/sympa/bin/Lock.pm line 253., referer: https://lists.mydomain.org/
[Fri Sep 26 12:16:37 2014] [error] [client 131.x.y.z] FastCGI: server "/home/sympa/bin/wwsympa-wrapper.fcgi" stderr: Insecure dependency in open while running setuid at /home/sympa/bin/List.pm line 9703., referer: https://lists.mydomain.org/


I tried he patches and fixes I found on a previous thread

http://comments.gmane.org/gmane.mail.sympa.user/539

they fix the log of the errors but introduce other worse problems, for example sympa cannot list the lists in the webpage anymore

I am running sympa 6.1.7 on CentOS 6



fastcgi config

User apache
Group apache

LoadModule fastcgi_module modules/mod_fastcgi.so

# dir for IPC socket files
FastCgiIpcDir /var/run/mod_fastcgi

# wrap all fastcgi script calls in suexec
FastCgiWrapper On

# global FastCgiConfig can be overridden by FastCgiServer options in vhost config
FastCgiConfig -idle-timeout 20 -maxClassProcesses 1


FastCgiServer /home/sympa/bin/wwsympa-wrapper.fcgi -processes 10

# To use FastCGI to process .fcg .fcgi & .fpl scripts
AddHandler fastcgi-script fcg fcgi fpl

<Location /sympa>
Order Deny,Allow
Allow from All
Options ExecCGI
SetHandler fastcgi-script
</Location>


any hints on this log trouble ?

thank you very much

Rick



  • [sympa-users] fastcgi problem, Riccardo Veraldi, 09/26/2014

Archive powered by MHonArc 2.6.19+.

Top of Page