Searched refs:http_response_physical_path_error (Results 1 – 2 of 2) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | response.c | 197 http_response_physical_path_error (request_st * const r, const int code, const char * const msg) in http_response_physical_path_error() function 226 return http_response_physical_path_error(r, 403, NULL); in http_response_physical_path_check() 235 return http_response_physical_path_error(r, 404, NULL); in http_response_physical_path_check() 238 return http_response_physical_path_error(r, 500, NULL); in http_response_physical_path_check() 275 return http_response_physical_path_error(r, 404, "-- file not found"); in http_response_physical_path_check() 306 return http_response_physical_path_error(r, 403, "-- access denied due to symlink restriction"); in http_response_physical_path_check()
|
| /lighttpd1.4/ |
| H A D | NEWS | 629 * [core] http_response_physical_path_error()
|