Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 19 of 19) sorted by relevance

/lighttpd1.4/tests/
H A Dfastcgi-responder.conf1 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 Dlighttpd.conf1 debug.log-request-handling = "enable"
2 debug.log-request-header = "enable"
3 debug.log-response-header = "enable"
H A Dcondition.conf1 debug.log-request-handling = "enable"
2 debug.log-condition-handling = "enable"
H A Dproxy.conf19 proxy.debug = 1
H A Dscgi-responder.conf22 scgi.debug = 0
/lighttpd1.4/src/
H A Dgw_backend.c262 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 Dmod_simple_vhost.c17 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 Dmod_wstunnel.c101 …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 Dgw_backend.h274 int debug; member
H A Dmod_sockproxy.c43 pconf->debug = (int)cpv->v.u; in mod_sockproxy_merge_config_cpv()
H A Dmod_fastcgi.c46 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 Dmod_scgi.c35 pconf->debug = (int)cpv->v.u; in mod_scgi_merge_config_cpv()
H A Dmod_proxy.c116 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 Dmod_ajp13.c53 pconf->debug = (int)cpv->v.u; in mod_ajp13_merge_config_cpv()
/lighttpd1.4/doc/outdated/
H A Dproxy.txt33 :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 Dconfiguration.txt468 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 Dfastcgi.txt75 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 DMakefile.am4 debug.conf \
/lighttpd1.4/
H A DNEWS48 * [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 …]