| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | state.dot | 11 error -> close -> connect; 12 error -> connect; 13 handlereq -> error; 14 read -> error; 15 readpost -> error; 16 write -> error;
|
| H A D | plugins.txt | 141 HANDLER_ERROR on error 151 HANDLER_ERROR on error 161 HANDLER_ERROR on error 172 HANDLER_ERROR on error 183 HANDLER_ERROR on error 194 HANDLER_ERROR on error 205 HANDLER_ERROR on error 216 HANDLER_ERROR on error 227 HANDLER_ERROR on error 238 HANDLER_ERROR on error [all …]
|
| H A D | state.txt | 51 :error: 95 For really hard errors we use the 'error' state which resets the 98 If possible we should use http-status 500 ('internal server error') and 102 the error condition the 'close' state is used the init a half-close and 162 :error:
|
| H A D | cml.txt | 259 It case a error occures check the error-log, the user will get a error 500. If you don't like 260 the standard error-page use ``server.errorfile-prefix``.
|
| H A D | configuration.txt | 296 pathname of the error-log 433 server.error-handler-404 440 server.error-handler-404 = "/error-404.php"
|
| H A D | performance.txt | 163 in the error log. This tells you there were too many new requests at once 165 connection was dropped and the client received an error message like 'connection
|
| H A D | authentication.txt | 135 if all 4 steps are performed without any error the user is
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_staticfile.c | 156 int error; in http_response_parse_range() local 191 error = 1; in http_response_parse_range() 205 error = 1; in http_response_parse_range() 229 error = 1; in http_response_parse_range() 233 error = 1; in http_response_parse_range() 245 error = 1; in http_response_parse_range() 263 error = 1; in http_response_parse_range() 268 error = 1; in http_response_parse_range() 272 if (!error) { in http_response_parse_range() 279 error = 1; in http_response_parse_range() [all …]
|
| H A D | mod_cml_lua.c | 292 goto error; in cache_parse_lua() 317 goto error; in cache_parse_lua() 446 error: in cache_parse_lua()
|
| H A D | plugin.c | 122 const char *error; in plugins_load() local 208 if ((error = dlerror()) != NULL) { in plugins_load() 209 log_error_write(srv, __FILE__, __LINE__, "s", error); in plugins_load()
|
| H A D | stream.c | 88 # error no mmap found in stream_open()
|
| H A D | network_writev.c | 64 #error "sysconf() doesnt return _SC_IOV_MAX ..., check the output of 'man writev' for the EINVAL er… in network_write_chunkqueue_writev()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/ |
| H A D | 404-handler.conf | 45 server.error-handler-404 = "/404.html" 48 server.error-handler-404 = "/404.pl"
|
| H A D | bug-12.conf | 47 server.error-handler-404 = "/indexfile/return-404.php"
|
| H A D | Makefile.in | 882 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 883 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 915 result_count $$1 "ERROR:" $$error "$$mgn"; \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 138 …* Show "no uri specified -> 400" error only when "debug.log-request-header-on-error" is enabled (f… 214 * Fix error message if no auth backend was set 222 * Modify fastcgi error message 518 * removed warning about a 404-error-handler 624 * fixed retry on connect error in mod_fastcgi 660 * fixed open file-descriptors on read-error 787 * fixed compile error on all BSD unixes 915 * added a error-handler for 404 codes 945 * fixed error handling in FastCGI code 965 * fixed error-handling in cgi handler [all …]
|
| H A D | INSTALL | 88 it does error logging in /tmp/lighttpd/error.log file. Please make sure that
|
| H A D | SConstruct | 45 print >> sys.stderr, "* error: path `%s' is a directory" % (binpath) 48 print >> sys.stderr, "* error: path `%s' is not a file or not exists" % (binpath) 52 print >> sys.stderr, "* error: can't find program `%s'" % (progname)
|
| H A D | configure | 424 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 426 $as_echo "$as_me: error: $2" >&2 1960 /* Override any GCC internal prototype to avoid an error. 2551 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3822 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5102 Syntax error 5161 Syntax error 5622 /* Override any GCC internal prototype to avoid an error. 13721 /* Override any GCC internal prototype to avoid an error. 14031 /* Override any GCC internal prototype to avoid an error. [all …]
|
| H A D | README | 55 - custom error pages (for Response-Code 400-599)
|
| /mOS-networking-stack/dpdk-iface-kmod/ |
| H A D | Makefile | 3 $(error "Please define RTE_SDK environment variable") 7 $(error "Please define RTE_TARGET environment variable")
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_nametoaddr.c | 125 int error; in pcap_nametoaddrinfo() local 131 error = getaddrinfo(name, NULL, &hints, &res); in pcap_nametoaddrinfo() 132 if (error) in pcap_nametoaddrinfo()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/vhosts.d/ |
| H A D | vhosts.template | 19 ## At the moment you cant have different error log files.
|
| /mOS-networking-stack/core/src/include/ |
| H A D | tcp_rb.h | 16 #error UNITBUFSIZE cannot be smaller than 2
|
| /mOS-networking-stack/scripts/ |
| H A D | configure | 408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 418 $as_echo "$as_me: error: $2" >&2 1822 /* Override any GCC internal prototype to avoid an error. 2119 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2193 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2196 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2938 These don't provoke an error unfortunately, instead are silently treated 2939 as 'x'. The following induces an error, until -std is added to get 3142 Syntax error [all …]
|