summaryrefslogtreecommitdiff
path: root/net-mail/sympa/files/sympa-lighttpd_soap.conf
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/sympa/files/sympa-lighttpd_soap.conf')
-rw-r--r--net-mail/sympa/files/sympa-lighttpd_soap.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-mail/sympa/files/sympa-lighttpd_soap.conf b/net-mail/sympa/files/sympa-lighttpd_soap.conf
deleted file mode 100644
index 121114f..0000000
--- a/net-mail/sympa/files/sympa-lighttpd_soap.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-server.modules += ("mod_fastcgi")
-
-alias.url += ( "/static-sympa/" => "/var/spool/sympa/static_content/" )
-
-$HTTP["url"] =~ "^/sympa" {
-fastcgi.server = ( "/sympa" =>
- (( "check-local" => "disable",
- "bin-path" => "/usr/libexec/sympa/sympa_soap_server-wrapper.fcgi",
- "socket" => "/var/run/lighttpd/sympa.sock",
- "max-procs" => 2,
- "idle-timeout" => 20,
- ))
- )
-}