aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates
diff options
context:
space:
mode:
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>