aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates
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
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')
-rw-r--r--modules/sympa/templates/vhost_sympa.mageia.org.conf7
-rw-r--r--modules/sympa/templates/webapp_sympa.conf8
2 files changed, 15 insertions, 0 deletions
diff --git a/modules/sympa/templates/vhost_sympa.mageia.org.conf b/modules/sympa/templates/vhost_sympa.mageia.org.conf
new file mode 100644
index 00000000..0b2502b0
--- /dev/null
+++ b/modules/sympa/templates/vhost_sympa.mageia.org.conf
@@ -0,0 +1,7 @@
+<VirtualHost *:80>
+ ServerName ml.<%= domain %>
+ DocumentRoot /usr/lib64/sympa/cgi
+ <Location />
+ Allow from all
+ </Location>
+</VirtualHost>
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>