ry / ebb fork watch download tarball
public
Description: web server
Homepage: http://ebb.rubyforge.org
Clone URL: git://github.com/ry/ebb.git
Search Repo:
ryah (author)
Mon Mar 24 11:28:01 -0700 2008
commit  573814245209b423878a0011ef40aa674e7c2c10
tree    fa863d21e5c371d675e62f483e6a008c98a56230
parent  f278ac2badf0c6e3a8f7c2572217cd38e7780f44
ebb / benchmark / cgi / lighttpd.conf
100644 33 lines (33 sloc) 1.396 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
server.modules = ( "mod_rewrite", "mod_redirect",
# "mod_alias",
                                "mod_access",
# "mod_cml",
# "mod_trigger_b4_dl",
# "mod_auth",
# "mod_status",
# "mod_setenv",
                               "mod_fastcgi",
                               "mod_scgi",
# "mod_proxy",
# "mod_simple_vhost",
# "mod_evhost",
# "mod_userdir",
# "mod_cgi",
# "mod_compress",
# "mod_ssi",
# "mod_usertrack",
# "mod_expire",
# "mod_secdownload",
# "mod_rrdtool",
                                "mod_accesslog" )
server.document-root = "/tmp"
server.port = 9000
#proxy-core.protocol = "fastcgi"
#proxy-core.backends = ( "0.0.0.0:9001" )
#fastcgi.debug = 10
fastcgi.server = ( "" => ("localhost" =>
                   ( "host" => "127.0.0.1"
                   , "port" => 9001
                   , "check-local" => "disable"
                   )
                 ))