Commit graph

1574 commits

Author SHA1 Message Date
Igor Sysoev
5405ac4039 improve ngx_slab_alloc() error logging 2009-03-27 17:00:42 +00:00
Igor Sysoev
d2d2168044 rename ngx_http_scrip_flush_complex_value()
to ngx_http_script_flush_complex_value()
2009-03-27 14:59:47 +00:00
Igor Sysoev
87211384e3 fix plain text values using relative path in ngx_http_complex_value(),
this fixes the auth_basic_user_file bug introduced in r2589
2009-03-27 06:34:31 +00:00
Igor Sysoev
4771115bd6 fix alias with variables, but without captures,
the bug had been introduced in r2566 and r2573
2009-03-26 15:24:19 +00:00
Igor Sysoev
6a4e164d49 delete unneeded condition 2009-03-26 14:00:28 +00:00
Igor Sysoev
94440587a1 fix add_header Last-Modified "", broken in r2589 2009-03-26 13:34:37 +00:00
Igor Sysoev
a48ac6f304 fix logged long locked cache entry name and add count 2009-03-26 09:50:04 +00:00
Igor Sysoev
f837a7664b fix segfault if ngx_read_file() will fail 2009-03-24 15:03:38 +00:00
Igor Sysoev
a008e08c52 fastcgi cache 2009-03-24 12:49:29 +00:00
Igor Sysoev
aec4730776 unlink proxy_cache and proxy_cache_valid 2009-03-24 12:31:24 +00:00
Igor Sysoev
aa1ccafe4f do not clean cache if memory cache keys zone is cold 2009-03-24 12:25:43 +00:00
Igor Sysoev
ce7fc39161 fix the previous commit 2009-03-23 16:40:11 +00:00
Igor Sysoev
1a24605b6c axe old definition fields 2009-03-23 15:57:57 +00:00
Igor Sysoev
dc5526a133 bump version 2009-03-23 15:56:46 +00:00
Igor Sysoev
f321dbd59a a prelimiary proxy cache support 2009-03-23 13:14:51 +00:00
Igor Sysoev
df02658f5d style fix: remove tabs 2009-03-22 15:52:52 +00:00
Igor Sysoev
82d682d923 style fix: remove tabs 2009-03-22 15:50:07 +00:00
Igor Sysoev
3906365e3a use complex value in error_page 2009-03-22 09:40:04 +00:00
Igor Sysoev
9643ced05f use complex values in add_header, auth_basic_user_file,
sub_filter, and xslt_stylesheet parameters
2009-03-22 09:39:19 +00:00
Igor Sysoev
d7efd732ac ngx_http_script_flush_complex_value()
ngx_http_complex_value()
ngx_http_compile_complex_value()
2009-03-22 09:36:51 +00:00
Igor Sysoev
1774bd1653 add full path debug log in try_files 2009-03-20 16:50:53 +00:00
Igor Sysoev
3157c405a8 allow try_files in server context 2009-03-20 16:48:45 +00:00
Igor Sysoev
1c2923d10b fix directory test in try_files 2009-03-20 16:47:23 +00:00
Igor Sysoev
fa7deb7ca1 always run regex in server_name to get captures 2009-03-19 16:07:40 +00:00
Igor Sysoev
52c07d624d test wildcard tail hash existance 2009-03-19 15:46:27 +00:00
Igor Sysoev
27911efd41 split args in a try_files fallback 2009-03-19 13:42:27 +00:00
Igor Sysoev
f2ce6027ae ngx_http_split_args() 2009-03-19 13:41:29 +00:00
Igor Sysoev
4095623091 split ngx_http_script_compile() 2009-03-18 14:42:06 +00:00
Igor Sysoev
e0ae22fd9b bump version 2009-03-18 14:40:21 +00:00
Igor Sysoev
be42b2f13c fix $server_addr for wildcard listen, the has been introduced in r2513 2009-03-18 12:23:57 +00:00
Igor Sysoev
ecdd385af1 reserve space for r->uri, the bug has been introduced in r2566 2009-03-18 12:21:19 +00:00
Igor Sysoev
c8bcb7b97c delete unneeded variable 2009-03-16 11:08:08 +00:00
Igor Sysoev
4b276055bc bump version 2009-03-16 11:07:29 +00:00
Igor Sysoev
b352b8f964 auth_basic_user_file supports variables 2009-03-16 07:13:22 +00:00
Igor Sysoev
f9f182fc10 fix case when regex locaiton runs the second time via internal redirect 2009-03-14 19:24:17 +00:00
Igor Sysoev
0d8b4349b0 fix reserved mapped uri length if alias has captures 2009-03-14 19:20:34 +00:00
Igor Sysoev
cdf49db2e9 remove unneeded increment 2009-03-14 17:10:25 +00:00
Igor Sysoev
b44a03b45d ipv6only 2009-03-13 14:20:34 +00:00
Igor Sysoev
bfa0525cb7 fix building without PCRE, introduced in r2553 2009-03-12 11:42:34 +00:00
Igor Sysoev
1f474de90e ignore EINVAL from setsockopt() on Solaris 2009-03-12 07:16:15 +00:00
Igor Sysoev
3c28e772d2 bump version 2009-03-12 07:12:25 +00:00
Igor Sysoev
faf146c4fa fix segfaults introduced in r2549 and r2550 2009-03-11 13:04:02 +00:00
Igor Sysoev
b48e9848ab bump version 2009-03-11 12:57:26 +00:00
Igor Sysoev
3468176b6d fix segfaults introduced in r2550 2009-03-09 08:50:34 +00:00
Igor Sysoev
77fcc06583 style fix: remove tabs 2009-03-06 16:48:36 +00:00
Igor Sysoev
e6c7aa224e captures support in server_name 2009-03-06 12:50:20 +00:00
Igor Sysoev
4b7fa1a4cf captures support in location and alias 2009-03-06 12:49:22 +00:00
Igor Sysoev
f1f9f103d8 now regex captures are per-request entities 2009-03-06 12:15:07 +00:00
Igor Sysoev
751a371878 pclcf->regex_locations are used with PCRE only 2009-03-05 08:24:17 +00:00
Igor Sysoev
0750c93313 bump version 2009-03-05 08:22:45 +00:00
Igor Sysoev
b8c1f47660 fix postponed zlib memory allocation, introduced in r2411
*) introduce postpone_gzipping directive
*) disable postponed gzipping by default

The r2411 commit caused hangings up on large SSIed responses
as SSI cleared buf->recycled bit on copy of recycled buf parts
2009-03-01 19:24:11 +00:00
Igor Sysoev
069b455dd4 fix case when the first try is shorter then URI 2009-03-01 19:10:36 +00:00
Igor Sysoev
cbff23b019 fix segfault introduced in r2486 in $sent_http_location processing 2009-02-24 22:02:08 +00:00
Igor Sysoev
a37e9f3546 prepare ngx_ptocidr() for IPv6 2009-02-24 14:01:40 +00:00
Igor Sysoev
12c14b31e3 small optimization: " == NGX_ERROR" > " != NGX_OK" 2009-02-24 10:42:23 +00:00
Igor Sysoev
c701f5dd5c move r->virtual_names to ngx_http_core_srv_conf_t 2009-02-24 07:56:47 +00:00
Igor Sysoev
a7b6c2f33a axe r->port_text 2009-02-24 07:29:55 +00:00
Igor Sysoev
268c329649 remove seldom used variable 2009-02-24 07:21:35 +00:00
Igor Sysoev
34a1c027ed fix r2530 2009-02-24 07:12:39 +00:00
Igor Sysoev
62d2c6ad12 axe unneeded port field 2009-02-23 21:30:31 +00:00
Igor Sysoev
c0cbf1e93e axe r->port 2009-02-23 21:19:35 +00:00
Igor Sysoev
d5b8bfff8b axe r->in_addr 2009-02-23 21:05:10 +00:00
Igor Sysoev
02ce02d2e5 bump version 2009-02-23 21:02:18 +00:00
Igor Sysoev
447157153a name/password were ignored after odd empty lines 2009-02-23 15:31:18 +00:00
Igor Sysoev
44688aea72 add auth basic failure logging 2009-02-23 15:15:42 +00:00
Igor Sysoev
064e0bdf0b bump version 2009-02-21 14:55:58 +00:00
Igor Sysoev
fe98af1054 fix implicit listen, introduced in r2513 2009-02-21 10:23:30 +00:00
Igor Sysoev
5d7081728e bump version 2009-02-21 09:44:57 +00:00
Igor Sysoev
e2dc4550af a prelimiary IPv6 support, HTTP listen 2009-02-21 07:02:02 +00:00
Igor Sysoev
2032328a14 split ports, addresses, and server names preparation and optimization 2009-02-18 16:17:12 +00:00
Igor Sysoev
e50d758490 add debug logging 2009-02-18 09:24:14 +00:00
Igor Sysoev
412ad87546 the $ancient_browser variables did not treat as an ancient browser
listed in modern_browser, but has lower version
2009-02-18 09:23:47 +00:00
Igor Sysoev
f7638d2374 set MIME-type length,
otherwise ngx_http_test_content_type() did not find "image/gif"
2009-02-17 08:37:36 +00:00
Igor Sysoev
cfb10de1b6 bump version 2009-02-16 14:55:10 +00:00
Igor Sysoev
5c8e0ed2e3 set content-type for try_files' choice 2009-02-14 17:26:26 +00:00
Igor Sysoev
0be61c1ed3 bump version 2009-02-11 10:23:06 +00:00
Igor Sysoev
1759a9e80c fix /?new=arg?old=arg redirect case 2009-02-10 16:03:42 +00:00
Igor Sysoev
e127031055 if_modified_since off 2009-02-10 15:05:05 +00:00
Igor Sysoev
d789492a49 bump version 2009-02-05 15:47:12 +00:00
Igor Sysoev
5037113a13 avoid a double redirect response if
*) a request is going in a keep alive state,
*) the request body should be discarded,
*) epoll/rtsig reports about the response header has been sent,
*) and write event handler calls core phase handler
2009-01-31 20:44:30 +00:00
Igor Sysoev
bfea80ce31 fix $sent_http_location for local redirects 2009-01-30 05:26:27 +00:00
Igor Sysoev
48f0532691 fix types and add comment 2009-01-27 16:22:02 +00:00
Igor Sysoev
82be9b3db6 test allocated space as in try_files 2009-01-27 16:20:29 +00:00
Igor Sysoev
a0c0190dbd bump version 2009-01-26 17:01:27 +00:00
Igor Sysoev
3459066ec8 style fix: remove tabs 2009-01-26 14:35:10 +00:00
Igor Sysoev
9884689d06 fix segfault if $fastcgi_script_name or $fastcgi_path_info were used before
fastcgi handler, the bug has been introduced in r2444
2009-01-26 14:33:59 +00:00
Igor Sysoev
e450e80f87 fix fastcgi_store 2009-01-21 20:54:40 +00:00
Igor Sysoev
0b142d5bca allow directories in try_files 2009-01-21 12:11:22 +00:00
Igor Sysoev
5fdf1cbda6 fix segfault when geo range replaces starting part of another range 2009-01-19 16:42:14 +00:00
Igor Sysoev
fed232be37 bump version 2009-01-19 16:37:22 +00:00
Igor Sysoev
bd6cc5e1f8 try_files should work with files only 2009-01-19 11:24:25 +00:00
Igor Sysoev
80165f6e52 allow insertion range if its start or end is the same as existent one 2009-01-16 16:29:23 +00:00
Igor Sysoev
c0e75cbf02 fix single address range 2009-01-16 16:09:58 +00:00
Igor Sysoev
9edc91be02 fix range deletion 2009-01-16 16:02:30 +00:00
Igor Sysoev
159ae653ce repeat r2448 for range deletion 2009-01-16 15:58:27 +00:00
Igor Sysoev
9c46f3cfa4 log both overrlaped ranges 2009-01-16 15:47:05 +00:00
Igor Sysoev
7f5f76440b fix range start for ranges those spread in two or more slots 2009-01-16 15:44:39 +00:00
Igor Sysoev
9663e72c13 proxy/fastcgi_store did not delete incomplete files 2009-01-16 13:57:00 +00:00
Igor Sysoev
94c95eff08 set r->root_tested for non-error_page response only 2009-01-16 13:53:08 +00:00
Igor Sysoev
29b8c38220 fastcgi_split_path_info 2009-01-16 13:21:20 +00:00
Igor Sysoev
64cbbf0e71 *) fix duplicate geo ranges
*) split existent range and insert a new one
2009-01-16 13:17:12 +00:00
Igor Sysoev
a615a1a325 in miss case memcached module returned END instead of default 404 page body
the bug has been introduced in r2269
2009-01-15 13:10:45 +00:00
Igor Sysoev
c29ea4c4d7 send "100 Continue" just before reading request body 2008-12-26 13:43:42 +00:00
Igor Sysoev
3602e5b031 do not send "100 Continue" for subrequests 2008-12-26 06:21:23 +00:00
Igor Sysoev
9f4f739350 bump version 2008-12-25 20:06:26 +00:00
Igor Sysoev
a7748055c2 fix segfault, introduced in r2423 2008-12-24 16:18:35 +00:00
Igor Sysoev
1076a34213 bump version 2008-12-24 15:54:21 +00:00
Igor Sysoev
42a733743f fix r2378, file inclusion should be waited 2008-12-24 12:39:41 +00:00
Igor Sysoev
301a2a20f1 do not try to align to a page size, allocate just 8K,
this is fixes allocation on Cygwin, it reports 64K page size
2008-12-24 12:05:55 +00:00
Igor Sysoev
bf647d7676 flush variable values in try_files 2008-12-24 07:14:01 +00:00
Igor Sysoev
364480ea05 update r2422 2008-12-24 06:11:04 +00:00
Igor Sysoev
e92388098d variable support for unix sockets in fastcgi_pass and proxy_pass 2008-12-23 19:35:12 +00:00
Igor Sysoev
7a283133e2 fix r2378, do not activate subrequest if there are already
postponed subrequests or data
2008-12-23 17:25:46 +00:00
Igor Sysoev
51cd8f1ded fix the previous commit 2008-12-23 08:10:17 +00:00
Igor Sysoev
1271a65a70 send "100 Continue" for HTTP/1.1 only 2008-12-22 15:44:13 +00:00
Igor Sysoev
b8f5ad624b bump version 2008-12-22 15:40:12 +00:00
Igor Sysoev
6c27e28e62 ngx_http_arg() 2008-12-22 12:02:05 +00:00
Igor Sysoev
285a8f4f83 remove never used zero copy stuff 2008-12-17 20:47:18 +00:00
Igor Sysoev
5be2e142f5 fix segfault 2008-12-17 16:07:58 +00:00
Igor Sysoev
c4d029f7d6 set default gzip_buffers to 32 4k or 16 8k 2008-12-16 16:15:52 +00:00
Igor Sysoev
726732cb89 bump version 2008-12-16 16:12:31 +00:00
Igor Sysoev
b0bbef9718 postpone zlib memory allocation 2008-12-16 16:09:39 +00:00
Igor Sysoev
f7ccdc3fe8 try_files 2008-12-15 10:56:48 +00:00
Igor Sysoev
2818ed6b60 do not add header if add_header "" 2008-12-15 10:50:57 +00:00
Igor Sysoev
15c0371993 remove seldom used variable 2008-12-12 16:40:12 +00:00
Igor Sysoev
8b19767c71 fix segfault if no named location are defined, but are used 2008-12-11 17:32:52 +00:00
Igor Sysoev
818876f689 fix zero length static response, the bug was introduced in r2378 2008-12-11 15:57:14 +00:00
Igor Sysoev
0c83b2cade $upstream_response_length 2008-12-11 15:30:52 +00:00
Igor Sysoev
530bc73c15 style fix: remove tabs 2008-12-11 10:22:25 +00:00
Igor Sysoev
2c47c83eb8 allow "~", "~*", "^~", and "=" before location name without space 2008-12-11 10:21:08 +00:00
Igor Sysoev
96dc6754be $geo variable support 2008-12-11 09:46:45 +00:00
Igor Sysoev
0945904292 remove before nginx-0.1.25 compatibility code 2008-12-11 07:48:48 +00:00
Igor Sysoev
887fc26511 fix r2394 2008-12-11 06:38:14 +00:00
Igor Sysoev
0878824edc test port in fastcgi_pass variable 2008-12-10 16:25:14 +00:00
Igor Sysoev
20dd3ab867 clear fastcgi ctx for internal redirection via named location 2008-12-10 16:16:10 +00:00
Igor Sysoev
b575b6efd5 use ngx_ext_rename_file() for single file MOVE 2008-12-10 14:53:45 +00:00
Igor Sysoev
a7a62b5f74 fix debug logging 2008-12-10 14:48:04 +00:00
Igor Sysoev
4936b13fdf change variable name 2008-12-10 14:46:34 +00:00
Igor Sysoev
bd262e4954 delete surplus upstream.schema field 2008-12-10 14:44:48 +00:00
Igor Sysoev
be40e7b1e8 fastcgi_pass variables support 2008-12-10 14:22:07 +00:00
Igor Sysoev
8e7faf90f4 use "!= NGX_OK" instead of "== NGX_ERROR" 2008-12-09 17:27:48 +00:00
Igor Sysoev
8138575bdd use already available r and u instead of ev 2008-12-09 17:25:03 +00:00
Igor Sysoev
4670baab4f delete unneeded call 2008-12-09 16:49:52 +00:00
Igor Sysoev
8ee817edaf bump version 2008-12-09 11:13:12 +00:00
Igor Sysoev
77917e966f fix r2378, run posted requests after upstream event handling 2008-12-08 18:28:06 +00:00
Igor Sysoev
a2d1a1e0dd bump version 2008-12-08 17:59:43 +00:00
Igor Sysoev
0862068332 *) refactor subrequest handling, now they run as separate posted requests
*) now $upstream_addr, $upstream_status, $upstream_response_time can be used
   with log_subrequest
2008-12-08 14:23:20 +00:00
Igor Sysoev
90cf67bebd *) add zone name while logging 503 error reason
*) log allocation error as 503 error reason
2008-12-08 14:18:06 +00:00
Igor Sysoev
c539195e18 update comment 2008-12-08 14:15:19 +00:00
Igor Sysoev
ec6863151c rename "lz" to "lr" in variable names 2008-12-08 14:13:36 +00:00
Igor Sysoev
0c190514c6 log 503 error reason 2008-12-08 14:12:29 +00:00
Igor Sysoev
8d6a2ade43 test duplicate limit_conn 2008-12-08 14:08:44 +00:00
Igor Sysoev
63b40c7f68 skip protected symlinks in autoindex 2008-12-08 14:05:21 +00:00
Igor Sysoev
c7c815200b allow POST without Content-Length 2008-12-08 14:04:31 +00:00
Igor Sysoev
d2a86ccd09 fix "delete CIDR" 2008-12-02 15:02:36 +00:00
Igor Sysoev
c0fe90885e bump version 2008-12-02 14:59:14 +00:00
Igor Sysoev
383884aa85 if_modified_since 2008-12-01 14:22:51 +00:00
Igor Sysoev
12657ffe6f read and process upstream header in cycle,
this fixes the case when local FastCGI server sends many warnings in stderr
2008-12-01 14:08:00 +00:00
Igor Sysoev
ce6e845715 $cookie_... variable did not for SSI and perl 2008-12-01 13:59:35 +00:00
Igor Sysoev
8013eba125 create empty radix tree for "geo $geo { }" case 2008-11-28 17:22:35 +00:00
Igor Sysoev
80563412b8 bump version 2008-11-28 17:22:06 +00:00
Igor Sysoev
f2c7d8e0f8 *) descrease geo configuration memory usage
*) geo delete
*) geo ranges
2008-11-25 15:59:06 +00:00
Igor Sysoev
c3c89d5d45 use value rbtree instead of array in geo configuration 2008-11-22 20:42:51 +00:00
Igor Sysoev
997b3dbc72 variable value rbtree support 2008-11-22 20:42:01 +00:00
Igor Sysoev
60a1004e28 bump version 2008-11-22 20:38:45 +00:00
Igor Sysoev
08d310387d use integer instead of float 2008-11-14 13:25:44 +00:00
Igor Sysoev
896dcfa400 change rate to an excess 2008-11-14 11:32:03 +00:00
Igor Sysoev
8fcf6bbce6 memcached response was stored in variable with END 2008-11-12 21:01:01 +00:00
Igor Sysoev
dbea16d385 $cookie_... variable 2008-11-12 11:12:02 +00:00
Igor Sysoev
daef2021e4 bump version 2008-11-12 10:48:27 +00:00
Igor Sysoev
dfaf3823d7 style fix: remove trailing spaces 2008-11-11 16:04:05 +00:00
Igor Sysoev
5dd3ec54de *) correct leaky bucket implementation
*) now burst is not per second
*) remove delay= parameter
*) add nodelay parameter
2008-11-11 15:38:16 +00:00
Igor Sysoev
fea52523b7 exslt support 2008-11-11 15:22:24 +00:00
Igor Sysoev
0bcb5c5e59 bump version 2008-11-10 18:34:24 +00:00
Igor Sysoev
cd0e6e18e1 fix r2067 2008-11-10 15:25:11 +00:00
Igor Sysoev
539cd0dad6 ngx_http_limit_req_module 2008-11-10 15:22:33 +00:00
Igor Sysoev
644029fa74 fix the previous commit 2008-11-06 19:54:54 +00:00
Igor Sysoev
08743f897c *) split ngx_http_gzip_body_filter()
*) send gzheader together with the filter's first output
2008-11-06 19:13:47 +00:00
Igor Sysoev
bfb4833f35 change int to size_t 2008-11-06 19:11:19 +00:00
Igor Sysoev
2959de23f8 do not pass gzheader separately as due to the previous commit
we do not use ctx->busy as flush condition
2008-11-05 16:27:45 +00:00
Igor Sysoev
1894b45be8 use nomem flag to flush busy bufs,
thus gzip filter does not depend on NGX_AGAIN return code
2008-11-05 15:46:41 +00:00
Igor Sysoev
ebf25e6fa4 fix r1913 2008-10-30 15:59:10 +00:00
Igor Sysoev
39c8f46741 fix case proxy_pass URL is evaluted to http://host?args 2008-10-24 19:34:24 +00:00
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
Igor Sysoev
f996fa8332 bump version 2008-08-18 14:29:57 +00:00
Igor Sysoev
88e23c207d remove text/css from default charset_types
as it does not usually require recoding
2008-08-18 13:38:17 +00:00
Igor Sysoev
254b8310be *) regex match must return NGX_OK to stop regex searching,
this fixes inclusive regex location
*) change NGX_HTTP_INTERNAL_SERVER_ERROR to NGX_ERROR
2008-08-17 18:02:55 +00:00
Igor Sysoev
00b8dd8287 fix noregex for inclusive locations 2008-08-17 17:58:16 +00:00
Igor Sysoev
3472513983 proxy_ssl_session_reuse 2008-08-17 17:47:52 +00:00
Igor Sysoev
2a671cd3a1 disable original URI usage in proxy_pass after X-Accel-Redirect 2008-08-17 17:44:08 +00:00
Igor Sysoev
23588587df allow file existence test for POST requests in static module 2008-08-17 17:42:42 +00:00
Igor Sysoev
84f3bd312a ignore NGX_EACCES error while directory test 2008-08-17 17:38:48 +00:00
Igor Sysoev
4abe8c6d51 bump version 2008-08-13 16:59:16 +00:00
Igor Sysoev
8c7975d2ad restore connection address on request closure,
this fixes the issue when a frontend before nginx sends various client
connections via keepalive connection to nginx
2008-08-13 16:31:01 +00:00
Igor Sysoev
2776f9114a *) fix segfaults in types hash
*) fix inheritance: default hash instead of inherited one
2008-08-13 16:25:48 +00:00
Igor Sysoev
7da3929235 disable error_page loop in 500 error when recursive errors are enabled 2008-08-13 09:00:13 +00:00
Igor Sysoev
4b6d704dc5 bump version 2008-08-12 15:46:34 +00:00
Igor Sysoev
c2eec199ec *) charset_types
*) change of default charset types
*) addition_types
2008-08-12 13:17:08 +00:00
Igor Sysoev
03a9d6b399 use hash in gzip_types, ssi_types, and sub_filter_types 2008-08-12 13:11:36 +00:00
Igor Sysoev
be76a05b53 check daily time range 2008-08-11 17:50:37 +00:00
Igor Sysoev
545e30b14e expires daily time 2008-08-11 15:28:35 +00:00