Home
last modified time | relevance | path

Searched refs:NXT_HTTP_FORBIDDEN (Results 1 – 3 of 3) sorted by relevance

/unit/src/
H A Dnxt_http_static.c364 nxt_http_static_next(task, r, ctx, NXT_HTTP_FORBIDDEN); in nxt_http_static_send_ready()
465 status = NXT_HTTP_FORBIDDEN; in nxt_http_static_send_ready()
H A Dnxt_http.h32 NXT_HTTP_FORBIDDEN = 403, enumerator
H A Dnxt_php_sapi.c995 return nxt_unit_response_init(req, NXT_HTTP_FORBIDDEN, 0, 0); in nxt_php_handle_fs_err()