/[A3C]/etc/lighttpd.conf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /etc/lighttpd.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 63 - (show annotations)
Wed Apr 9 21:33:50 2008 UTC (15 years, 11 months ago) by dpavlin
File size: 398 byte(s)
configuration file for lighttpd

1 # a3c
2 server.modules += ( "mod_fastcgi" )
3 server.document-root = "/srv/A3C/share/web/templates"
4 fastcgi.server = ( "" =>
5 ((
6 "socket" => "/tmp/a3c.socket",
7 "check-local" => "disable",
8 "bin-path" => "/srv/A3C/bin/jifty",
9 "bin-environment" => ( "JIFTY_COMMAND" => "fastcgi" ),
10 "min-procs" => 1,
11 "max-procs" => 5,
12 "max-load-per-proc" => 1,
13 "idle-timeout" => 20,
14 ))
15 )

  ViewVC Help
Powered by ViewVC 1.1.26