| /lighttpd1.4/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 | configuration.txt | 303 pathname of the error-log 439 server.error-handler-404 446 server.error-handler-404 = "/error-404.php"
|
| H A D | authentication.txt | 140 if all 4 steps are performed without any error the user is
|
| H A D | magnet.txt | 171 …g we overloaded the print()-function in lua and redirect the output of print() to the error-log. ::
|
| H A D | fastcgi.txt | 589 (fcgi.c.1107) error: unexpected close of fastcgi connection
|
| /lighttpd1.4/tests/ |
| H A D | lighttpd.conf | 169 server.error-handler-404 = "/404.html" 172 server.error-handler = "/404.pl" 175 server.error-handler-404 = "/404.pl"
|
| /lighttpd1.4/doc/config/vhosts.d/ |
| H A D | vhosts.template | 18 ## use separate access/error log files 22 #server.errorlog = log_root + "/" + server_name + "/error.log"
|
| /lighttpd1.4/src/ |
| H A D | network_write.c | 22 # error "can't have more than one sendfile implementation" 30 # error "can't have more than one sendfile implementation" 38 # error "can't have more than one sendfile implementation" 57 # error "can't have more than one sendfile implementation" 239 # error neither UIO_MAXIOV nor IOV_MAX nor _XOPEN_IOV_MAX are defined
|
| H A D | ck.c | 379 if (0 != rc) goto error; in ck_backtrace() 381 if (0 != rc) goto error; in ck_backtrace() 423 error: in ck_backtrace()
|
| H A D | algo_hmac.c | 139 #error "unexpected; crypto lib not configured for HMAC SHA1" in li_hmac_sha1() 215 #error "unexpected; crypto lib not configured for HMAC SHA256" in li_hmac_sha256() 291 #error "unexpected; crypto lib not configured for HMAC SHA512" in li_hmac_sha512()
|
| H A D | mod_fastcgi.c | 22 #error "mismatched defines: (GW_RESPONDER != FCGI_RESPONDER)" 25 #error "mismatched defines: (GW_AUTHORIZER != FCGI_AUTHORIZER)" 28 #error "mismatched defines: (GW_FILTER != FCGI_FILTER)"
|
| H A D | gw_backend.c | 1347 goto error; in gw_set_defaults_backend() 1355 goto error; in gw_set_defaults_backend() 1470 goto error; in gw_set_defaults_backend() 1476 goto error; in gw_set_defaults_backend() 1514 goto error; in gw_set_defaults_backend() 1530 goto error; in gw_set_defaults_backend() 1540 goto error; in gw_set_defaults_backend() 1558 goto error; in gw_set_defaults_backend() 1654 goto error; in gw_set_defaults_backend() 1662 goto error; in gw_set_defaults_backend() [all …]
|
| H A D | plugin.c | 227 const char *error = dlerror(); in plugins_load() local 228 if (error != NULL) { in plugins_load() 229 log_error(srv->errh, __FILE__, __LINE__, "dlsym: %s", error); in plugins_load()
|
| H A D | meson.build | 246 error('Couldn\'t find dlfcn.h or dlopen in lib dl') 315 error('Couldn\'t find any lua library') 428 error('Neither pcre2 nor pcre was found when with_pcre was not disabled') 487 error('Couldn\'t find attr/attributes.h or attr_get in lib attr')
|
| H A D | CMakeLists.txt | 422 #error HAVE_LIGHTY macro not defined
|
| H A D | algo_xxhash.h | 387 # error "unsupported platform: need a 32-bit type" 3215 # error "default keyset is not large enough"
|
| H A D | lemon.c | 412 char *error; /* Code to execute when an error is seen */ member 2507 psp->declargslot = &(psp->gp->error); in parseonetoken() 4928 tplt_print(out,lemp,lemp->error,&lineno); in ReportTable()
|
| H A D | mod_mbedtls.c | 91 #error "lighttpd requires that mbedtls be built with MBEDTLS_X509_CRT_PARSE_C"
|
| /lighttpd1.4/ |
| H A D | NEWS | 74 * [mod_wolfssl] cast to fix compile error 897 * [core] clarify an error message 1324 * [core] support multiple error logs 2834 * [core] server.error-handler new directive for error pages (fixes #2702) 2987 * [mod_webdav] fix logic error in handling file creation error 3170 …* Show "no uri specified -> 400" error only when "debug.log-request-header-on-error" is enabled (f… 3254 * Modify fastcgi error message 3947 * added a error-handler for 404 codes 3977 * fixed error handling in FastCGI code 3997 * fixed error-handling in cgi handler [all …]
|
| H A D | README | 53 - custom error pages (for Response-Code 400-599)
|
| H A D | SConstruct | 220 fail("* error: path `%s' is a directory" % (binpath)) 222 fail("* error: path `%s' is not a file or not exists" % (binpath)) 225 fail("* error: can't find program `%s'" % (progname))
|
| H A D | configure.ac | 707 #error HAVE_LIGHTY macro not defined 1616 error) extrawarnings=error ;; 1625 if test "$extrawarnings" = true || test "$extrawarnings" = error; then 1632 if test "$extrawarnings" = error; then
|
| /lighttpd1.4/src/ls-hpack/ |
| H A D | lsxpack_header.h | 21 #error unexpected LSXPACK_MAX_STRLEN
|