aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/sympa/templates/vhost_ml.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/sympa/templates/vhost_ml.conf b/modules/sympa/templates/vhost_ml.conf
index 5651b95c..11aa7ae5 100644
--- a/modules/sympa/templates/vhost_ml.conf
+++ b/modules/sympa/templates/vhost_ml.conf
@@ -18,19 +18,3 @@
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>