Commit Graph

168 Commits

Author SHA1 Message Date
Jan Kneschke 161ed5530b call trigger only if GDBM is used
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@451 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-15 17:45:57 +00:00
Jan Kneschke d30052b63c fixed typo
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@450 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-15 17:11:43 +00:00
Jan Kneschke 5400111ca3 cleanup errorfile_prefix properly
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@449 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-15 17:11:19 +00:00
Jan Kneschke dd72afb2d9 close stderr or redirect it to our logfile
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@448 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-15 14:32:57 +00:00
Jan Kneschke b11c59ce62 fixed typo
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@447 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-15 13:44:54 +00:00
Jan Kneschke 0c9b4d42ff made errorfile-prefix conditional
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@446 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-15 13:26:16 +00:00
Jan Kneschke 1c7fb65b56 a small rename
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@445 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-14 09:08:00 +00:00
Jan Kneschke d8cf40597a replace spaces by _ for memcache
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@443 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-12 18:25:18 +00:00
Jan Kneschke 1dfeea948f fixed typo in mimetype.xattr
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@442 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-12 11:35:31 +00:00
Jan Kneschke a2356ad632 added string-compare (NE, EQ), fixed handling of trigger.handler
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@441 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-11 11:03:12 +00:00
Jan Kneschke 4e9f62904e fixed memcache support, added more comments and fixed handling of trigger.handler
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@440 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-11 11:01:59 +00:00
Jan Kneschke 39b12c5fc6 be a bit more verbose for log-request-handling
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@439 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-11 11:00:23 +00:00
Jan Kneschke c1777b764b check parameters for memcache functions and added functions for md5() and fetching params from the query string
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@438 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-11 10:59:39 +00:00
Jan Kneschke 09903fa706 one character was not compared for the string-length was below sizeof(size_t)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@437 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-11 10:58:27 +00:00
Jan Kneschke 4ef82e88c2 fixed memcache detection
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@436 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-10 06:25:10 +00:00
Jan Kneschke 8ae5d0c907 fixed typo
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@435 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-10 06:24:42 +00:00
Jan Kneschke b44bbe32e7 fixed compile if memcached and/or gdbm are not available
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@434 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-09 20:18:10 +00:00
Jan Kneschke e6c1e139e2 ah, don't care about the valid chars, control-chars, 127 and 255 are out
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@433 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-09 20:17:40 +00:00
Jan Kneschke a03091d79e added memcache support
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@432 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-09 20:17:07 +00:00
Jan Kneschke 673a6cd0a9 replace mysql my memcache prototypes, fixes parameter handling
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@431 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-08 22:29:40 +00:00
Jan Kneschke 67553e5563 added namespace support for memcached
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@430 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-08 22:28:46 +00:00
Jan Kneschke a3f7300ec9 added trigger-b4-dl, upped version number to .15
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@429 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-07 22:48:42 +00:00
Jan Kneschke 6d60bcb040 use log_* functions for debugging and don't segfault on evaluation
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@428 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-07 22:39:14 +00:00
Jan Kneschke 3c383fe3df renamed cache.extension to cml.extension and fixed initialisation
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@427 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-07 09:19:42 +00:00
Jan Kneschke c57a23b886 added test for duplicate output headers
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@426 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-07 09:18:53 +00:00
Jan Kneschke 6481f003f2 added a reset function to buffer_array
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@425 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-07 09:18:05 +00:00
Jan Kneschke ee98c09aba rename the function calls to mod_cml
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@424 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-06 16:36:46 +00:00
Jan Kneschke 8761a89cb2 added missing mod_cml.h
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@423 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-06 13:45:32 +00:00
Jan Kneschke ab76910963 added docs for mod_cml
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@422 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-06 13:24:10 +00:00
Jan Kneschke 81368ccd4e added mod_cml (Cache Meta Language)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@421 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-07-06 11:58:19 +00:00
Jan Kneschke 288b0b51e7 removed segfault if parsing config fails
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@413 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-29 15:31:54 +00:00
Jan Kneschke a2373e71a9 added a test for the 'don't pass Server from the backend server'
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@412 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-28 17:25:35 +00:00
Jan Kneschke cdffac9fa6 fixed segfaults in error-msgs if syslog() is failing
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@410 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-27 19:25:55 +00:00
Jan Kneschke 6d5005d9c7 fixed typo
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@409 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-27 10:42:56 +00:00
Jan Kneschke b4400d0085 - added ?auto handling from Matthijs van der Klip
- divide by 1024 only if we are about 10240
- divide non-byte counters by 1000 and not 1024


git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@408 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-26 13:28:15 +00:00
Jan Kneschke 2ff9f5822e removed debug output
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@401 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-26 11:06:51 +00:00
Jan Kneschke 340d3a763b added -P <pidfile> to write a PID file on successfull spawning
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@400 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-26 11:01:48 +00:00
Jan Kneschke e2e1cc12b6 make encoding of dirlisting configurable (#136)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@399 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-26 10:40:54 +00:00
Jan Kneschke 8f9f3def05 fixed detection of broken sendfile() on linux 2.4.x (fixes #135)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@397 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-26 10:36:32 +00:00
Jan Kneschke 327b8f5604 added debian changelog update ... slightly too late :)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@396 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-26 10:29:05 +00:00
Jan Kneschke 877161c067 switch to LigtyTest module
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@394 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-26 10:27:41 +00:00
Jan Kneschke 31b066fb4e fixed link and version number
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@393 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-15 14:26:21 +00:00
Jan Kneschke 9979789092 added comment that only one vhost-module should be active at a time
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@392 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-15 12:01:38 +00:00
Jan Kneschke ee1c38df7c fixed reST markup
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@391 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-15 10:59:50 +00:00
Jan Kneschke 219ad8631a removed unused parts for the document
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@390 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-15 10:24:04 +00:00
Jan Kneschke 63738a1d9f added docs
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@389 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-15 09:37:42 +00:00
Jan Kneschke 7a25f1b5f5 Unified all tests to use the LighyTest framework
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@388 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-15 09:37:18 +00:00
Jan Kneschke aff653fdba moved to ports of the fastcgi scripts to somewhere else
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@387 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-15 09:36:27 +00:00
Jan Kneschke 84a7bf974d added docs for scgi
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@386 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-15 09:28:26 +00:00
Jan Kneschke b54ea0c621 added a comment about balancing and documented the
new proxy.balance option


git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@385 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-06-15 09:27:56 +00:00