Lines Matching refs:server

13   a web server that does not function as intended is not useful.
43 - list only the modules actually used and enabled in server.modules;
48 - server.compat-module-load = "disable" skips loading the default modules
50 explicitly add one or more to server.modules to use them
52 - server.tag = "" skips sending "Server: lighttpd/1.4.xx" in responses;
53 alternatively, use: server.tag = "lighttpd" to hide the lighttpd version
54 - server.range-requests = "disable" can be used if all server responses are
65 $HTTP["url"] =~ "\.pdf$" { server.range-requests = "disable" }
66 - server.max-connections limits the maximum number of simultaneous connections
69 systems. Embedded systems might set server.max-connections = 16 or lower
70 - server.max-worker = 0 should generally be left unset (or "0"), as
72 - server.follow-symlink = "enable" (default) should be left enabled. If such
99 (server.bind = "/path/to/lighttpd.sock")
101 server. Use with mod_extforward to preserve client remote address for the
125 - stat_cache: default server.stat_cache-engine = "simple" works well for
127 server.stat-cache-engine = "inotify" or server.stat-cache-engine = "kqueue"
137 - server.http-parseopts* option defaults are recommended, and are very fast
138 - disabling server.http-parseopts* might save a few CPU cycles, but is an
140 - server.http-parseopts* options should be modified only when the
160 * server.event-handler (e.g. epoll, kqueue, event ports, devpoll, poll, ...)
161 * server.network-backend (e.g. sendfile, writev, write)
167 * test with server.max-fds = 16384 (or higher) and OS system and/or per-user
169 For each 4k increase in server.max-fds, lighttpd uses an additional ~100 kb
173 server.max-connections is calculated to be 1/3 of server.max-fds if
174 server.max-connections is not configured.
180 * test with server.max-fds = 128 (or lower)
181 * test with server.max-connections = 16 (or lower)
182 * test with server.listen-backlog = 16 (or lower)
183 * (default) server.stat_cache-engine = "simple"
187 protocol support: server.feature-flags += ("server.h2proto" => "disable")
194 server.kbytes-per-second
205 * server.max-read-idle = 60
206 * server.max-write-idle = 360
207 * server.max-keep-alive-idle = 5
208 * server.max-keep-alive-requests = 100
209 Generally, server.max-keep-alive-requests should not be set to 0 since setting
229 help to get the last few percent of performance out of the server. Be aware that
262 Reducing the recvspace should always be ok if the server only handles HTTP