9151d0d1ba
don't compress too small files (fixes #1241)
weigon2007-08-15 12:12:13 +00:00
e8abdbf94e
don't compress too small files (fixes #1241)
weigon2007-08-15 12:12:13 +00:00
543a26a8c6
added dir-listing.set-footer = <string> to set a footer under the dirlisting (fixes #1277)
weigon2007-08-15 11:16:53 +00:00
bbd42c4e03
added dir-listing.set-footer = <string> to set a footer under the dirlisting (fixes #1277)
weigon2007-08-15 11:16:53 +00:00
f77a29aaec
make sure that hash-function always uses a 32bit int (fixes #1279)
weigon2007-08-15 09:49:15 +00:00
41271d5cf6
make sure that hash-function always uses a 32bit int (fixes #1279)
weigon2007-08-15 09:49:15 +00:00
b620ffda7e
- cleanup of the default config which includes a fix for (#1242) - make paths more LSB alike - added default mime type - use example.org - use new name of the php fastcgi binary
Marcus Rückert2007-08-14 19:05:57 +00:00
777c383e58
- cleanup of the default config which includes a fix for (#1242) - make paths more LSB alike - added default mime type - use example.org - use new name of the php fastcgi binary
Marcus Rückert2007-08-14 19:05:57 +00:00
fa3285a469
- finally! the fix for 948. only run into the 404 handler if we are in direct connection mode. that way we cant run into the 404 handler if a fastcgi app returned a 404.
Marcus Rückert2007-08-14 13:25:04 +00:00
baec632cb7
- finally! the fix for 948. only run into the 404 handler if we are in direct connection mode. that way we cant run into the 404 handler if a fastcgi app returned a 404.
Marcus Rückert2007-08-14 13:25:04 +00:00
29c7b0c082
- check the content for the send404 case too
Marcus Rückert2007-08-14 13:12:10 +00:00
bafcebe06d
- check the content for the send404 case too
Marcus Rückert2007-08-14 13:12:10 +00:00
0dc5003f3e
- fix the frigging 404-handler bugs: - dont restore the http status code unconditionally (1270) - mod_staticfile should set the http status properly. otherwise we run into the 404 handling twice and it appends the default 404 page to the content. (this passed the testsuite)
Marcus Rückert2007-08-13 11:15:22 +00:00
5504501699
- fix the frigging 404-handler bugs: - dont restore the http status code unconditionally (1270) - mod_staticfile should set the http status properly. otherwise we run into the 404 handling twice and it appends the default 404 page to the content. (this passed the testsuite)
Marcus Rückert2007-08-13 11:15:22 +00:00
b003471652
* fixed crash on 32bit archs when debug-msgs are printed in mod_scgi, mod_fastcgi and mod_webdav (#1263)
lighttpd-1.4.16
weigon2007-07-17 18:02:33 +00:00
8f9f532083
* fixed crash on 32bit archs when debug-msgs are printed in mod_scgi, mod_fastcgi and mod_webdav (#1263)
weigon2007-07-17 18:02:33 +00:00
1561c855fa
- only generate the etag_flags once and store them in the connections object.
Marcus Rückert2007-07-03 18:47:00 +00:00
5a583661e3
- only generate the etag_flags once and store them in the connections object.
Marcus Rückert2007-07-03 18:47:00 +00:00
cd3903fab3
- we did not reset the etag buffer is the inode was not used for the etag. we now reset the buffer explicitly and use buffer_append_* later on. This fixes the bug reported by glen in #1209.
Marcus Rückert2007-07-03 17:16:21 +00:00
8feb331858
- we did not reset the etag buffer is the inode was not used for the etag. we now reset the buffer explicitly and use buffer_append_* later on. This fixes the bug reported by glen in #1209.
Marcus Rückert2007-07-03 17:16:21 +00:00
df033fe6dc
- do not check stale values on errno. EAGAIN is handled inside the function already. (#1245)
Marcus Rückert2007-07-02 15:07:27 +00:00
abdd1f5b45
- do not check stale values on errno. EAGAIN is handled inside the function already. (#1245)
Marcus Rückert2007-07-02 15:07:27 +00:00
6836f84fc1
* fixed mem-leak in mod_auth (reported by Stefan Esser) * fixed crash with md5-sess and cnonce not set in mod_auth (reported by Stefan Esser) * fixed missing check for base64 encoded string in mod_auth and Basic auth (reported by Stefan Esser) * fixed possible crash in Auth-Digest header parser on trailing WS in mod_auth (reported by Stefan Esser)
weigon2007-06-15 16:22:30 +00:00
15e260c28b
* fixed mem-leak in mod_auth (reported by Stefan Esser) * fixed crash with md5-sess and cnonce not set in mod_auth (reported by Stefan Esser) * fixed missing check for base64 encoded string in mod_auth and Basic auth (reported by Stefan Esser) * fixed possible crash in Auth-Digest header parser on trailing WS in mod_auth (reported by Stefan Esser)
weigon2007-06-15 16:22:30 +00:00
b76e45f02a
added static-file.etags, etag.use-inode, etag.use-mtime, etag.use-size to customize the generation of ETags for static files. (fixes #1209) (patch by <Yusufg@gmail.com>)
weigon2007-06-15 15:51:16 +00:00
b2a96c959a
added static-file.etags, etag.use-inode, etag.use-mtime, etag.use-size to customize the generation of ETags for static files. (fixes #1209) (patch by <Yusufg@gmail.com>)
weigon2007-06-15 15:51:16 +00:00
2f14edf99b
if we open more connections than we define with ulimit we might run into a assert() in fdevent.c, try to limit the number of opened connections before hand
weigon2007-06-15 15:30:34 +00:00
d12d86d777
if we open more connections than we define with ulimit we might run into a assert() in fdevent.c, try to limit the number of opened connections before hand
weigon2007-06-15 15:30:34 +00:00
bdd9f13111
fixed type-cast for NULL in execl() (fixes #1235), fix provided by Frank DENIS
weigon2007-06-15 15:04:56 +00:00
768a0d0eab
fixed type-cast for NULL in execl() (fixes #1235), fix provided by Frank DENIS
weigon2007-06-15 15:04:56 +00:00
ade0715ad9
check the URL twice, before and after path-info handling. (fixes #1230)
weigon2007-06-15 14:46:17 +00:00
022760f07d
check the URL twice, before and after path-info handling. (fixes #1230)
weigon2007-06-15 14:46:17 +00:00
ead7b25882
fixed by 1232, not 1209
weigon2007-06-15 14:15:37 +00:00
8b06b122b1
fixed by 1232, not 1209
weigon2007-06-15 14:15:37 +00:00
9217b715d0
fixed remote crash on duplicate header keys with line-wrapping (fixes #1230)
weigon2007-06-15 14:08:32 +00:00
9e4e4f7e1a
fixed remote crash on duplicate header keys with line-wrapping (fixes #1230)
weigon2007-06-15 14:08:32 +00:00
c46ea6bef1
- add the orig_uri to the uri column in mod_status.
Marcus Rückert2007-05-25 14:23:46 +00:00
991ebdf36f
- add the orig_uri to the uri column in mod_status.
Marcus Rückert2007-05-25 14:23:46 +00:00
4c7b8ae0d5
- do not use xattr for content-type handling unconditionally
Marcus Rückert2007-05-25 12:56:46 +00:00
6e332dd7bb
- do not use xattr for content-type handling unconditionally
Marcus Rückert2007-05-25 12:56:46 +00:00
c01dffd169
- restore the old return code with configured 404 handlers
Marcus Rückert2007-05-09 15:05:17 +00:00
450c7de76e
- restore the old return code with configured 404 handlers
Marcus Rückert2007-05-09 15:05:17 +00:00
a91d3ce474
- added query string to the uri column - make the table cell content nowrap
Marcus Rückert2007-05-08 16:29:34 +00:00
1f8bceba8f
- added query string to the uri column - make the table cell content nowrap
Marcus Rückert2007-05-08 16:29:34 +00:00
f718c2ea65
- spelling fixes by Ryan Schmidt (patch from mailinglist)
Elan Ruusamäe2007-05-03 22:08:59 +00:00
733e565a50
- spelling fixes by Ryan Schmidt (patch from mailinglist)
Elan Ruusamäe2007-05-03 22:08:59 +00:00
d87c275abe
fixed for non c99 compilers
weigon2007-04-17 22:27:37 +00:00
66496a27d9
fixed for non c99 compilers
weigon2007-04-17 22:27:37 +00:00