aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/webapp_sympa.conf
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2010-11-18 16:58:22 +0000
committerNicolas Vigier <boklm@mageia.org>2010-11-18 16:58:22 +0000
commite38d6bdc9c354dc4e608444f7f77f1344d23ffe3 (patch)
tree7676b94294d19eb1b9746fc212179218635d21d9 /modules/sympa/templates/webapp_sympa.conf
parent45b3010e5d57baacdd7970d2ddbb0684bdd23f08 (diff)
downloadpuppet-e38d6bdc9c354dc4e608444f7f77f1344d23ffe3.tar
puppet-e38d6bdc9c354dc4e608444f7f77f1344d23ffe3.tar.gz
puppet-e38d6bdc9c354dc4e608444f7f77f1344d23ffe3.tar.bz2
puppet-e38d6bdc9c354dc4e608444f7f77f1344d23ffe3.tar.xz
puppet-e38d6bdc9c354dc4e608444f7f77f1344d23ffe3.zip
add vhost and webapp conf files
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>