b02de9ece7
prepare the pre-release of 1.4.11
weigon2006-03-09 00:10:07 +00:00
2e158adaf3
prepare the pre-release of 1.4.11
weigon2006-03-09 00:10:07 +00:00
8079556fad
big cleanup of error-handling - re-enabling locally disabled backends works again - cleanup error-messages on config errors
weigon2006-03-08 23:58:18 +00:00
a1eb4c307f
big cleanup of error-handling - re-enabling locally disabled backends works again - cleanup error-messages on config errors
weigon2006-03-08 23:58:18 +00:00
7a6d43dea6
added mod_flv_streaming.c for streaming flash movies efficiently
weigon2006-03-07 12:26:10 +00:00
4753fb5dd5
added mod_flv_streaming.c for streaming flash movies efficiently
weigon2006-03-07 12:26:10 +00:00
52d2264cda
added ability to specify which ip address spawn-fci listens on (fixes #504), patch by agkr@pobox.comweigon2006-03-07 12:18:46 +00:00
bfc8289f82
added ability to specify which ip address spawn-fci listens on (fixes #504), patch by agkr@pobox.comweigon2006-03-07 12:18:46 +00:00
3a51428599
we have an extra test for responders
weigon2006-03-06 14:50:48 +00:00
ad620446f2
we have an extra test for responders
weigon2006-03-06 14:50:48 +00:00
61b7233b2f
432 is used by webdav for locked
weigon2006-03-06 00:47:29 +00:00
66de89f0f8
432 is used by webdav for locked
weigon2006-03-06 00:47:29 +00:00
21a44b02b5
removed umask(0);, let the old umask stay in place (fixes #547)
weigon2006-03-04 17:12:46 +00:00
fe8b467cc1
removed umask(0);, let the old umask stay in place (fixes #547)
weigon2006-03-04 17:12:46 +00:00
41ab7d0eb9
allow leading zeros in HTTP/01.01 (fixes #542)
weigon2006-03-04 17:10:47 +00:00
0b8de4b3ec
allow leading zeros in HTTP/01.01 (fixes #542)
weigon2006-03-04 17:10:47 +00:00
3400344c35
OPTIONS may have a content-length
weigon2006-03-04 17:10:13 +00:00
096ec7f1ca
OPTIONS may have a content-length
weigon2006-03-04 17:10:13 +00:00
0619203e4e
check for trailing spaces on windows
weigon2006-03-04 17:09:52 +00:00
1343f4c081
check for trailing spaces on windows
weigon2006-03-04 17:09:52 +00:00
81487dac55
fixed calculation of unix-socket path length if SUN_LEN is not defined (fixes #553)
weigon2006-03-04 15:16:11 +00:00
9d3c1b09de
fixed calculation of unix-socket path length if SUN_LEN is not defined (fixes #553)
weigon2006-03-04 15:16:11 +00:00
87d1c43bf1
fixed handling of subdirs in ssi (fixes #462), patch by robe
weigon2006-03-04 15:12:17 +00:00
a743ad8063
fixed handling of subdirs in ssi (fixes #462), patch by robe
weigon2006-03-04 15:12:17 +00:00
8719421392
fixed end of life memleaks (fixes #524)
weigon2006-03-04 14:57:35 +00:00
2882cdea8e
fixed end of life memleaks (fixes #524)
weigon2006-03-04 14:57:35 +00:00
d43a8e9d8a
don't init a SERVER["socket"] if it is initialized already
weigon2006-03-04 14:53:57 +00:00
396d141efb
don't init a SERVER["socket"] if it is initialized already
weigon2006-03-04 14:53:57 +00:00
44a623c843
strip ... and %20 from physical filenames only on windows
weigon2006-03-04 14:53:29 +00:00
85fc576437
strip ... and %20 from physical filenames only on windows
weigon2006-03-04 14:53:29 +00:00
3affd67f32
added comment about cgi.fix_pathinfo
weigon2006-03-04 12:41:28 +00:00
9cba4350ab
added comment about cgi.fix_pathinfo
weigon2006-03-04 12:41:28 +00:00
4bfc433536
- close unused pipe-fds as soon as possible to generate a SIGPIPE if the remote end dies. - only send REQUEST_URI and QUERY_STRING if they are set
weigon2006-02-22 13:16:47 +00:00
1982fda295
- close unused pipe-fds as soon as possible to generate a SIGPIPE if the remote end dies. - only send REQUEST_URI and QUERY_STRING if they are set
weigon2006-02-22 13:16:47 +00:00
8d58fa4a28
handle 'foo.php... == foo.php' case on windows/dos
weigon2006-02-22 12:50:56 +00:00
4d1eadae1e
handle 'foo.php... == foo.php' case on windows/dos
weigon2006-02-22 12:50:56 +00:00
f08b817f15
don't terminate the request, just ignore it
weigon2006-02-15 15:19:10 +00:00
ba50f7fbfc
don't terminate the request, just ignore it
weigon2006-02-15 15:19:10 +00:00
3331b5a616
- move the extra-stat() out of the main-path it was only used to detect file-shrinks, but also resulted in interupted transfers if the file was removed, but still open. - we detect file-shrinks now if sendfile() returns 0
weigon2006-02-15 10:46:17 +00:00
f965cd20ae
- move the extra-stat() out of the main-path it was only used to detect file-shrinks, but also resulted in interupted transfers if the file was removed, but still open. - we detect file-shrinks now if sendfile() returns 0
weigon2006-02-15 10:46:17 +00:00
de0bace2ef
- decrement proc-load if we really incremented it - added host.load as status-variable
weigon2006-02-14 23:51:52 +00:00
7e861ea32e
- decrement proc-load if we really incremented it - added host.load as status-variable
weigon2006-02-14 23:51:52 +00:00
cdc4c4cc8f
fallback to madvise(), it works at least
weigon2006-02-14 23:49:38 +00:00
6ae26a7dab
fallback to madvise(), it works at least
weigon2006-02-14 23:49:38 +00:00
8d5968c4b7
we are in year 2006 already
weigon2006-02-14 16:10:54 +00:00
c29b0689e1
we are in year 2006 already
weigon2006-02-14 16:10:54 +00:00
569923007e
removed defines for XOPEN_SOURCE and BSD_SOURCE again as it breaks all BSDs and MacOSX
weigon2006-02-14 16:10:14 +00:00
e50be51a9b
removed defines for XOPEN_SOURCE and BSD_SOURCE again as it breaks all BSDs and MacOSX
weigon2006-02-14 16:10:14 +00:00
731c4946e4
added docs for mod_dirlisting
weigon2006-02-14 16:09:23 +00:00
69d5fcd217
added docs for mod_dirlisting
weigon2006-02-14 16:09:23 +00:00
b4e5be77ea
disable posix_fadvise support as 2.4.x kernels cause problems here.
weigon2006-02-13 19:22:00 +00:00