ba88bde078Fixed SSL_shutdown error handling problems which became visible after [2136].Stefan Bühler2008-03-28 16:33:15 +00:00
6363a0908fFixed SSL_shutdown error handling problems which became visible after [2136].Stefan Bühler2008-03-28 16:33:15 +00:00
262a97ec9bFix segfault for appending matched parts if there was no regex matching (just give empty strings) (#1601)Stefan Bühler2008-03-26 14:23:05 +00:00
2cf3927ef5Fix segfault for appending matched parts if there was no regex matching (just give empty strings) (#1601)Stefan Bühler2008-03-26 14:23:05 +00:00
c34d21c12eFix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308)Stefan Bühler2008-03-26 13:51:33 +00:00
80be71bd43Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308)Stefan Bühler2008-03-26 13:51:33 +00:00
41414d6348- added CVE for the mod_userdir bug
Marcus Rückert
2008-03-10 21:28:30 +00:00
f6748e64affixed handling of waitpid() == EINTR mod_ssi on solarisJan Kneschke2008-03-10 19:20:27 +00:00
7bb555991cfixed handling of waitpid() == EINTR mod_ssi on solarisJan Kneschke2008-03-10 19:20:27 +00:00
0e9c7e9c16make configure checks for --with-pcre, --with-zlib and --with-bzip2 failing if the headers aren't foundJan Kneschke2008-03-10 19:15:27 +00:00
1181dad6e0make configure checks for --with-pcre, --with-zlib and --with-bzip2 failing if the headers aren't foundJan Kneschke2008-03-10 19:15:27 +00:00
1e625e2266merged part of [1528] from trunk: added the new options and added alternative names for user-agent, remote-ip and query-stringmOo2008-03-02 11:46:44 +00:00
9ffe08a583merged part of [1528] from trunk: added the new options and added alternative names for user-agent, remote-ip and query-stringmOo2008-03-02 11:46:44 +00:00
e7cb649cc3fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in mod_secdownload (#1440)Stefan Bühler2008-03-01 19:10:47 +00:00
52840fa1edfix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in mod_secdownload (#1440)Stefan Bühler2008-03-01 19:10:47 +00:00
2deb4140dbfix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)Stefan Bühler2008-02-28 22:19:03 +00:00
6754ad5116fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)Stefan Bühler2008-02-28 22:19:03 +00:00
92aee825d2r2136@chromobil: stefan | 2008-02-28 22:18:14 +0100 Fix sending source of cgi script instead of 500 error if fork failsStefan Bühler2008-02-28 21:19:24 +00:00
c065f36bc1r2136@chromobil: stefan | 2008-02-28 22:18:14 +0100 Fix sending source of cgi script instead of 500 error if fork failsStefan Bühler2008-02-28 21:19:24 +00:00
410bc99a60Fix #1575: spawn-fcgi: only try to connect to unix socket (not tcp) before spawningStefan Bühler2008-02-28 12:19:34 +00:00
0adc0af5fdFix #1575: spawn-fcgi: only try to connect to unix socket (not tcp) before spawningStefan Bühler2008-02-28 12:19:34 +00:00
947b4de21ddon't suppress the content of a status 300Jan Kneschke2008-02-27 23:41:35 +00:00
46396ac56cdon't suppress the content of a status 300Jan Kneschke2008-02-27 23:41:35 +00:00
280237898efixed warning about incompatible assignmentJan Kneschke2008-02-27 23:40:59 +00:00
7a61e46289fixed warning about incompatible assignmentJan Kneschke2008-02-27 23:40:59 +00:00
df642d57eeFix #1150: remove compress cache file if compression or write failedStefan Bühler2008-02-27 19:36:34 +00:00
87d3e8e41eFix #1150: remove compress cache file if compression or write failedStefan Bühler2008-02-27 19:36:34 +00:00
78509649e6r2124@chromobil: stefan | 2008-02-27 19:34:57 +0100 test procedure: increased select timeout after killing lighttpd to avoid "Address already in use".Stefan Bühler2008-02-27 18:36:01 +00:00
4875c125ebr2124@chromobil: stefan | 2008-02-27 19:34:57 +0100 test procedure: increased select timeout after killing lighttpd to avoid "Address already in use".Stefan Bühler2008-02-27 18:36:01 +00:00
5300da3633r2123@chromobil: stefan | 2008-02-27 19:30:54 +0100 do not generate a "Content-Length: 0" header for HEAD requests, added test tooStefan Bühler2008-02-27 18:35:42 +00:00
debd30876ar2123@chromobil: stefan | 2008-02-27 19:30:54 +0100 do not generate a "Content-Length: 0" header for HEAD requests, added test tooStefan Bühler2008-02-27 18:35:42 +00:00
2924ab965fFix Content-Length header if response body gets removed in connections.c (#1412, part 2)Stefan Bühler2008-02-27 12:15:38 +00:00
d1bb91108dFix Content-Length header if response body gets removed in connections.c (#1412, part 2)Stefan Bühler2008-02-27 12:15:38 +00:00
284b774475Fix #1412: do not suppress content for "307 Temporary Redirect"Stefan Bühler2008-02-27 11:10:33 +00:00
f570913e3cFix #1412: do not suppress content for "307 Temporary Redirect"Stefan Bühler2008-02-27 11:10:33 +00:00
3d43b570d8Fix the fix #1324/[2086]: if no module handled a request, treat method OPTION as 200, all others as 403.Stefan Bühler2008-02-26 19:14:14 +00:00
40a41e3b66Fix the fix #1324/[2086]: if no module handled a request, treat method OPTION as 200, all others as 403.Stefan Bühler2008-02-26 19:14:14 +00:00
0562bc59c7Fix mod-proxy.t to run outside of the srcdirStefan Bühler2008-02-26 19:13:55 +00:00
8b28023c85Fix mod-proxy.t to run outside of the srcdirStefan Bühler2008-02-26 19:13:55 +00:00
f995a0936br2098@chromobil: stefan | 2008-02-26 17:12:51 +0100 Fix #1574: Check for symlinks after successful pathinfo matching.Stefan Bühler2008-02-26 16:22:08 +00:00
db1b286ecdr2098@chromobil: stefan | 2008-02-26 17:12:51 +0100 Fix #1574: Check for symlinks after successful pathinfo matching.Stefan Bühler2008-02-26 16:22:08 +00:00
cabefd309er2097@chromobil: stefan | 2008-02-26 17:12:30 +0100 Fix #516: RoundRobin in mod_proxyStefan Bühler2008-02-26 16:21:56 +00:00
c0db8ab168r2097@chromobil: stefan | 2008-02-26 17:12:30 +0100 Fix #516: RoundRobin in mod_proxyStefan Bühler2008-02-26 16:21:56 +00:00
60817937c5r2096@chromobil: stefan | 2008-02-26 17:12:09 +0100 Enhancement #1544: Log the ip of failed auth tries in error.logStefan Bühler2008-02-26 16:21:44 +00:00
88750bb7ber2096@chromobil: stefan | 2008-02-26 17:12:09 +0100 Enhancement #1544: Log the ip of failed auth tries in error.logStefan Bühler2008-02-26 16:21:44 +00:00
fd2becadbfr2095@chromobil: stefan | 2008-02-26 17:11:21 +0100 Fix #1449: Do not add Accept-Ranges header if range-request is disabledStefan Bühler2008-02-26 16:21:32 +00:00
87145864dbr2095@chromobil: stefan | 2008-02-26 17:11:21 +0100 Fix #1449: Do not add Accept-Ranges header if range-request is disabledStefan Bühler2008-02-26 16:21:32 +00:00
7a83572689r2094@chromobil: stefan | 2008-02-26 17:10:49 +0100 Fix #1413: including of stdint.h/inttypes.h in etag.cStefan Bühler2008-02-26 16:21:20 +00:00
0a894c9cb3r2094@chromobil: stefan | 2008-02-26 17:10:49 +0100 Fix #1413: including of stdint.h/inttypes.h in etag.cStefan Bühler2008-02-26 16:21:20 +00:00
e8e4495bbbr2093@chromobil: stefan | 2008-02-26 17:10:03 +0100 Fix #1349: building outside of the src dirStefan Bühler2008-02-26 16:21:09 +00:00
26c45e8004r2093@chromobil: stefan | 2008-02-26 17:10:03 +0100 Fix #1349: building outside of the src dirStefan Bühler2008-02-26 16:21:09 +00:00
1682c1b924r2092@chromobil: stefan | 2008-02-26 17:08:48 +0100 Fix #1347: memory leak on windowsStefan Bühler2008-02-26 16:20:58 +00:00
03f515165fr2092@chromobil: stefan | 2008-02-26 17:08:48 +0100 Fix #1347: memory leak on windowsStefan Bühler2008-02-26 16:20:58 +00:00
61428209afr2091@chromobil: stefan | 2008-02-26 17:06:03 +0100 Fix #1324: req-method OPTIONS: do not insert default response if request was deniedStefan Bühler2008-02-26 16:20:48 +00:00
a25cbfa36br2091@chromobil: stefan | 2008-02-26 17:06:03 +0100 Fix #1324: req-method OPTIONS: do not insert default response if request was deniedStefan Bühler2008-02-26 16:20:48 +00:00
21aa349bdar2090@chromobil: stefan | 2008-02-26 17:04:14 +0100 Fix #1171: Generate a etag/last-modified header for on-the-fly-compressed files. (as 1.5 already does)Stefan Bühler2008-02-26 16:20:37 +00:00
a103fef58cr2090@chromobil: stefan | 2008-02-26 17:04:14 +0100 Fix #1171: Generate a etag/last-modified header for on-the-fly-compressed files. (as 1.5 already does)Stefan Bühler2008-02-26 16:20:37 +00:00
3a5b049d67r2089@chromobil: stefan | 2008-02-26 17:02:46 +0100 Fix #285: Remove workaround for buggy Opera version with ssl/chunked encoding.Stefan Bühler2008-02-26 16:20:26 +00:00
ad722324d9r2089@chromobil: stefan | 2008-02-26 17:02:46 +0100 Fix #285: Remove workaround for buggy Opera version with ssl/chunked encoding.Stefan Bühler2008-02-26 16:20:26 +00:00
de43ef974fr2088@chromobil: stefan | 2008-02-26 17:02:27 +0100 Fix #1565: mod_compress should check if the request is already handled, e.g. by fastcgiStefan Bühler2008-02-26 16:20:15 +00:00
75f92dd796r2088@chromobil: stefan | 2008-02-26 17:02:27 +0100 Fix #1565: mod_compress should check if the request is already handled, e.g. by fastcgiStefan Bühler2008-02-26 16:20:15 +00:00
c0ad8e2cd2r2087@chromobil: stefan | 2008-02-26 17:01:12 +0100 Fix #1562 and try re-fixing #372: out of range access in fd arrayStefan Bühler2008-02-26 16:20:04 +00:00
796502e7afr2087@chromobil: stefan | 2008-02-26 17:01:12 +0100 Fix #1562 and try re-fixing #372: out of range access in fd arrayStefan Bühler2008-02-26 16:20:04 +00:00
c1ca9e8178r2086@chromobil: stefan | 2008-02-26 16:15:28 +0100 Fix #1027: create directories in mod_compress (was broken with alias/userdir)Stefan Bühler2008-02-26 16:19:53 +00:00
d0862e8522r2086@chromobil: stefan | 2008-02-26 16:15:28 +0100 Fix #1027: create directories in mod_compress (was broken with alias/userdir)Stefan Bühler2008-02-26 16:19:53 +00:00