aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/vhost_ml.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sympa/templates/vhost_ml.conf')
-rw-r--r--modules/sympa/templates/vhost_ml.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/sympa/templates/vhost_ml.conf b/modules/sympa/templates/vhost_ml.conf
index 11aa7ae5..5651b95c 100644
--- a/modules/sympa/templates/vhost_ml.conf
+++ b/modules/sympa/templates/vhost_ml.conf
@@ -18,3 +18,19 @@
Allow from all
</IfModule>
</Directory>
+
+
+ <Directory /usr/lib64/sympa/cgi>
+ Options ExecCGI
+ AddHandler cgi-script .fcgi
+ DirectoryIndex wwsympa-wrapper.fcgi
+ <IfModule mod_authz_core.c>
+ # Apache 2.4
+ Require all granted
+ </IfModule>
+ <IfModule !mod_authz_core.c>
+ # Apache 2.2
+ Order allow,deny
+ Allow from all
+ </IfModule>
+ </Directory>