Lines Matching refs:log_error_write

130 		log_error_write(srv, __FILE__, __LINE__, "sSb", "Response-Header:", "\n", b);  in http_response_write_header()
243 log_error_write(srv, __FILE__, __LINE__, "s", "run condition"); in http_response_prepare()
302 log_error_write(srv, __FILE__, __LINE__, "s", "-- splitting Request-URI"); in http_response_prepare()
303 log_error_write(srv, __FILE__, __LINE__, "sb", "Request-URI : ", con->request.uri); in http_response_prepare()
304 log_error_write(srv, __FILE__, __LINE__, "sb", "URI-scheme : ", con->uri.scheme); in http_response_prepare()
305 log_error_write(srv, __FILE__, __LINE__, "sb", "URI-authority: ", con->uri.authority); in http_response_prepare()
306 log_error_write(srv, __FILE__, __LINE__, "sb", "URI-path : ", con->uri.path_raw); in http_response_prepare()
307 log_error_write(srv, __FILE__, __LINE__, "sb", "URI-query : ", con->uri.query); in http_response_prepare()
328 log_error_write(srv, __FILE__, __LINE__, "sd", "handle_uri_raw: unknown return value", r); in http_response_prepare()
351 log_error_write(srv, __FILE__, __LINE__, "s", "-- sanatising URI"); in http_response_prepare()
352 log_error_write(srv, __FILE__, __LINE__, "sb", "URI-path : ", con->uri.path); in http_response_prepare()
386 log_error_write(srv, __FILE__, __LINE__, ""); in http_response_prepare()
472 log_error_write(srv, __FILE__, __LINE__, "s", "-- before doc_root"); in http_response_prepare()
473 log_error_write(srv, __FILE__, __LINE__, "sb", "Doc-Root :", con->physical.doc_root); in http_response_prepare()
474 log_error_write(srv, __FILE__, __LINE__, "sb", "Rel-Path :", con->physical.rel_path); in http_response_prepare()
475 log_error_write(srv, __FILE__, __LINE__, "sb", "Path :", con->physical.path); in http_response_prepare()
489 log_error_write(srv, __FILE__, __LINE__, ""); in http_response_prepare()
523 log_error_write(srv, __FILE__, __LINE__, "s", "-- after doc_root"); in http_response_prepare()
524 log_error_write(srv, __FILE__, __LINE__, "sb", "Doc-Root :", con->physical.doc_root); in http_response_prepare()
525 log_error_write(srv, __FILE__, __LINE__, "sb", "Rel-Path :", con->physical.rel_path); in http_response_prepare()
526 log_error_write(srv, __FILE__, __LINE__, "sb", "Path :", con->physical.path); in http_response_prepare()
538 log_error_write(srv, __FILE__, __LINE__, ""); in http_response_prepare()
543 log_error_write(srv, __FILE__, __LINE__, "s", "-- logical -> physical"); in http_response_prepare()
544 log_error_write(srv, __FILE__, __LINE__, "sb", "Doc-Root :", con->physical.doc_root); in http_response_prepare()
545 log_error_write(srv, __FILE__, __LINE__, "sb", "Rel-Path :", con->physical.rel_path); in http_response_prepare()
546 log_error_write(srv, __FILE__, __LINE__, "sb", "Path :", con->physical.path); in http_response_prepare()
563 log_error_write(srv, __FILE__, __LINE__, "s", "-- handling physical path"); in http_response_prepare()
564 log_error_write(srv, __FILE__, __LINE__, "sb", "Path :", con->physical.path); in http_response_prepare()
571 log_error_write(srv, __FILE__, __LINE__, "s", "-- file found"); in http_response_prepare()
572 log_error_write(srv, __FILE__, __LINE__, "sb", "Path :", con->physical.path); in http_response_prepare()
579 log_error_write(srv, __FILE__, __LINE__, "s", "-- access denied due symlink restriction"); in http_response_prepare()
580 log_error_write(srv, __FILE__, __LINE__, "sb", "Path :", con->physical.path); in http_response_prepare()
610 log_error_write(srv, __FILE__, __LINE__, "s", "-- access denied"); in http_response_prepare()
611 log_error_write(srv, __FILE__, __LINE__, "sb", "Path :", con->physical.path); in http_response_prepare()
622 log_error_write(srv, __FILE__, __LINE__, "s", "-- file not found"); in http_response_prepare()
623 log_error_write(srv, __FILE__, __LINE__, "sb", "Path :", con->physical.path); in http_response_prepare()
636 log_error_write(srv, __FILE__, __LINE__, "ssbsb", in http_response_prepare()
678 log_error_write(srv, __FILE__, __LINE__, "sbsb", in http_response_prepare()
693 log_error_write(srv, __FILE__, __LINE__, "s", "-- access denied due symlink restriction"); in http_response_prepare()
694 log_error_write(srv, __FILE__, __LINE__, "sb", "Path :", con->physical.path); in http_response_prepare()
715 log_error_write(srv, __FILE__, __LINE__, "s", "-- after pathinfo check"); in http_response_prepare()
716 log_error_write(srv, __FILE__, __LINE__, "sb", "Path :", con->physical.path); in http_response_prepare()
717 log_error_write(srv, __FILE__, __LINE__, "sb", "URI :", con->uri.path); in http_response_prepare()
718 log_error_write(srv, __FILE__, __LINE__, "sb", "Pathinfo :", con->request.pathinfo); in http_response_prepare()
723 log_error_write(srv, __FILE__, __LINE__, "s", "-- handling subrequest"); in http_response_prepare()
724 log_error_write(srv, __FILE__, __LINE__, "sb", "Path :", con->physical.path); in http_response_prepare()
735 log_error_write(srv, __FILE__, __LINE__, "s", "-- subrequest finished"); in http_response_prepare()