Skip to Content.
Sympa Menu

en - [sympa-users] Re: Getting lots of "mod_fcgid: stderr: Insecure dependency in" errors

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Omen Wild <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Re: Getting lots of "mod_fcgid: stderr: Insecure dependency in" errors
  • Date: Sat, 16 Apr 2011 10:30:12 -0700

Quoting Omen Wild <address@concealed> on Sat, Apr 16 06:15:
>
> For example:
> Count Error
> 5916 mod_fcgid: stderr: Insecure dependency in open while running setuid
> at /usr/share/sympa/lib/List.pm line 9709., referer:
> https://lists.ucdavis.edu/sympa/serveradmin
> 17801 mod_fcgid: stderr: Insecure dependency in open while running setuid
> at /usr/share/sympa/lib/Lock.pm line 253., referer:
> https://lists.ucdavis.edu/sympa/serveradmin

I was very tired and forgot to attach the Apache config.

----- Begin Apache config -----
### Apache Configuration for Sympa
IPCCommTimeout 120
MaxProcessCount 16

ScriptAlias /sympa /usr/libexec/sympa/wwsympa-wrapper.fcgi

<Location /sympa>
SetHandler fcgid-script

# Order deny,allow
# Deny from all
# Allow from all
</Location>


ScriptAlias /soap /usr/libexec/sympa/sympa_soap_server-wrapper.fcgi

<Location /soap>
SetHandler fcgid-script

Order deny,allow
Deny from all
Allow from 128.120.0.0/16 169.237.0.0/16
</Location>

Alias /static/sympa /var/lib/sympa/static_content
----- End Apache config -----

--
Omen Wild
Security Administrator
(530) 752-1700

Attachment: smime.p7s
Description: S/MIME cryptographic signature




Archive powered by MHonArc 2.6.19+.

Top of Page