summaryrefslogtreecommitdiff
path: root/net-mail/sympa/files/sympa-apache.conf
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2014-09-29 09:02:24 +0200
committerMarcin Deranek <marcin.deranek@slonko.net>2014-09-29 09:02:24 +0200
commit103cf8b2ebc990a52011b7b0adeab45dc63ee99d (patch)
tree8cf2d2fef53dd6a17ed142614ccc255f3db29246 /net-mail/sympa/files/sympa-apache.conf
downloadportage-103cf8b2ebc990a52011b7b0adeab45dc63ee99d.tar.gz
portage-103cf8b2ebc990a52011b7b0adeab45dc63ee99d.tar.bz2
portage-103cf8b2ebc990a52011b7b0adeab45dc63ee99d.zip
Initial commit
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>