summaryrefslogtreecommitdiff
path: root/net-mail/sympa/files/sympa-apache_soap.conf
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2020-11-04 14:04:39 +0100
committerMarcin Deranek <marcin.deranek@slonko.net>2020-11-04 14:04:39 +0100
commit26300c0c0790f43e00ff14d7301da1e8c8714a4d (patch)
treefd0cffcbb7b762ef44d305d8ffdfae7b7bdd8c20 /net-mail/sympa/files/sympa-apache_soap.conf
parentdde457ed3c7256a8eba9c33f765e6dafbbbd25f1 (diff)
downloadportage-26300c0c0790f43e00ff14d7301da1e8c8714a4d.tar.gz
portage-26300c0c0790f43e00ff14d7301da1e8c8714a4d.tar.bz2
portage-26300c0c0790f43e00ff14d7301da1e8c8714a4d.zip
Version bump + various cleanups
Diffstat (limited to 'net-mail/sympa/files/sympa-apache_soap.conf')
-rw-r--r--net-mail/sympa/files/sympa-apache_soap.conf11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mail/sympa/files/sympa-apache_soap.conf b/net-mail/sympa/files/sympa-apache_soap.conf
deleted file mode 100644
index 553df34..0000000
--- a/net-mail/sympa/files/sympa-apache_soap.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-Alias /static-sympa /var/spool/sympa/static_content
-
-<IfDefine SYMPA_SOAP>
- ScriptAlias /sympa /usr/libexec/sympa/sympa_soap_server-wrapper.fcgi
- <IfDefine FASTCGI>
- FastCgiServer /usr/libexec/sympa/sympa_soap_server-wrapper.fcgi -processes 2
- <Location /sympa>
- SetHandler fastcgi-script
- </Location>
- </Ifdefine>
-</Ifdefine>