Commit Graph

2207 Commits (4a68780e1b1d5388d2d67ab518d1d3c424b792d3)
 

Author SHA1 Message Date
Jan Kneschke fdfaf11367 added CACHE_HIT and CACHE_MISS (#187)
18 years ago
Jan Kneschke 9a62fdb85d added valid-user support, fixed #4
18 years ago
Jan Kneschke e678d8f765 applied selective TCP_CORK from Christian von Roques (#97)
18 years ago
Jan Kneschke 81edb90eac the error-handler defaults to 200 of error was handled successfully, fixes #168
18 years ago
Jan Kneschke 5da36ebd0f handle 'proxy not reachable'
18 years ago
Jan Kneschke 8f1558e1bb Content-Length only works if Transfer-Encoding is not set
18 years ago
Jan Kneschke 26b10e7fe8 minor additions
18 years ago
Jan Kneschke cee64f2af7 cosmetics and documented server.errorlog-use-syslog
18 years ago
Jan Kneschke 5e59f6a239 documented the new options
18 years ago
Jan Kneschke b59939b6b9 next is .16
18 years ago
Jan Kneschke 6d4a508763 added a switch to disable range requests, this doesn't fix #171 but is a workaround
18 years ago
Jan Kneschke da7ef63982 improved error-msg
18 years ago
Jan Kneschke c5bc4e7f71 added support for host and port
18 years ago
Jan Kneschke eaa13584b5 added tests for /prefix + PATH_INFO on check-local = disable
18 years ago
Jan Kneschke 35ba71e811 improved the examples
18 years ago
Jan Kneschke c5502e66eb added support to have a PATH_INFO on /prefix if check-local is disabled
18 years ago
Jan Kneschke 487dd60613 added fucntionname to errormsg
18 years ago
Jan Kneschke adcc83d26f cleaned up the errorlog writing, default is now stderr, syslog is requested explicitly
18 years ago
Jan Kneschke 61a1e9b2ec reverted last patch and added comment
18 years ago
Jan Kneschke a8117f5454 do the url matching after we cleaned it up
18 years ago
Jan Kneschke d576e0ad64 added functions file_isreg() and dir_files() and added last-modified handling
18 years ago
Jan Kneschke 6215997b8d added url.rewrite-once and url.rewrite-repeat and mapped the old options both to url.rewrite-once
18 years ago
Jan Kneschke 7126a0f2bc detect endless loops and kill them
18 years ago
Jan Kneschke b4b428f482 fixed typo
18 years ago
Jan Kneschke ab054446f4 moved last-modified handling into a exported function and let mod_cml use it
18 years ago
Jan Kneschke ffcc939e1b Added OPTIONS support
18 years ago
Jan Kneschke 70e4159456 mod_trigger_b4_dl needs pcre
18 years ago
Jan Kneschke 4308d8f868 set Date: header for dynamic HTTP/1.0 requests
18 years ago
Jan Kneschke 2833c51fd8 fixed LUA code examples
18 years ago
Jan Kneschke ec9e53fd56 forgot to add it
18 years ago
Jan Kneschke 5d1792ad71 removed debug
18 years ago
Jan Kneschke d30d9ca055 those are in the release .15
18 years ago
Jan Kneschke 5f8945246c added examples
18 years ago
Jan Kneschke 62960767c2 updated changelog and news for release of 1.3.15
18 years ago
Jan Kneschke 94d6a83716 disable duplicate-header-check for now
18 years ago
Jan Kneschke 1791604cb7 prepared for 1.3.15
18 years ago
Jan Kneschke 82b55d1487 fixed layout
18 years ago
Jan Kneschke 10d7035595 mod_cml_logic.c is replaced by mod_cml_lua.c
18 years ago
Jan Kneschke 1408a4820d ported mod_cml to lua
18 years ago
Jan Kneschke 161ed5530b call trigger only if GDBM is used
18 years ago
Jan Kneschke d30052b63c fixed typo
18 years ago
Jan Kneschke 5400111ca3 cleanup errorfile_prefix properly
18 years ago
Jan Kneschke dd72afb2d9 close stderr or redirect it to our logfile
18 years ago
Jan Kneschke b11c59ce62 fixed typo
18 years ago
Jan Kneschke 0c9b4d42ff made errorfile-prefix conditional
18 years ago
Jan Kneschke 1c7fb65b56 a small rename
18 years ago
Jan Kneschke d8cf40597a replace spaces by _ for memcache
18 years ago
Jan Kneschke 1dfeea948f fixed typo in mimetype.xattr
18 years ago
Jan Kneschke a2356ad632 added string-compare (NE, EQ), fixed handling of trigger.handler
18 years ago
Jan Kneschke 4e9f62904e fixed memcache support, added more comments and fixed handling of trigger.handler
18 years ago