Home
last modified time | relevance | path

Searched refs:error_handler (Results 1 – 4 of 4) sorted by relevance

/lighttpd1.4/src/
H A Dresponse.c886 http_response_call_error_handler (request_st * const r, const buffer * const error_handler) in http_response_call_error_handler() argument
897 if (error_handler == r->conf.error_handler) { in http_response_call_error_handler()
920 buffer_copy_buffer(&r->target, error_handler); in http_response_call_error_handler()
953 const buffer *error_handler = NULL; in http_response_has_error_handler() local
954 if (r->conf.error_handler) in http_response_has_error_handler()
955 error_handler = r->conf.error_handler; in http_response_has_error_handler()
958 error_handler = r->conf.error_handler_404; in http_response_has_error_handler()
960 if (error_handler) in http_response_has_error_handler()
961 return http_response_call_error_handler(r, error_handler); in http_response_has_error_handler()
H A Drequest.h74 const buffer *error_handler; member
H A Dconfigfile.c121 pconf->error_handler = cpv->v.b; in config_merge_config_cpv()
/lighttpd1.4/
H A DNEWS2159 * [core] permit server.error_handler to static file