Commit Graph

566 Commits (6db887ad3c6d704c6c606310bce594c31fbcf967)
 

Author SHA1 Message Date
Jan Kneschke af73bcb9fc added docs for the new options and fixed docs about /prefix/ handling (fixes #202)
18 years ago
Jan Kneschke 119c0da37c the last header line is parsed again and X-LIGHTTPD-send-file was added.
18 years ago
Jan Kneschke 9d93d78b8e handle mod_secdownload similar to mod_alias: create the physical path yourself
18 years ago
Jan Kneschke 88c96e46a0 stipped data. from chunk structure (belongs to the last changeset)
18 years ago
Jan Kneschke 63dceeb0c6 open files only once for chunk, cache mmap and let the chunk itself close the fd (fixed #261, #257)
18 years ago
Jan Kneschke b795fd36c0 fixed hashing function to only generate unsigned values (fixes #251)
18 years ago
Jan Kneschke b3a8abd09d added the same check-local behaviour as in mod_fastcgi
18 years ago
Jan Kneschke 74a71a2ff8 exported splaytree_size
18 years ago
Jan Kneschke 7113a665b3 improved error messages
18 years ago
Xuefer 3006dd11c5 add variable var.PID for use in config file
18 years ago
Jan Kneschke 38b8743af3 - don't keep the full fastcgi response in memory
18 years ago
Jan Kneschke 57ed250138 don't assume the relpath is really set (merge from #120)
18 years ago
Jan Kneschke 4b63eae57d fixed crash in SIGINT handling
18 years ago
Jan Kneschke d00bb524f7 improve error-reporting (should fixed the Success 5 0 0 messages)
18 years ago
Jan Kneschke 6b63deb241 fixed example
18 years ago
Jan Kneschke 9209f7e8bd fixed typo
18 years ago
Jan Kneschke 0f9a82bd0e only enable fastcgi if necessary
18 years ago
Jan Kneschke b9623d6fd2 try pkg-config for lua if all other tests fail (fixed #247, #254, #209)
18 years ago
Xuefer 68f009a99f make default of sort to work
18 years ago
Xuefer 730ce9e9dd don't crach in error message for auth.require->method
18 years ago
Jan Kneschke 51ab2d8a02 added reload
18 years ago
Xuefer b37a95855f fix bug triggered by [680]. reset "used"
18 years ago
Xuefer 949ab7685e stupid SEGV introduced in [679]
18 years ago
Jan Kneschke d0c12ea533 when ever we have content-length we have to forward it.
18 years ago
Jan Kneschke 603d6ace1d don't try to guess, do a read check if we can open it.
18 years ago
Jan Kneschke 52125c82b8 check that we can really read the file
18 years ago
Jan Kneschke 326fa40875 compail about the right plugin and don't segfault
18 years ago
Xuefer 363301ccf3 added 'V' for HTTP_HOST, updated default accesslog format.
18 years ago
Jan Kneschke 5ae22303f4 fixed last-modified handling and handle absolute path names correctly (fixed #244)
18 years ago
Jan Kneschke 286b6100a4 moved the etag.h to the right file
18 years ago
Jan Kneschke d956619380 make MacOS X happy when it domes to mod_cml and lua
18 years ago
Jan Kneschke 3553b694d0 don't fetch the error-msg a second time
18 years ago
Jan Kneschke cdd1f9547b a simple connect() on the port is better and faster
18 years ago
Jan Kneschke a732e84748 use netstat to check if a process is listening on port 1026
18 years ago
Xuefer 6f3e816fba redirect don't need $tf->{HOSTNAME}
18 years ago
Xuefer 7c4bd1e8bb wait the fastcgi process to be up
18 years ago
Jan Kneschke 3ebc17571a find perl at runtime
18 years ago
Jan Kneschke a44e7fc4c4 replace 'localhost' by gethostbyaddr for 127.0.0.1
18 years ago
Jan Kneschke 8e742eac4c minor portability fixes
18 years ago
Jan Kneschke 09f5416912 some files aren't shipped anymore
18 years ago
Jan Kneschke 2d95a31db2 perpare for the 1.4.3 release
18 years ago
Jan Kneschke 478053510b only try to open the event-handler, but close right away as we have to open it AFTER the daemonize again
18 years ago
Jan Kneschke e45388fc44 added file_isdir
18 years ago
Jan Kneschke f350d3253a replaced /bin/sh exec by a simple cmdline parser (fixed #133)
18 years ago
Jan Kneschke 1a50f47b30 fixed error-msg
18 years ago
Jan Kneschke 4fc9ee0f86 removed duplicate test-scripts, added a test for bin-copy-env and cleaned up configfiles
18 years ago
Jan Kneschke a7d25eb577 add 404 and 403 to request-handling debug output
18 years ago
Jan Kneschke 131f9a3293 use the standard value for it
18 years ago
Jan Kneschke 32c28a0421 make ucbcc on sol9 happy as B_TRUE and B_FALSE are defined somewhere
18 years ago
Xuefer 4846d4ed80 the lost part of [240]
18 years ago