ac92ea3616
Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639)
stbuehler2008-04-23 19:10:42 +00:00
a7f877a20c
Fix mod_fastcgi prefix matching: match the prefix always against url, not the absolute filepath (regardless of check-local)
stbuehler2008-04-23 13:08:13 +00:00
fe8b7e575e
Fix mod_fastcgi prefix matching: match the prefix always against url, not the absolute filepath (regardless of check-local)
stbuehler2008-04-23 13:08:13 +00:00
e6d7b8d95b
Fix accesslog port (should be port from the connection, not the "server.port") (#1618)
stbuehler2008-04-23 13:04:21 +00:00
79a6ae3fd4
Fix accesslog port (should be port from the connection, not the "server.port") (#1618)
stbuehler2008-04-23 13:04:21 +00:00
4b8e912266
Enable escaping of % and $ in redirect/rewrite; only two cases changed their behaviour: "%%" => "%", "$$" => "$"
stbuehler2008-04-23 13:00:15 +00:00
0841482318
Enable escaping of % and $ in redirect/rewrite; only two cases changed their behaviour: "%%" => "%", "$$" => "$"
stbuehler2008-04-23 13:00:15 +00:00
966f4990c8
Fix conditional interpretation of core options
stbuehler2008-04-23 12:38:32 +00:00
bb1d9af71c
Fix conditional interpretation of core options
stbuehler2008-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
6f7761e1a9
Use data_response_init in mod_fastcgi x-sendfile handling for response.headers, fix a small "memleak" (#1628)
stbuehler2008-04-05 20:00:21 +00:00
bcb3310a62
Use data_response_init in mod_fastcgi x-sendfile handling for response.headers, fix a small "memleak" (#1628)
stbuehler2008-04-05 20:00:21 +00:00
bf6c37a869
Fix previous commit (wrong line in the NEWS file)
stbuehler2008-03-30 15:01:50 +00:00
3ab6e28ce8
Fix previous commit (wrong line in the NEWS file)
stbuehler2008-03-30 15:01:50 +00:00
ba88bde078
Fixed SSL_shutdown error handling problems which became visible after [2136].
stbuehler2008-03-28 16:33:15 +00:00
6363a0908f
Fixed SSL_shutdown error handling problems which became visible after [2136].
stbuehler2008-03-28 16:33:15 +00:00
262a97ec9b
Fix segfault for appending matched parts if there was no regex matching (just give empty strings) (#1601)
stbuehler2008-03-26 14:23:05 +00:00
2cf3927ef5
Fix segfault for appending matched parts if there was no regex matching (just give empty strings) (#1601)
stbuehler2008-03-26 14:23:05 +00:00
c34d21c12e
Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308)
stbuehler2008-03-26 13:51:33 +00:00
80be71bd43
Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308)
stbuehler2008-03-26 13:51:33 +00:00
1e625e2266
merged part of [1528] from trunk: added the new options and added alternative names for user-agent, remote-ip and query-string
xuefer2008-03-02 11:46:44 +00:00
9ffe08a583
merged part of [1528] from trunk: added the new options and added alternative names for user-agent, remote-ip and query-string
xuefer2008-03-02 11:46:44 +00:00
e7cb649cc3
fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in mod_secdownload (#1440)
stbuehler2008-03-01 19:10:47 +00:00
52840fa1ed
fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in mod_secdownload (#1440)
stbuehler2008-03-01 19:10:47 +00:00
2deb4140db
fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)
stbuehler2008-02-28 22:19:03 +00:00
6754ad5116
fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)
stbuehler2008-02-28 22:19:03 +00:00
92aee825d2
r2136@chromobil: stefan | 2008-02-28 22:18:14 +0100 Fix sending source of cgi script instead of 500 error if fork fails
stbuehler2008-02-28 21:19:24 +00:00
c065f36bc1
r2136@chromobil: stefan | 2008-02-28 22:18:14 +0100 Fix sending source of cgi script instead of 500 error if fork fails
stbuehler2008-02-28 21:19:24 +00:00
410bc99a60
Fix #1575: spawn-fcgi: only try to connect to unix socket (not tcp) before spawning
stbuehler2008-02-28 12:19:34 +00:00
0adc0af5fd
Fix #1575: spawn-fcgi: only try to connect to unix socket (not tcp) before spawning
stbuehler2008-02-28 12:19:34 +00:00
e4d4f32452
allow content for Status 300
weigon2008-02-27 23:42:22 +00:00
c5a1cac202
allow content for Status 300
weigon2008-02-27 23:42:22 +00:00
947b4de21d
don't suppress the content of a status 300
weigon2008-02-27 23:41:35 +00:00
46396ac56c
don't suppress the content of a status 300
weigon2008-02-27 23:41:35 +00:00
280237898e
fixed warning about incompatible assignment
weigon2008-02-27 23:40:59 +00:00
7a61e46289
fixed warning about incompatible assignment
weigon2008-02-27 23:40:59 +00:00
df642d57ee
Fix #1150: remove compress cache file if compression or write failed
stbuehler2008-02-27 19:36:34 +00:00
87d3e8e41e
Fix #1150: remove compress cache file if compression or write failed
stbuehler2008-02-27 19:36:34 +00:00
78509649e6
r2124@chromobil: stefan | 2008-02-27 19:34:57 +0100 test procedure: increased select timeout after killing lighttpd to avoid "Address already in use".
stbuehler2008-02-27 18:36:01 +00:00
4875c125eb
r2124@chromobil: stefan | 2008-02-27 19:34:57 +0100 test procedure: increased select timeout after killing lighttpd to avoid "Address already in use".
stbuehler2008-02-27 18:36:01 +00:00
5300da3633
r2123@chromobil: stefan | 2008-02-27 19:30:54 +0100 do not generate a "Content-Length: 0" header for HEAD requests, added test too
stbuehler2008-02-27 18:35:42 +00:00
debd30876a
r2123@chromobil: stefan | 2008-02-27 19:30:54 +0100 do not generate a "Content-Length: 0" header for HEAD requests, added test too
stbuehler2008-02-27 18:35:42 +00:00
2924ab965f
Fix Content-Length header if response body gets removed in connections.c (#1412, part 2)
stbuehler2008-02-27 12:15:38 +00:00
d1bb91108d
Fix Content-Length header if response body gets removed in connections.c (#1412, part 2)
stbuehler2008-02-27 12:15:38 +00:00
284b774475
Fix #1412: do not suppress content for "307 Temporary Redirect"
stbuehler2008-02-27 11:10:33 +00:00
f570913e3c
Fix #1412: do not suppress content for "307 Temporary Redirect"
stbuehler2008-02-27 11:10:33 +00:00
3d43b570d8
Fix the fix #1324/[2086]: if no module handled a request, treat method OPTION as 200, all others as 403.
stbuehler2008-02-26 19:14:14 +00:00
40a41e3b66
Fix the fix #1324/[2086]: if no module handled a request, treat method OPTION as 200, all others as 403.
stbuehler2008-02-26 19:14:14 +00:00
0562bc59c7
Fix mod-proxy.t to run outside of the srcdir
stbuehler2008-02-26 19:13:55 +00:00
8b28023c85
Fix mod-proxy.t to run outside of the srcdir
stbuehler2008-02-26 19:13:55 +00:00
f995a0936b
r2098@chromobil: stefan | 2008-02-26 17:12:51 +0100 Fix #1574: Check for symlinks after successful pathinfo matching.
stbuehler2008-02-26 16:22:08 +00:00
db1b286ecd
r2098@chromobil: stefan | 2008-02-26 17:12:51 +0100 Fix #1574: Check for symlinks after successful pathinfo matching.
stbuehler2008-02-26 16:22:08 +00:00
cabefd309e
r2097@chromobil: stefan | 2008-02-26 17:12:30 +0100 Fix #516: RoundRobin in mod_proxy
stbuehler2008-02-26 16:21:56 +00:00
c0db8ab168
r2097@chromobil: stefan | 2008-02-26 17:12:30 +0100 Fix #516: RoundRobin in mod_proxy
stbuehler2008-02-26 16:21:56 +00:00
60817937c5
r2096@chromobil: stefan | 2008-02-26 17:12:09 +0100 Enhancement #1544: Log the ip of failed auth tries in error.log
stbuehler2008-02-26 16:21:44 +00:00