Commit graph

2253 commits

Author SHA1 Message Date
Igor Sysoev
315634cee6 client_body_in_single_buffer 2009-05-14 11:41:33 +00:00
Igor Sysoev
bb96d6c546 $request_body variable 2009-05-14 11:40:51 +00:00
Igor Sysoev
0818290c22 update two previous commits again 2009-05-14 11:39:06 +00:00
Igor Sysoev
5ae70b03d8 update the previous commit 2009-05-14 11:36:26 +00:00
Igor Sysoev
73b5f6f648 fix client_body_in_file_only type 2009-05-14 11:31:50 +00:00
Igor Sysoev
f32fabf623 bump version 2009-05-12 13:11:39 +00:00
Igor Sysoev
897252d550 test finalized image filter context before testing image_filter off
this fixes SIGFPE if image filter errors are passed to named location
2009-05-12 12:05:29 +00:00
Igor Sysoev
e7797d0b20 bump version 2009-05-11 17:47:06 +00:00
Igor Sysoev
d327e78cfb fix building --without-http-cache
the bug had been appeared in r2806
2009-05-08 20:14:35 +00:00
Igor Sysoev
823d809df5 reconfigure master process 2009-05-08 18:12:03 +00:00
Igor Sysoev
9b6040ff4a fix the previous commit 2009-05-08 18:11:18 +00:00
Igor Sysoev
acdaf84126 allow to pass image filter errors via the same location where the filter is set 2009-05-08 14:52:50 +00:00
Igor Sysoev
66e4adc3c8 test already destroyed request 2009-05-08 14:31:59 +00:00
Igor Sysoev
b8c9d31801 handle big responses for "size" and "test" image_filters 2009-05-08 14:25:51 +00:00
Igor Sysoev
a3e783a0de preserve Solaris binary hardware capabilities 2009-05-08 09:41:43 +00:00
Igor Sysoev
f71852b835 IPv6 for Win32 2009-05-07 13:05:04 +00:00
Igor Sysoev
098b8ee438 divide select module into two modules: Unix and Win32 ones 2009-05-06 14:53:54 +00:00
Igor Sysoev
7020804152 bump version 2009-05-06 14:11:03 +00:00
Igor Sysoev
fce7d70193 make code clearer 2009-05-06 08:54:54 +00:00
Igor Sysoev
698703c480 test event type to prevent errors 2009-05-06 08:53:13 +00:00
Igor Sysoev
5b12a0b138 delete level event of appropriate type, this should fix select()'s EBADF,
WSAENOTSOCK, and "select ready != events" alerts
2009-05-06 08:40:44 +00:00
Igor Sysoev
35b414bc3f ngx_create_listening() 2009-05-05 17:33:26 +00:00
Igor Sysoev
d634510e54 reinit proxy/fastcgi header parser before ngx_http_upstream_cache_send() 2009-05-05 17:18:33 +00:00
Igor Sysoev
0f784a0095 proxy/fastcgi_cache_use_stale http_50x did not work 2009-05-05 15:17:00 +00:00
Igor Sysoev
8499723c60 move listen log copying from ngx_open_listening_sockets()
to ngx_configure_listening_sockets(), otherwise listen socket logs have no file
after first reload and this caused segfault if debug_connection was used;
the bug has been introduced in r2786
2009-05-05 13:16:29 +00:00
Igor Sysoev
96e846f670 use correct name 2009-05-05 13:12:59 +00:00
Igor Sysoev
61f837251b use local variable 2009-05-05 13:05:42 +00:00
Igor Sysoev
6c083044aa delete never used ngx_ssl_set_nosendshut() 2009-05-04 19:51:32 +00:00
Igor Sysoev
145c338011 delete ngx_listening_inet_stream_socket() 2009-05-04 19:51:09 +00:00
Igor Sysoev
2f3014e62f axe imap module artifacts 2009-05-04 19:34:59 +00:00
Igor Sysoev
ac66e2eb0b do not free buffer with cache header before it would be written,
it seems this affected header only FastCGI responses only:
proxied header only responses were cached right
2009-05-04 19:04:00 +00:00
Igor Sysoev
4ae910a756 fix building ngx_http_image_filter_module on 64-bit platforms 2009-05-04 11:39:22 +00:00
Igor Sysoev
7e6d4179f0 use off_t in $r->sendfile(), this allows to use 64-bit off_t on platforms
where IV is long:
*) on 64-bit platforms,
*) and on 32-bit platforms if perl was built with -Duse64bitint
2009-05-01 19:31:52 +00:00
Igor Sysoev
0804db3ccd bump version 2009-05-01 19:13:37 +00:00
Igor Sysoev
7e2efefd53 ngx_http_image_filter_module 2009-05-01 18:42:09 +00:00
Igor Sysoev
bd2e8b173d ngx_http_filter_finalize_request() and ngx_http_clean_header() 2009-05-01 18:41:07 +00:00
Igor Sysoev
42a313744c proxy_ignore_headers and fastcgi_ignore_headers 2009-04-30 16:15:07 +00:00
Igor Sysoev
4709d5d80f *) refactor error_log processing: listen socket log might inherit built-in
error_log with zero level, and r2447, r2466, r2467 were not enough
*) remove bogus "stderr" level
*) some functions and fields renames
2009-04-30 13:53:42 +00:00
Igor Sysoev
5426d28e31 *) check a proxy_redirect single parameter
*) warn about "proxy_redirect false"
2009-04-30 12:43:38 +00:00
Igor Sysoev
416256863e set of.failed for cached error, the bug has been introduced in r2757 2009-04-30 08:01:50 +00:00
Igor Sysoev
5b0c886626 uniform ngx_file_info() interface with ngx_fd_info() 2009-04-29 19:28:52 +00:00
Igor Sysoev
cc310346f5 try to repair the case "select ready != events" 2009-04-29 18:56:47 +00:00
Igor Sysoev
0c56344143 ngx_select_repair_fd_sets() 2009-04-29 15:29:12 +00:00
Igor Sysoev
f40bee45d3 delete useless debug log 2009-04-29 15:15:17 +00:00
Igor Sysoev
3eadb2ae20 style fix 2009-04-29 15:12:57 +00:00
Igor Sysoev
25e3fc0183 handle Winsock select() WSAEINVAL 2009-04-29 13:42:14 +00:00
Igor Sysoev
d7d54fb5ab style fix 2009-04-29 13:08:10 +00:00
Igor Sysoev
50480a02a2 fix the previous commit 2009-04-29 13:07:16 +00:00
Igor Sysoev
2c265a76eb Winsock uses ECONNABORTED instead of ECONNRESET 2009-04-29 11:34:58 +00:00
Igor Sysoev
38e0a9b4e5 fix building by BCC if NGX_PREFIX is defined 2009-04-29 11:32:58 +00:00
Igor Sysoev
d699f98b8c *) do not show line number for -g option
*) reset configuration file after -g option has been parsed
2009-04-28 20:06:03 +00:00
Igor Sysoev
b498a2350a add listen events for win32 only after accept mutex is hold 2009-04-28 20:03:59 +00:00
Igor Sysoev
5dab4e9775 fallback to neutral language in FormatMessage() 2009-04-28 15:06:29 +00:00
Igor Sysoev
89cf9f7787 introduce ngx_write_console() to support OEM code pages 2009-04-28 15:05:27 +00:00
Igor Sysoev
42312a2c65 "port_in_redirect off" did not work
the bug had been appeared in r2530 and r2534
2009-04-28 06:20:12 +00:00
Igor Sysoev
64e5598458 add prefix in Usage 2009-04-28 04:34:27 +00:00
Igor Sysoev
fd9051fc8f it seems MAKELANGID(LANG_ENGLISH, SUBLANG_DEFAULT) returns
ERROR_RESOURCE_LANG_NOT_FOUND for Russian locale
2009-04-27 18:58:35 +00:00
Igor Sysoev
9c1308dd82 ngx_log_errno() 2009-04-27 13:17:33 +00:00
Igor Sysoev
70eb9fa979 use ngx_vslprintf(), ngx_slprintf() 2009-04-27 13:06:20 +00:00
Igor Sysoev
447dba8ab7 ngx_vslprintf(), ngx_slprintf() 2009-04-27 12:51:33 +00:00
Igor Sysoev
ecfc0688ff bump version 2009-04-27 12:48:38 +00:00
Igor Sysoev
fb2dc513f9 fix building by MSVC8 2009-04-27 11:33:34 +00:00
Igor Sysoev
0ae870d26b -p and --prefix= 2009-04-27 11:32:33 +00:00
Igor Sysoev
8d8d431c86 get a full response if the response is cacheable or storable even
a client has closed connection prematurely
2009-04-27 11:20:55 +00:00
Igor Sysoev
605e8e0575 *) of.test_only to not open file if only stat() is enough
*) of.failed to return exact name of failed syscall
2009-04-27 09:55:53 +00:00
Igor Sysoev
2f025ec2b0 add quotes for configure options with spaces 2009-04-26 19:37:38 +00:00
Igor Sysoev
c2e7f19084 style fix 2009-04-24 19:58:19 +00:00
Igor Sysoev
d0e3e9ed58 merge SSL context inside "if" block 2009-04-24 19:56:09 +00:00
Igor Sysoev
52a498f2fd change ngx_log_abort() interface 2009-04-24 15:50:51 +00:00
Igor Sysoev
d8651b96c4 style fix: (void) 2009-04-24 14:45:52 +00:00
Igor Sysoev
30eebbb00a change ngx_log_create_errlog() interface 2009-04-24 14:27:36 +00:00
Igor Sysoev
f73b68f96b fix Auth-Method, the bug has been introduced in r2496 2009-04-24 09:54:40 +00:00
Igor Sysoev
c208891826 pass command lines options to workers 2009-04-23 18:22:28 +00:00
Igor Sysoev
a6ff87e75b ngx_path_separator() 2009-04-23 16:38:59 +00:00
Igor Sysoev
ddba51983f issue start up errors and warning on both stderr and error_log 2009-04-23 11:13:12 +00:00
Igor Sysoev
d4dc08bc11 style fix: remove trailing spaces introduced in the previous commit 2009-04-23 09:46:14 +00:00
Igor Sysoev
1768f3bbf2 use ngx_str_t for error levels 2009-04-23 08:05:54 +00:00
Igor Sysoev
8570e9695e axe incomplete support of Winsock error descriptions on NT 2009-04-22 11:25:12 +00:00
Igor Sysoev
e87ff22f57 use English only error descriptions in Win32 ngx_strerror_r() 2009-04-22 11:20:31 +00:00
Igor Sysoev
a0ad107cee implement "-s signal" option for Unix 2009-04-21 20:25:49 +00:00
Igor Sysoev
dc2cdf7565 style fix: remove trailing spaces 2009-04-21 19:49:48 +00:00
Igor Sysoev
613828e9c2 style fix: remove tabs 2009-04-21 19:38:02 +00:00
Igor Sysoev
c21d2ff81e add -? and -h options 2009-04-21 16:21:58 +00:00
Igor Sysoev
35e01d481f add 48x48 icon 2009-04-21 15:44:39 +00:00
Igor Sysoev
d8f4d3aee6 allow condensed command lines options 2009-04-21 15:42:15 +00:00
Igor Sysoev
7f8b171cdc fix r2731 for Win32 2009-04-21 15:40:40 +00:00
Igor Sysoev
566b2a0d1f test command line options before ngx_log_init() and issue errors to stderr 2009-04-21 13:39:47 +00:00
Igor Sysoev
16bc72552e fix fastcgi_cache_min_uses 2009-04-21 10:36:01 +00:00
Igor Sysoev
e1262ebe1d bump version 2009-04-20 13:29:38 +00:00
Igor Sysoev
783a4563b5 Win32 master/workers model 2009-04-20 06:08:47 +00:00
Igor Sysoev
0541fec9be fix Win32 ngx_gettimezone() 2009-04-19 19:08:49 +00:00
Igor Sysoev
65ff46961d add variadic macros support for msvc8 2009-04-19 16:25:02 +00:00
Igor Sysoev
2668e22fa1 show -t results on stderr 2009-04-19 16:06:09 +00:00
Igor Sysoev
b44439acda remove TODO comments 2009-04-18 19:39:06 +00:00
Igor Sysoev
523bf6b61f support attaching to an existent Win32 shared memory 2009-04-18 19:27:28 +00:00
Igor Sysoev
4877b3ef8c update c->sent in ngx_unix_send() 2009-04-18 19:13:53 +00:00
Igor Sysoev
2e17014cba fix building on platforms which have no atomic operations support,
the bug was introduced in r2564
2009-04-17 19:11:31 +00:00
Igor Sysoev
1b247358f5 fix the previous commit 2009-04-17 19:09:08 +00:00
Igor Sysoev
692c1103da move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory 2009-04-16 19:25:09 +00:00
Igor Sysoev
c0cabc2e21 perl termination fixes:
*) master exit hook is run before global pool cleanup, so call PERL_SYS_TERM()
   after perl_destruct()/perl_free().  This fixes the message
        panic: MUTEX_LOCK (22) [op.c:352]
   on some threaded perl builds

*) call perl_destruct()/perl_free() before PERL_SYS_TERM() for
   non-mulitiplicity perl
2009-04-16 14:42:31 +00:00
Igor Sysoev
e440c3957c fix segfault on exit if no http section is defined in confguraiton,
the bug has been introduced in r1947
2009-04-15 20:28:36 +00:00
Igor Sysoev
377ead1899 fix segfault if no http section is defined in confguraiton,
the bug has been introduced in r1259
2009-04-15 20:26:33 +00:00
Igor Sysoev
d1c68f1116 fix building by BCC without NGX_DEBUG_MALLOC 2009-04-15 19:44:41 +00:00
Igor Sysoev
9cc2c1a656 fix building by MSVC8 2009-04-15 19:28:10 +00:00
Igor Sysoev
d17fa5e084 fix debug logging 2009-04-15 13:46:52 +00:00
Igor Sysoev
8abd5392d7 fix building --without-http-cache, introduced in r2664 and later 2009-04-15 12:25:51 +00:00
Igor Sysoev
62db95750d hide cacheable Set-Cookie and P3P response headers 2009-04-15 11:42:49 +00:00
Igor Sysoev
cdad5c2c6e do not pass if-... headers for cacheable responses 2009-04-15 11:21:12 +00:00
Igor Sysoev
4a31abbcc0 shutdown client connection for cacheable header only responses 2009-04-15 11:19:27 +00:00
Igor Sysoev
19bd20c4ed support 304 for cacheable responses 2009-04-15 11:17:38 +00:00
Igor Sysoev
fc0497f0f1 style fix 2009-04-15 10:57:40 +00:00
Igor Sysoev
c4ce6847ed support HEAD in proxy cache 2009-04-15 09:53:22 +00:00
Igor Sysoev
22d10b6760 style fix: remove trailing spaces 2009-04-15 06:26:20 +00:00
Igor Sysoev
a9b3c2740b bump version 2009-04-15 06:25:02 +00:00
Igor Sysoev
42d63f9173 allow any status 2009-04-11 11:05:15 +00:00
Igor Sysoev
f833e5ec52 try_files status code 2009-04-11 11:02:36 +00:00
Igor Sysoev
9d8ce97d94 set cache manager maximum sleep time to 10s 2009-04-10 17:46:25 +00:00
Igor Sysoev
afe21da6de style fix 2009-04-10 17:45:07 +00:00
Igor Sysoev
f2748d1c9f style fix 2009-04-10 14:49:51 +00:00
Igor Sysoev
14285eb3c2 do not call ngx_http_file_cache_free() if a response is not cacheable 2009-04-10 14:48:41 +00:00
Igor Sysoev
8f6edf23e4 add debug logging 2009-04-10 14:47:18 +00:00
Igor Sysoev
d386750bec backout r2535: virtual names is a property of address:port pair,
but is not a property of server configuration
2009-04-09 13:56:16 +00:00
Igor Sysoev
6cc13ed833 style fix 2009-04-08 19:51:30 +00:00
Igor Sysoev
7e67ab9ba4 delete win32 ngx_file_append_mode() as we use reliable
FILE_APPEND_DATA|SYNCHRONIZE flags
2009-04-08 19:13:28 +00:00
Igor Sysoev
2af47be63f adopt NGX_FILE_TRUNCATE for win32 2009-04-08 19:03:41 +00:00
Igor Sysoev
a63e4e441e fix r2590: error_page made an external redirect without query string 2009-04-07 15:50:08 +00:00
Igor Sysoev
32b29d3b03 bump version 2009-04-06 13:42:56 +00:00
Igor Sysoev
898d8d8497 backout r2677 and fix ngx_strlcasestrn() again 2009-04-06 11:42:42 +00:00
Igor Sysoev
a02d0e5501 bump version 2009-04-06 11:39:01 +00:00
Igor Sysoev
a133d58eb1 fix ngx_strlcasestrn() 2009-04-06 10:38:40 +00:00
Igor Sysoev
a4b3ae12a1 bump version 2009-04-06 10:37:53 +00:00
Igor Sysoev
b90c980272 proxy_cache_key 2009-04-06 08:58:44 +00:00
Igor Sysoev
cd111aa205 fix cache path slot 2009-04-06 08:35:34 +00:00
Igor Sysoev
32771dca80 refactor ngx_http_arg() using ngx_strcasestrn(),
back out zero termination introduced in r2138
2009-04-04 17:51:38 +00:00
Igor Sysoev
38c4594299 support Cache-Control no-cache and max-age in cache 2009-04-04 17:35:40 +00:00
Igor Sysoev
ba9ed02e19 ngx_strlcasestrn() 2009-04-04 17:31:54 +00:00
Igor Sysoev
ac8229e49e update r2664 2009-04-04 17:22:26 +00:00
Igor Sysoev
35df6891f0 support Expires in cache 2009-04-03 15:48:19 +00:00
Igor Sysoev
b2120fed34 fix r2664: ..._cache_valid did not work for stale responses 2009-04-03 15:47:45 +00:00
Igor Sysoev
159b0c4f95 zero field 2009-04-03 15:44:41 +00:00
Igor Sysoev
1047e40672 support X-Accel-Expires in cache 2009-04-03 14:33:34 +00:00
Igor Sysoev
f79e73448c cache GET requests only 2009-04-03 12:06:04 +00:00
Igor Sysoev
6fb7a68e98 merge fastcgi_cache_key 2009-04-02 13:48:54 +00:00
Igor Sysoev
a4d4842b11 autoconfigure crypt_r(): uclibc has no crypt_r() 2009-04-02 13:46:39 +00:00
Igor Sysoev
63418309a8 fix OpenBSD building, broken in r2616 2009-04-02 13:44:32 +00:00
Igor Sysoev
16385b2b92 bump version 2009-04-02 13:44:02 +00:00
Igor Sysoev
e9b810d8f7 fix MacOSX building, broken in r2616 2009-04-01 13:09:36 +00:00
Igor Sysoev
a8cad641c7 zero cache file length,
this fixes full cache purging and hogging CPU by the cache manager after this
2009-04-01 13:05:38 +00:00
Igor Sysoev
bec72decfd add debug logging 2009-04-01 13:01:50 +00:00
Igor Sysoev
0b33dc60c5 Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are set
without any other flags. On the other hand, Unix requires at least the write
flag to be set together with O_APPEND.
2009-03-31 13:52:01 +00:00
Igor Sysoev
a701f1956d win32 ngx_open_file() supports utf8 names and NGX_FILE_APPEND 2009-03-30 14:51:51 +00:00
Igor Sysoev
f7ac677820 ngx_process_tray() 2009-03-30 14:46:33 +00:00
Igor Sysoev
a2772ff902 fix segfault introduced in r2602 if there is 502/504 error
and proxy/fastcgi_cache is defined without proxy/fastcgi_cache_valid
2009-03-30 14:23:07 +00:00
Igor Sysoev
50c9150175 fix r2579 2009-03-30 14:15:47 +00:00
Igor Sysoev
c3993c79e8 fix FreeBSD before 7 building, broken in r2616 2009-03-30 12:33:33 +00:00
Igor Sysoev
3261ed4f47 bump version 2009-03-30 12:09:52 +00:00
Igor Sysoev
bae6e97c7a bump version 2009-03-30 11:00:58 +00:00
Igor Sysoev
5fea4a7a97 nginx_version 2009-03-30 07:48:53 +00:00
Igor Sysoev
ae49939ef2 introduce cache manager instead of cache cleaner 2009-03-30 07:45:55 +00:00
Igor Sysoev
9dc8b06851 ngx_fs_bsize() 2009-03-30 07:43:06 +00:00
Igor Sysoev
3b75efc419 fix ngx_wsasend_chain() 2009-03-29 16:58:23 +00:00
Igor Sysoev
3b973c3c1a update cpuid for Core 2 and Atom 2009-03-28 12:43:41 +00:00
Igor Sysoev
c812176e84 delete duplicate error logging 2009-03-27 19:32:55 +00:00
Igor Sysoev
5405ac4039 improve ngx_slab_alloc() error logging 2009-03-27 17:00:42 +00:00
Igor Sysoev
c17cebe9e0 delete old debugging and info 2009-03-27 16:37:39 +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