Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F284500
Apache configuration for Sympa from Debian package
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
dereckson
Jan 18 2017, 19:36
2017-01-18 19:36:20 (UTC+0)
Size
638 B
Referenced Files
None
Subscribers
None
Apache configuration for Sympa from Debian package
View Options
#
# 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>
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
73961
Default Alt Text
Apache configuration for Sympa from Debian package (638 B)
Attached To
Mode
P239 Apache configuration for Sympa from Debian package
Attached
Detach File
Event Timeline
Log In to Comment