Commit graph

1191 commits

Author SHA1 Message Date
Igor Sysoev
8106a74d7c allow short secure links 2008-10-21 12:33:23 +00:00
Igor Sysoev
2f353eb47c fix server_addr value known from configuration, bug introduced in r2199 2008-10-17 12:36:48 +00:00
Igor Sysoev
c021c4315d NGX_OPEN_FILE_DIRECTIO_OFF 2008-10-16 13:31:00 +00:00
Igor Sysoev
ed4d05926a bump version 2008-10-16 13:20:47 +00:00
Igor Sysoev
8bcd5ce3d5 bump version 2008-10-13 13:23:18 +00:00
Igor Sysoev
f07fa18f25 do not set "Transfer-Encoding: chunked" for HEAD requests 2008-10-02 15:40:01 +00:00
Igor Sysoev
517ae5d12e fix r2122:
*) update file buf pointers,
*) avoid "zero buf" alert
2008-10-02 15:38:26 +00:00
Igor Sysoev
c2646477f2 *) ngx_http_upstream_test_next()
*) add proxy_next_upstream http_502 and http_504
*) fix http_503
2008-09-30 15:39:02 +00:00
Igor Sysoev
625381a2c1 ngx_http_upstream_intercept_errors() 2008-09-30 14:57:09 +00:00
Igor Sysoev
21f6b381fc back out $random_index variable 2008-09-30 13:17:14 +00:00
Igor Sysoev
2a7898e6a6 refactor log_subrequest 2008-09-29 13:18:41 +00:00
Igor Sysoev
a06848d177 update log_subrequest 2008-09-29 07:12:04 +00:00
Igor Sysoev
fe26464ceb disable $realpath_root variable in a "root" directive 2008-09-29 04:47:22 +00:00
Igor Sysoev
f78f3f7b14 fix the previous commit 2008-09-29 04:46:21 +00:00
Igor Sysoev
91f4425234 *) log_subrequest
*) flush variables in access log
2008-09-27 15:08:02 +00:00
Igor Sysoev
0f602f0f3a ngx_http_secure_link_module 2008-09-27 13:22:10 +00:00
Igor Sysoev
7bd0e4f5ab $realpath_root 2008-09-27 11:53:41 +00:00
Igor Sysoev
e6d048635d $random_index variable 2008-09-27 11:48:28 +00:00
Igor Sysoev
866354a7e1 real_ip_header supports any header 2008-09-25 19:51:56 +00:00
Igor Sysoev
64cfd2ead9 underscores_in_headers 2008-09-24 14:02:50 +00:00
Igor Sysoev
fe6ecb318d bump version 2008-09-15 17:10:23 +00:00
Igor Sysoev
c0507a61d3 set request handlers, this fixes complex proxied 400 handler with SSI includes 2008-09-15 16:44:37 +00:00
Igor Sysoev
d07d1a257f $pid 2008-09-15 16:41:08 +00:00
Igor Sysoev
7d2930d1fa disable directio for access_log with variables 2008-09-12 13:44:10 +00:00
Igor Sysoev
066c84ada7 strip charset name quotes 2008-09-09 11:58:45 +00:00
Igor Sysoev
b8e08f06e7 bump version 2008-09-08 09:49:22 +00:00
Igor Sysoev
e13db0c3ee bump version 2008-09-08 08:47:00 +00:00
Igor Sysoev
259fc2cfed allow underscores in client request header lines 2008-09-08 08:26:42 +00:00
Igor Sysoev
b99e5f6c2e ngx_http_random_index_module 2008-09-05 15:45:55 +00:00
Igor Sysoev
6d9843a4f1 remove unused #include's 2008-09-05 15:25:47 +00:00
Igor Sysoev
7e50cdf90d *) handle unaligned file part for directio
*) disable sendfile in directio mode
2008-09-05 14:48:47 +00:00
Igor Sysoev
5507c4b070 bump version 2008-09-01 15:44:57 +00:00
Igor Sysoev
1a3f82e132 escape a query string characters taken from URI while rewrite 2008-09-01 14:43:38 +00:00
Igor Sysoev
85951d5d72 *) listen ssl
*) no default ssl_cetificate and ssl_cetificate_key
2008-09-01 14:19:01 +00:00
Igor Sysoev
4bb5fe37a8 style fix: remove tabs and trailing spaces 2008-09-01 14:05:20 +00:00
Igor Sysoev
01355945ea set listen configuration to default server,
this fixes the case, when default server is not the first one
2008-08-29 13:43:38 +00:00
Igor Sysoev
4a5a87868b remove unused debug log 2008-08-27 13:26:35 +00:00
Igor Sysoev
0fb7f889e1 bump version 2008-08-26 17:23:27 +00:00
Igor Sysoev
c9e43df8f1 bump version 2008-08-26 16:23:14 +00:00
Igor Sysoev
d7d96c3c6d gzip_disable msie6 2008-08-26 15:09:28 +00:00
Igor Sysoev
a9b2c85779 fix divide by zero if max_fails=0 2008-08-26 14:34:16 +00:00
Igor Sysoev
92a5ac81cf *) refactor ngx_parse_inet_url()
*) refactor ngx_parse_unix_domain_url()
*) delete unused ngx_url_t fields
2008-08-26 14:24:14 +00:00
Igor Sysoev
5bc7d0ead2 *) refactor ngx_ptocidr()
*) allow address without bitmask
*) thus now ngx_http_geo_module accepts addresses without bitmask
2008-08-26 14:19:37 +00:00
Igor Sysoev
f60b7174b1 ngx_sock_ntop() takes family from sockaddr, remove duplicate field 2008-08-21 19:24:07 +00:00
Igor Sysoev
95cf37a78f *) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop()
*) use ngx_snprintf() in ngx_inet_ntop() and ngx_sock_ntop()
   as they are called just once per connection
*) NGX_INET_ADDRSTRLEN
2008-08-21 18:47:23 +00:00
Igor Sysoev
77d136e981 call ngx_http_xslt_filter_exit() 2008-08-21 18:21:40 +00:00
Igor Sysoev
8a825218e5 server_name "" support 2008-08-21 12:56:10 +00:00
Igor Sysoev
f2376c950d fix $r->header_in() for "User-Agent", "Connection", and "Host"
broken in r2005, r2006, and r2008.
2008-08-19 19:40:45 +00:00
Igor Sysoev
646af391c9 leave HEAD method while error_page redirection 2008-08-19 18:55:46 +00:00
Igor Sysoev
c403214b13 do not discard body while error_page redirection 2008-08-19 12:23:18 +00:00