Searched refs:debug (Results 1 – 19 of 19) sorted by relevance
| /lighttpd1.4/tests/ |
| H A D | fastcgi-responder.conf | 1 debug.log-request-header = "enable" 2 debug.log-response-header = "enable" 3 debug.log-request-handling = "enable" 40 fastcgi.debug = 0 66 fastcgi.debug = 0
|
| H A D | lighttpd.conf | 1 debug.log-request-handling = "enable" 2 debug.log-request-header = "enable" 3 debug.log-response-header = "enable"
|
| H A D | condition.conf | 1 debug.log-request-handling = "enable" 2 debug.log-condition-handling = "enable"
|
| H A D | proxy.conf | 19 proxy.debug = 1
|
| H A D | scgi-responder.conf | 22 scgi.debug = 0
|
| /lighttpd1.4/src/ |
| H A D | gw_backend.c | 262 if (debug) { in gw_proc_connect_success() 301 if (debug) { in gw_proc_connect_error() 337 if (debug) { in gw_proc_release() 493 if (debug) { in gw_spawn_connection() 650 if (debug) { in gw_spawn_connection() 922 if (debug) { in gw_host_get() 932 if (debug) { in gw_host_get() 987 if (debug > 1) { in gw_establish_connection() 2654 hctx->conf.debug = p->conf.debug; in gw_check_extension() 2789 if (debug) { in gw_handle_trigger_host() [all …]
|
| H A D | mod_simple_vhost.c | 17 unsigned short debug; member 49 pconf->debug = cpv->v.shrt; in mod_simple_vhost_merge_config_cpv() 163 if (p->conf.debug) { in build_doc_root()
|
| H A D | mod_wstunnel.c | 101 …if (hctx->gw.conf.debug >= MOD_WEBSOCKET_LOG_ERR) { log_error(hctx->errh, __FILE__, __LINE__, (for… 104 …if (hctx->gw.conf.debug >= MOD_WEBSOCKET_LOG_WARN) { log_error(hctx->errh, __FILE__, __LINE__, (fo… 107 …if (hctx->gw.conf.debug >= MOD_WEBSOCKET_LOG_INFO) { log_error(hctx->errh, __FILE__, __LINE__, (fo… 110 …if (hctx->gw.conf.debug >= MOD_WEBSOCKET_LOG_DEBUG) { log_error(hctx->errh, __FILE__, __LINE__, (f… 207 pconf->gw.debug = (int)cpv->v.u; in mod_wstunnel_merge_config_cpv()
|
| H A D | gw_backend.h | 274 int debug; member
|
| H A D | mod_sockproxy.c | 43 pconf->debug = (int)cpv->v.u; in mod_sockproxy_merge_config_cpv()
|
| H A D | mod_fastcgi.c | 46 pconf->debug = (int)cpv->v.u; in mod_fastcgi_merge_config_cpv() 313 if (hctx->conf.debug && 0 != rblen) { in fastcgi_get_packet()
|
| H A D | mod_scgi.c | 35 pconf->debug = (int)cpv->v.u; in mod_scgi_merge_config_cpv()
|
| H A D | mod_proxy.c | 116 pconf->gw.debug = (int)cpv->v.u; in mod_proxy_merge_config_cpv() 863 if (hctx->gw.conf.debug > 1) { in proxy_create_env()
|
| H A D | mod_ajp13.c | 53 pconf->debug = (int)cpv->v.u; in mod_ajp13_merge_config_cpv()
|
| /lighttpd1.4/doc/outdated/ |
| H A D | proxy.txt | 33 :proxy.debug: 34 a value between 0 and 65535 to set the debug-level in the 36 enable some debug output, 0 to disable it.
|
| H A D | configuration.txt | 468 debug.dump-unknown-headers 473 debug.dump-unknown-headers = "enable" 525 debug.log-request-header 528 debug.log-response-header 531 debug.log-file-not-found 534 debug.log-request-handling 537 debug.log-ssl-noise
|
| H A D | fastcgi.txt | 75 fastcgi.debug 76 a value between 0 and 65535 to set the debug-level in the 78 enable some debug output, 0 to disable it. 230 fastcgi.debug option and will get a similar output as here: :: 573 fastcgi.debug should be enabled for troubleshooting.
|
| /lighttpd1.4/doc/config/conf.d/ |
| H A D | Makefile.am | 4 debug.conf \
|
| /lighttpd1.4/ |
| H A D | NEWS | 48 * [core] path-info in debug trace may be unset 247 * [TLS] consistent debug.log-ssl-noise config type 672 * [core] mark debug path unlikely 1541 * [core] adjust (disabled) debug code 2196 * [core] debug server.log-request-header-on-error 2271 * [stat_cache] remove debug code littered in file 2306 * [mod_mysql_vhost] remove dev debug code 3647 * added 'debug' to simple-vhost to suppress the 3829 * fixed segfault in debug-code 3854 * removed a debug-message from network-functions [all …]
|