Page MenuHomeDevCentral
Paste P239

Apache configuration for Sympa from Debian package
ActivePublic

Authored by dereckson on Jan 18 2017, 11:06.
Tags
None
Referenced Files
F284500: Apache configuration for Sympa from Debian package
Jan 18 2017, 19:36
F283861: Debian configuration for Sympa from package
Jan 18 2017, 11:06
Subscribers
None
#
# Apache >> 2.4 configuration for Sympa
#
<IfModule mod_fcgid.c>
Alias /static-sympa /var/lib/sympa/static_content
<Directory /var/lib/sympa/static_content>
Require all granted
</Directory>
ScriptAlias /wws /usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi
<Directory /usr/lib/cgi-bin/sympa>
Require all granted
</Directory>
</IfModule>
#
# Apache >> 2.4 configuration for Sympa (soap webservice)
#
<IfModule mod_fcgid.c>
ScriptAlias /sympasoap /usr/lib/cgi-bin/sympa/sympa_soap_server-wrapper.fcgi
<Directory /usr/lib/cgi-bin/sympa>
Require all granted
</Directory>
</IfModule>

Event Timeline

dereckson changed the title of this paste from untitled to Debian configuration for Sympa from package.
dereckson updated the paste's language from autodetect to autodetect.
dereckson changed the title of this paste from Debian configuration for Sympa from package to Apache configuration for Sympa from Debian package.Jan 18 2017, 19:36
dereckson updated the paste's language from autodetect to apacheconf.
dereckson edited the content of this paste. (Show Details)