aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/webapp_sympa.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sympa/templates/webapp_sympa.conf')
-rw-r--r--modules/sympa/templates/webapp_sympa.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/sympa/templates/webapp_sympa.conf b/modules/sympa/templates/webapp_sympa.conf
new file mode 100644
index 00000000..970a8836
--- /dev/null
+++ b/modules/sympa/templates/webapp_sympa.conf
@@ -0,0 +1,8 @@
+<Directory /usr/lib64/sympa/cgi>
+ Options ExecCGI
+ AddHandler fastcgi-script .fcgi
+ DirectoryIndex wwsympa-wrapper.fcgi
+
+ Order allow,deny
+ Allow from all
+</Directory>