summaryrefslogtreecommitdiff
path: root/net-mail/sympa/files/sympa-apache.conf
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/sympa/files/sympa-apache.conf')
-rw-r--r--net-mail/sympa/files/sympa-apache.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mail/sympa/files/sympa-apache.conf b/net-mail/sympa/files/sympa-apache.conf
new file mode 100644
index 0000000..94098f8
--- /dev/null
+++ b/net-mail/sympa/files/sympa-apache.conf
@@ -0,0 +1,11 @@
+Alias /static-sympa /var/spool/sympa/static_content
+
+<IfDefine SYMPA>
+ ScriptAlias /sympa /usr/libexec/sympa/wwsympa-wrapper.fcgi
+ <IfDefine FASTCGI>
+ FastCgiServer /usr/libexec/sympa/wwsympa-wrapper.fcgi -processes 2
+ <Location /sympa>
+ SetHandler fastcgi-script
+ </Location>
+ </Ifdefine>
+</Ifdefine>