aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-20 12:03:20 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-20 12:03:20 +0200
commitad9a2fcf622da6a9a966bc2bea776dea38752538 (patch)
tree5934715aba947bf54e0da8aa07ee47c92f38367a /modules
parentd815bda9a0f03f4aeb33f4ad53b80764780d5cae (diff)
downloadpuppet-ad9a2fcf622da6a9a966bc2bea776dea38752538.tar
puppet-ad9a2fcf622da6a9a966bc2bea776dea38752538.tar.gz
puppet-ad9a2fcf622da6a9a966bc2bea776dea38752538.tar.bz2
puppet-ad9a2fcf622da6a9a966bc2bea776dea38752538.tar.xz
puppet-ad9a2fcf622da6a9a966bc2bea776dea38752538.zip
Revert "sympa: Add ExecCGI and Fix loading home page"
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>