nginx-1.13.12/src/http/ngx_http_special_response.c
62 captures
08 May 2018 - 02 Feb 2026
Apr
MAY
Jun
08
2017
2018
2019
success
fail
About this capture
COLLECTED BY
Organization:
Alexa Crawls
Starting in 1996,
Alexa Internet
has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to the
Wayback Machine
after an embargo period.
Collection:
Alexa Crawls
Starting in 1996,
Alexa Internet
has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to the
Wayback Machine
after an embargo period.
TIMESTAMPS
The Wayback Machine - https://web.archive.org/web/20180508052017/http://lxr.nginx.org:80/source/src/http/ngx_http_special_response.c
Nginx displayed by LXR
nginx-1.13.12
/
src
/
http
/
ngx_http_special_response.c
Source navigation
Diff markup
Identifier search
general search
Version:
nginx-1.13.12
][
nginx-1.12.2
]
0001
0002
/*
0003
* Copyright (C) Igor Sysoev
0004
* Copyright (C) Nginx, Inc.
0005
*/
0006
0007
0008
#include
0009
#include
0010
#include
ngx_http.h
0011
#include
0012
0013
0014
static
ngx_int_t
ngx_http_send_error_page
ngx_http_request_t
0015
ngx_http_err_page_t
err_page
);
0016
static
ngx_int_t
ngx_http_send_special_response
ngx_http_request_t
0017
ngx_http_core_loc_conf_t
clcf
ngx_uint_t
err
);
0018
static
ngx_int_t
ngx_http_send_refresh
ngx_http_request_t
);
0019
0020
0021
static
u_char
ngx_http_error_full_tail
[] =
0022
"
NGINX_VER
"
CRLF
0023
"
US