Home
last modified time | relevance | path

Searched refs:requests (Results 1 – 24 of 24) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dproxy.txt49 tell the module where to send Proxy requests to. Every
66 might empty to match all requests
84 caching of dynamic content for you. All requests for the host
86 listen on port 80 for requests. ::
100 If one of the hosts goes down the all requests for this one server are
H A Dperformance.txt39 server.max-keep-alive-requests = 128
44 handling 128 keep-alive requests in a row on a single connection, waiting 30 seconds
50 server.max-keep-alive-requests = 4
58 server.max-keep-alive-requests = 0
153 currently-running requests.
163 in the error log. This tells you there were too many new requests at once
233 requests without large uploads. Increasing the sendspace would reduce the
H A Dstate.txt44 handle the request internally (might result in sub-requests)
79 POST requests (grey path)
82 As requests might contain a request-body the state 'readpost' entered as
88 HTTP/1.1 supportes pipelining (sending multiple requests without waiting
H A Dconfiguration.txt256 This variable has the specified as it will be used for all requests
394 requests.
401 requests are not handled instantaneously).
410 server.max-keep-alive-requests
447 server.range-requests
448 defines if range requests are allowed or not.
H A Drrdtool.txt94 OUTPRE=lighttpd-requests
105 LINE2:req#00a735:requests"
H A Dsecurity.txt24 Limiting POST requests
H A Dfastcgi.txt45 and handling the requests by this always running process. This
88 tell the module where to send FastCGI requests to. Every
133 to docroot for authorized requests. For security
275 more of the number of requests increases you can use min-procs
279 requests waiting to be handle by a single process increases the
383 (PHP_FCGI_CHILDREN) and the number of requests what a single worker
513 handling PHP_FCGI_MAX_REQUESTS requests as PHP might have
H A Dtrigger_b4_dl.txt26 …* if user requests ''download-url'' directly, the request is denied and he is redirected to ''deny…
H A Dstatus.txt71 Total Accesses is the number of handled requests, kBytes the overall outgoing
H A Dsecdownload.txt14 authenticated file requests and a countermeasure against
H A Dfeatures.txt92 If someone requests it it might be implemented. ::
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_rrdtool.c26 double requests, *requests_ptr; member
307 p->conf.requests_ptr = &(s->requests); in mod_rrd_patch_connection()
327 p->conf.requests_ptr = &(s->requests); in mod_rrd_patch_connection()
356 s->requests = 0; in SETDEFAULTS_FUNC()
425 buffer_append_long(p->cmd, s->requests); in TRIGGER_FUNC()
461 s->requests = 0; in TRIGGER_FUNC()
H A Dmod_status.c35 double requests; member
62 p->traffic_out = p->requests = 0; in INIT_FUNC()
842 p->mod_5s_requests [p->mod_5s_ndx] = p->requests; in TRIGGER_FUNC()
853 p->requests = 0; in TRIGGER_FUNC()
863 p->requests++; in REQUESTDONE_FUNC()
H A Dmod_scgi.c66 size_t requests; /* see max_requests */ member
H A Dmod_fastcgi.c83 size_t requests; /* see max_requests */ member
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/
H A Dlighttpd.conf265 server.infinite-keep-alive-requests = "enable"
340 server.range-requests = "disable"
H A Dm-lighttpd.conf264 server.infinite-keep-alive-requests = "enable"
339 server.range-requests = "disable"
H A Dlighttpd.orig.conf315 server.range-requests = "disable"
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DREADME54 (one webserver distributes requests to multiple PHP-servers via FastCGI)
101 - Sends 400 for missing Host on HTTP/1.1 requests
103 - Sends 411 for missing Content-Length on POST requests
107 - Sends Date: on every requests
H A DNEWS389 * fixed body handling of status 300 requests
657 non-keep-alive requests in SSL request
747 * added Date: headers to dynamic HTTP/1.0 requests
752 * added switch to disable range-requests
779 * fixed range requests larger than 2Gb
837 * fixed HEAD requests for dynamic requests
852 * fixed timeout handling in handling POST requests
954 * fixed POST requests for mod_proxy
1011 * fixed pipelining for POST requests
1050 * fixed accesslog writing for errornous requests
[all …]
H A DINSTALL80 - server.infinite-keep-alive-requests
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/scripts/
H A Drrdtool-graph.sh26 OUTPRE=lighttpd-requests
/mOS-networking-stack/
H A DREADME.md20 Pull requests and bug fixes are welcomed!
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A Dlighttpd.conf82 server.range-requests = "disable"