From 103cf8b2ebc990a52011b7b0adeab45dc63ee99d Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Mon, 29 Sep 2014 09:02:24 +0200 Subject: Initial commit --- net-mail/sympa/files/sympa-lighttpd.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 net-mail/sympa/files/sympa-lighttpd.conf (limited to 'net-mail/sympa/files/sympa-lighttpd.conf') diff --git a/net-mail/sympa/files/sympa-lighttpd.conf b/net-mail/sympa/files/sympa-lighttpd.conf new file mode 100644 index 0000000..7023086 --- /dev/null +++ b/net-mail/sympa/files/sympa-lighttpd.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/wwsympa-wrapper.fcgi", + "socket" => "/var/run/lighttpd/sympa.sock", + "max-procs" => 2, + "idle-timeout" => 20, + )) + ) +} -- cgit v1.2.3