Igor Sysoev
cf100a7827
fix post_action for disconnected client
2006-12-11 08:31:54 +00:00
Igor Sysoev
e60b99f1d0
TCP upstreams always used the first TCP upstream with the same name
2006-12-11 08:25:03 +00:00
Igor Sysoev
a19ed3eddd
fix when last htpasswd line has no CR or LF
2006-12-06 14:17:42 +00:00
Igor Sysoev
8f98581bbf
the previous fix does not actually fix overflow
2006-12-06 11:33:18 +00:00
Igor Sysoev
8b6844c747
fix msec overflow
2006-12-05 20:30:05 +00:00
Igor Sysoev
67effaff99
bump version
2006-12-04 17:05:07 +00:00
Igor Sysoev
3d2fd18a39
upstream choice modules
2006-12-04 16:46:13 +00:00
Igor Sysoev
90d7bb2b13
the PERL_NO_GET_CONTEXT is actually required, see perlguts
2006-11-28 13:20:34 +00:00
Igor Sysoev
a8c54c082c
axe old % log format
2006-11-27 14:46:15 +00:00
Igor Sysoev
f9ad2f1545
bump version to 0.5.0
2006-11-27 14:34:42 +00:00
Igor Sysoev
9a29d129f2
add comment
2006-11-26 16:56:41 +00:00
Igor Sysoev
36d520d686
fix segfaults in future workers those will use old configuration,
...
if new configuration failed
2006-11-26 15:35:02 +00:00
Igor Sysoev
f9b7db5aaa
Axe several perl interpreter instances: they may be useful in currently
...
unsupported threaded environment, but now they complicate code:
*) perl_clone() requires at least duplicating nginx stash;
*) the multiplicity requires to re-evalute all precompiled subroutines
and nginx stash in new interpreter context.
2006-11-26 14:35:27 +00:00
Igor Sysoev
ac6e1c1254
add debug logging
2006-11-25 23:27:34 +00:00
Igor Sysoev
fab5acdd28
fix recursive perl_set variable call
2006-11-25 23:27:06 +00:00
Igor Sysoev
b5602b113a
it seems the PERL_NO_GET_CONTEXT was needed to disable warnings only
2006-11-25 23:24:24 +00:00
Igor Sysoev
e9726bf7f4
style fix
2006-11-25 23:23:27 +00:00
Igor Sysoev
446abc3b4d
axe unused code
2006-11-24 13:19:13 +00:00
Igor Sysoev
95ead46111
use host part in URL
2006-11-23 20:20:23 +00:00
Igor Sysoev
eb885fafd2
fix negative upstream response time
2006-11-15 20:51:07 +00:00
Igor Sysoev
c28473eef4
bump version
2006-11-15 20:07:57 +00:00
Igor Sysoev
ae5db1d400
fix add_before_body without add_after_body
2006-11-14 13:15:08 +00:00
Igor Sysoev
58364233a6
debug log should not be under rewrite_log control
2006-11-14 12:45:03 +00:00
Igor Sysoev
8365f731bf
add more WebDAV methods
2006-11-14 12:43:48 +00:00
Igor Sysoev
e927b1e58a
allow proxy_pass inside limit_except
2006-11-14 12:43:14 +00:00
Igor Sysoev
81188729e6
charset could not be set for ngx_http_autoindex_module responses
2006-11-13 20:53:37 +00:00
Igor Sysoev
12c94ae212
fix big client body receiving with deferred accept()
2006-11-13 20:40:17 +00:00
Igor Sysoev
5fd6d349c8
fix subrequest limit
2006-11-02 13:48:28 +00:00
Igor Sysoev
85300c3f14
fix subrequest limit
2006-11-02 13:38:25 +00:00
Igor Sysoev
cf5836e850
bump version
2006-10-31 15:41:41 +00:00
Igor Sysoev
eccb108f5c
$r->variable
2006-10-31 14:46:48 +00:00
Igor Sysoev
e9b7809178
style fix
2006-10-31 12:30:24 +00:00
Igor Sysoev
bc808a7bab
style fix
2006-10-31 12:27:32 +00:00
Igor Sysoev
addd3c8676
treat '\' as special character in win32 only
2006-10-30 20:36:54 +00:00
Igor Sysoev
020ffea637
high level HTTP buffered flags should be on per-subrequest basis,
...
this fix a bug in SSI when a big static file is included
2006-10-30 20:25:22 +00:00
Igor Sysoev
b5c75dc88a
style fix
2006-10-28 14:36:44 +00:00
Igor Sysoev
0593b63c6a
undo the previous wrong commit
2006-10-28 14:32:39 +00:00
Igor Sysoev
e6d99d831c
bad commit
2006-10-28 14:20:13 +00:00
Igor Sysoev
a994bd0ae2
change order
2006-10-28 13:59:56 +00:00
Igor Sysoev
0359ba8cc1
optimize the most frequent cases
2006-10-28 12:04:43 +00:00
Igor Sysoev
e23b4849b5
handle the most frequent case first
2006-10-28 10:47:11 +00:00
Igor Sysoev
a724100799
axe unused state
2006-10-28 10:42:24 +00:00
Igor Sysoev
b80a7f4318
omit "#fragment"
2006-10-28 10:15:31 +00:00
Igor Sysoev
4346bab52e
we do not need the zero terminated r->uri for a long time
2006-10-28 08:45:01 +00:00
Igor Sysoev
da04d54f81
bump version
2006-10-25 16:33:40 +00:00
Igor Sysoev
62f87beb76
style fix: remove trailing spaces
2006-10-25 16:19:03 +00:00
Igor Sysoev
711dd6f79a
fix alias without trailing slash
2006-10-25 15:36:11 +00:00
Igor Sysoev
297f2bb4b9
axe unused code
2006-10-25 14:13:27 +00:00
Igor Sysoev
2aeb32e564
$r->allow_ranges
2006-10-25 13:56:32 +00:00
Igor Sysoev
914bcbd671
now the "memcached_pass" directive uses ngx_parse_url()
2006-10-24 13:50:35 +00:00