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, 14 insertions, 0 deletions
diff --git a/net-mail/sympa/files/sympa-lighttpd_soap.conf b/net-mail/sympa/files/sympa-lighttpd_soap.conf
new file mode 100644
index 0000000..121114f
--- /dev/null
+++ b/net-mail/sympa/files/sympa-lighttpd_soap.conf
@@ -0,0 +1,14 @@
+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,
+ ))
+ )
+}