| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | status.txt | 17 :keywords: lighttpd, server status 24 The server status module generates the status overview of the webserver. The 40 status.status-url = "/server-status" 46 status.status-url = "/server-status" 51 auth.require = ( "/server-status" => 82 status.status-url 88 Example: status.status-url = "/server-status" 90 status.enable-sort 96 status.config-url 102 Example: status.config-url = "/server-config" [all …]
|
| H A D | Makefile.am | 29 status.txt \ 67 status.html \
|
| H A D | Makefile.in | 309 status.txt \ 347 status.html \ 377 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 379 *config.status*) \ 383 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 386 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| H A D | secdownload.txt | 96 status 403 'Forbidden' will be sent out. 98 If the timeout is reached, status 408 'Request Timeout' will be 105 status 200 or 404.
|
| H A D | magnet.txt | 61 order. If one of them a returning a status-code, the following scripts will not be executed. 153 can return your own status-codes. Examples are: Redirected, Input Validation, ... :: 160 You every number above and equal to 100 is taken as final status code and finishes the request. No … 374 …support a global statistics page and mod_magnet allows to add and update values in the status page: 378 status.statistics-url = "/server-counters" 383 lighty.status["core.connections"] = lighty.status["core.connections"] + 1
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/conf.d/ |
| H A D | status.conf | 14 status.status-url = "/server-status" 15 status.config-url = "/server-config" 16 status.statistics-url = "/server-statistics" 21 status.enable-sort = "enable"
|
| H A D | Makefile.in | 302 status.conf \ 322 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 324 *config.status*) \ 328 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 331 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/ |
| H A D | nph-status.pl | 3 my $status = 200; 6 $status = $ENV{"QUERY_STRING"}; 9 print "HTTP/1.0 ".$status." FooBar\r\n";
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/initscripts/ |
| H A D | rc.lighttpd | 53 . /etc/rc.status 100 $0 status >/dev/null && $0 restart 129 status)
|
| H A D | rc.lighttpd.redhat | 78 status) 79 status $lighttpd
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | status_counter.c | 22 if (NULL == (di = (data_integer *)array_get_element(srv->status, s))) { in status_counter_get_counter() 25 if (NULL == (di = (data_integer *)array_get_unused_element(srv->status, TYPE_INTEGER))) { in status_counter_get_counter() 31 array_insert_unique(srv->status, (data_unset *)di); in status_counter_get_counter()
|
| H A D | mod_scgi.c | 649 int socket_type, status; in scgi_spawn_connection() local 880 WTERMSIG(status)); in scgi_spawn_connection() 884 status); in scgi_spawn_connection() 1713 int status; in scgi_response_parse() local 1718 if (status >= 100 && status < 1000) { in scgi_response_parse() 2100 int status; in scgi_restart_dead_procs() local 2123 status); in scgi_restart_dead_procs() 2510 int status; in scgi_handle_fdevent() local 2533 status); in scgi_handle_fdevent() 3062 int status; in TRIGGER_FUNC() local [all …]
|
| H A D | mod_webdav.c | 533 int status = 0; in webdav_delete_file() local 541 status = 403; in webdav_delete_file() 544 status = 501; in webdav_delete_file() 553 status = 403; in webdav_delete_file() 631 status = 0; in webdav_delete_dir() 676 status = 412; in webdav_copy_file() 679 status = 409; in webdav_copy_file() 683 status = 409; in webdav_copy_file() 686 status = 403; in webdav_copy_file() 734 return status; in webdav_copy_file() [all …]
|
| H A D | mod_cgi.c | 259 int status; in cgi_response_parse() local 262 status = strtol(s+9, NULL, 10); in cgi_response_parse() 264 if (status >= 100 && in cgi_response_parse() 265 status < 1000) { in cgi_response_parse() 268 con->http_status = status; in cgi_response_parse() 517 int status; in cgi_connection_close() local 595 if (WIFEXITED(status)) { in cgi_connection_close() 1287 int status; in TRIGGER_FUNC() local 1311 if (WIFEXITED(status)) { in TRIGGER_FUNC() 1343 int status; in SUBREQUEST_FUNC() local [all …]
|
| H A D | mod_fastcgi.c | 852 int socket_type, status; in fcgi_spawn_connection() local 1116 WTERMSIG(status)); in fcgi_spawn_connection() 1127 status); in fcgi_spawn_connection() 2708 int status; in fcgi_restart_dead_procs() local 2783 WTERMSIG(status)); in fcgi_restart_dead_procs() 2787 status); in fcgi_restart_dead_procs() 3269 int status; in fcgi_handle_fdevent() local 3288 WTERMSIG(status)); in fcgi_handle_fdevent() 3292 status); in fcgi_handle_fdevent() 3769 int status; in TRIGGER_FUNC() local [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/ |
| H A D | fastcgi-10.conf | 127 status.status-url = "/server-status" 128 status.config-url = "/server-config"
|
| H A D | fastcgi-responder.conf | 151 status.status-url = "/server-status" 152 status.config-url = "/server-config"
|
| H A D | fastcgi-auth.conf | 149 status.status-url = "/server-status" 150 status.config-url = "/server-config"
|
| H A D | fastcgi-13.conf | 144 status.status-url = "/server-status" 145 status.config-url = "/server-config"
|
| H A D | bug-12.conf | 150 status.status-url = "/server-status" 151 status.config-url = "/server-config"
|
| H A D | bug-06.conf | 148 status.status-url = "/server-status" 149 status.config-url = "/server-config"
|
| H A D | proxy.conf | 135 status.status-url = "/server-status" 136 status.config-url = "/server-config"
|
| H A D | lighttpd.conf | 138 status.status-url = "/server-status" 139 status.config-url = "/server-config"
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | Makefile.in | 101 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 102 configure.lineno config.status.lineno 387 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 389 *config.status*) \ 391 $(SHELL) ./config.status;; \ 394 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 398 $(SHELL) ./config.status --recheck 410 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 412 cd $(top_builddir) && $(SHELL) ./config.status config.h 420 distribute.sh: $(top_builddir)/config.status $(srcdir)/distribute.sh.in [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/123/ |
| H A D | Makefile.in | 297 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 299 *config.status*) \ 303 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 306 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|