Skip to content

Instantly share code, notes, and snippets.

@haiderfaraz
Created May 24, 2012 07:36
Show Gist options
  • Save haiderfaraz/2780047 to your computer and use it in GitHub Desktop.
Save haiderfaraz/2780047 to your computer and use it in GitHub Desktop.
Integrating Sympa with Apache2
# Apache configuration file for Sympa
Alias /static-sympa /var/lib/sympa/static_content
#ScriptAlias /wws /usr/lib/cgi-bin/sympa/wwsympa.fcgi
#ScriptAlias /sympasoap /usr/lib/cgi-bin/sympa/sympa_soap_server.fcgi
ScriptAlias /wws /var/www/sympa/wwsympa.fcgi
ScriptAlias /sympasoap /var/www/sympa/sympa_soap_server.fcgi
<IfModule mod_fcgid.c>
IPCCommTimeout 120
MaxProcessCount 2
</IfModule>
SuexecUserGroup sympa sympa
<Location /wws>
SetHandler fcgid-script
</Location>
<Location /sympasoap>
SetHandler fcgid-script
</Location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment