| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | proxy.txt | 49 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 D | performance.txt | 39 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 D | state.txt | 44 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 D | configuration.txt | 256 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 D | rrdtool.txt | 94 OUTPRE=lighttpd-requests 105 LINE2:req#00a735:requests"
|
| H A D | security.txt | 24 Limiting POST requests
|
| H A D | fastcgi.txt | 45 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 D | trigger_b4_dl.txt | 26 …* if user requests ''download-url'' directly, the request is denied and he is redirected to ''deny…
|
| H A D | status.txt | 71 Total Accesses is the number of handled requests, kBytes the overall outgoing
|
| H A D | secdownload.txt | 14 authenticated file requests and a countermeasure against
|
| H A D | features.txt | 92 If someone requests it it might be implemented. ::
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_rrdtool.c | 26 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 D | mod_status.c | 35 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 D | mod_scgi.c | 66 size_t requests; /* see max_requests */ member
|
| H A D | mod_fastcgi.c | 83 size_t requests; /* see max_requests */ member
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/ |
| H A D | lighttpd.conf | 265 server.infinite-keep-alive-requests = "enable" 340 server.range-requests = "disable"
|
| H A D | m-lighttpd.conf | 264 server.infinite-keep-alive-requests = "enable" 339 server.range-requests = "disable"
|
| H A D | lighttpd.orig.conf | 315 server.range-requests = "disable"
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | README | 54 (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 D | NEWS | 389 * 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 D | INSTALL | 80 - server.infinite-keep-alive-requests
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/scripts/ |
| H A D | rrdtool-graph.sh | 26 OUTPRE=lighttpd-requests
|
| /mOS-networking-stack/ |
| H A D | README.md | 20 Pull requests and bug fixes are welcomed!
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/ |
| H A D | lighttpd.conf | 82 server.range-requests = "disable"
|