4b8e912266Enable escaping of % and $ in redirect/rewrite; only two cases changed their behaviour: "%%" => "%", "$$" => "$"Stefan Bühler2008-04-23 13:00:15 +00:00
0841482318Enable escaping of % and $ in redirect/rewrite; only two cases changed their behaviour: "%%" => "%", "$$" => "$"Stefan Bühler2008-04-23 13:00:15 +00:00
966f4990c8Fix conditional interpretation of core optionsStefan Bühler2008-04-23 12:38:32 +00:00
bb1d9af71cFix conditional interpretation of core optionsStefan Bühler2008-04-23 12:38:32 +00:00
0a8a876652- fix 2 small typos in the ssl fix
Marcus Rückert
2008-04-07 10:54:26 +00:00
91d83ea983- fix 2 small typos in the ssl fix
Marcus Rückert
2008-04-07 10:54:26 +00:00
6f7761e1a9Use data_response_init in mod_fastcgi x-sendfile handling for response.headers, fix a small "memleak" (#1628)Stefan Bühler2008-04-05 20:00:21 +00:00
bcb3310a62Use data_response_init in mod_fastcgi x-sendfile handling for response.headers, fix a small "memleak" (#1628)Stefan Bühler2008-04-05 20:00:21 +00:00
bf6c37a869Fix previous commit (wrong line in the NEWS file)Stefan Bühler2008-03-30 15:01:50 +00:00
3ab6e28ce8Fix previous commit (wrong line in the NEWS file)Stefan Bühler2008-03-30 15:01:50 +00:00
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