Commit Graph

280 Commits (56f637b885773cc4e17b051839da585602872c82)

Author SHA1 Message Date
Jan Kneschke 0d79097c3d added debug option to mod_trigger_b4_dl and initialize the base-config
18 years ago
Jan Kneschke 1b4b0b313a tell the user to use the right PHP build for FastCGI
18 years ago
Jan Kneschke df688f7de0 pipe and syslog need each log-entry by itself
18 years ago
Jan Kneschke e9165caae8 range-requests is at 40
18 years ago
Jan Kneschke c052589bb3 load mod_indexfile before, mod_fastcgi and friends and let array regenerated unique ids if necessary
18 years ago
Jan Kneschke a1944f40f2 initialize balancer-config
18 years ago
Jan Kneschke 4c265a6fd8 better error-handling and cleanup (merged [257] and [282])
18 years ago
Xuefer 6044dbc5b3 make output of array/config same format as lighttpd.conf, with auto indention
18 years ago
Jan Kneschke 718e97b68b don't segfault on stat-failed
18 years ago
Jan Kneschke bac9212c8f fixed possible uninit variables of the config-parser fails (merged [183])
18 years ago
Jan Kneschke 2bc237115e fixes compiling after last merge
18 years ago
Jan Kneschke ae02f2c48b mod_staticfile is the next plugin, so don't call HANDLER_FINISHED
18 years ago
Jan Kneschke 017e014b02 trust s_len in encode-html (merged [406])
18 years ago
Jan Kneschke c13fba88c1 removed double free
18 years ago
Xuefer 4a2babe80a fix mysql_config configuration
18 years ago
Jan Kneschke d8394f7f2e moved code to mod_staticfile, mod_dirlisting and mod_indexfile
18 years ago
Jan Kneschke c92984c270 fixed error-msg for EAGAIN in connect()
18 years ago
Jan Kneschke 9d5d48548f use the 'len' parameter for html-encoding
18 years ago
Jan Kneschke 7e71b5c880 don't segfault on configfile error
18 years ago
Jan Kneschke 0c5e2bbf41 added WebDAV methods and statuscodes
18 years ago
Jan Kneschke cf002f6889 cosmetics
18 years ago
Jan Kneschke 8b528f086f fixed error-msg
18 years ago
Jan Kneschke f8687d3f6b added functions for upper/lowercase a buffer and added 'len' the html-encoding
18 years ago
Jan Kneschke b65a3316cf forward all known methods
18 years ago
Jan Kneschke f926c361f9 ..physical_path is gone and has ben replaced by subrequest_start
18 years ago
Jan Kneschke 9238cad69e added support for LDAP-bind()
18 years ago
Jan Kneschke 75c3a8393a added include_shell option to configfiles (merged the rest of the trunk changesets)
18 years ago
Jan Kneschke 360aba360f allow _ in env. and var. and optimized matching of conditions
18 years ago
Jan Kneschke 8b07d57d66 added weak-ref and nicer print() (merged [332], [336])
18 years ago
Jan Kneschke bcbafe63db minor cosmetics (merged [329], [330], [331])
18 years ago
Jan Kneschke 6517c89d4a leak fixes
18 years ago
Jan Kneschke 630bf7c857 const 1st arg for copy/print (merged [314])
18 years ago
Jan Kneschke d56f19c7d1 checked | to 'else' (merged [316])
18 years ago
Jan Kneschke cd4c324ff2 allow numbers in header-keys
18 years ago
Jan Kneschke 6b85d74c2b fixed config eval (merged [315])
18 years ago
Jan Kneschke 6e78c2c8df user defined variable, compute on parsing: string+string, int+int, array+array, var+=expression.
18 years ago
Jan Kneschke 8073d5fe9f added nested conditionals (merged [298])
18 years ago
Jan Kneschke 69d07f6dd4 configparser.h is generated automaticly
18 years ago
Jan Kneschke 672371f917 moved mysql-include to mysql-vhost-cppflags (merged [296])
18 years ago
Jan Kneschke c8408d015c removed setup_connection (merged [295])
18 years ago
Jan Kneschke 5c26d86fd2 missing parts of the starttls patch
18 years ago
Jan Kneschke 917bdbc1aa added usertrack.cooke-max-age, usertrack.cooke-domain (merged [176], [295])
18 years ago
Jan Kneschke 9e75ba0096 indent array for readability (merged [288])
18 years ago
Jan Kneschke 4a6ce4ae5b removed patch_connection, check auth-method, added starttls support (merged [196], [247], [253], [254], [295])
18 years ago
Jan Kneschke c25cf5a056 O_BINARY for cygwin, volatile for sig_atomic_t (merged [286], [287])
18 years ago
Jan Kneschke 6adaad5458 let mod_alias handle directories and files (merged [284], [294])
18 years ago
Jan Kneschke dee5efa0e2 fixed error-handling
18 years ago
Jan Kneschke 5e134da075 dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end
18 years ago
Jan Kneschke 99c3f027ce added sorting to output (by erik^)
18 years ago
Jan Kneschke 74a38947f7 use exec to replace the shell
18 years ago
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 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 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 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 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 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 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
Jan Kneschke 39b12c5fc6 be a bit more verbose for log-request-handling
18 years ago
Jan Kneschke c1777b764b check parameters for memcache functions and added functions for md5() and fetching params from the query string
18 years ago
Jan Kneschke 09903fa706 one character was not compared for the string-length was below sizeof(size_t)
18 years ago
Jan Kneschke 4ef82e88c2 fixed memcache detection
18 years ago
Jan Kneschke b44bbe32e7 fixed compile if memcached and/or gdbm are not available
18 years ago
Jan Kneschke e6c1e139e2 ah, don't care about the valid chars, control-chars, 127 and 255 are out
18 years ago
Jan Kneschke a03091d79e added memcache support
18 years ago
Jan Kneschke 673a6cd0a9 replace mysql my memcache prototypes, fixes parameter handling
18 years ago
Jan Kneschke 67553e5563 added namespace support for memcached
18 years ago
Jan Kneschke a3f7300ec9 added trigger-b4-dl, upped version number to .15
18 years ago
Jan Kneschke 6d60bcb040 use log_* functions for debugging and don't segfault on evaluation
18 years ago
Jan Kneschke 3c383fe3df renamed cache.extension to cml.extension and fixed initialisation
18 years ago
Jan Kneschke 6481f003f2 added a reset function to buffer_array
18 years ago
Jan Kneschke ee98c09aba rename the function calls to mod_cml
18 years ago
Jan Kneschke 8761a89cb2 added missing mod_cml.h
18 years ago
Jan Kneschke 81368ccd4e added mod_cml (Cache Meta Language)
18 years ago
Jan Kneschke 288b0b51e7 removed segfault if parsing config fails
18 years ago
Jan Kneschke cdffac9fa6 fixed segfaults in error-msgs if syslog() is failing
18 years ago
Jan Kneschke 6d5005d9c7 fixed typo
18 years ago
Jan Kneschke b4400d0085 - added ?auto handling from Matthijs van der Klip
18 years ago
Jan Kneschke 2ff9f5822e removed debug output
18 years ago
Jan Kneschke 340d3a763b added -P <pidfile> to write a PID file on successfull spawning
18 years ago
Jan Kneschke e2e1cc12b6 make encoding of dirlisting configurable (#136)
18 years ago
Jan Kneschke 01afa1ca5b don't segfault on cleanup if the startup failed
18 years ago
Jan Kneschke 91f59d67b1 fixed scgi protocol handling and run first tests again pythonpaste
18 years ago
Jan Kneschke 53c6ac0628 added a mod_scgi.c to implement SCGI for the python folks. This just
18 years ago
Jan Kneschke e6a090656f disable adaptive spawning for now
18 years ago
Jan Kneschke 533e8047c0 improve readability for error in request header error (fix #101)
18 years ago
Jan Kneschke 7bca57bb6b final fix for testcase and #177
18 years ago
Jan Kneschke 5986add693 Quote ETag, fixes #117
18 years ago
Jan Kneschke c8652e52b0 fixed #148 and let PAM use the lighttpd-handle (if someone implements it)
18 years ago
Jan Kneschke 232e6158a9 Fixed segv if debuggin is enabled
18 years ago
Jan Kneschke d162ea1385 removed dead code, improved debug output and use + instead of % for the host-selection in CARP
18 years ago
Jan Kneschke 8e67134b23 use size_t instead of unsigned int and char * instead of unsigned char *
18 years ago
Jan Kneschke c65f4e0223 make port 80 the default
18 years ago
Jan Kneschke e5a1b1eb4a make sure we mark the connection as SSL (important for redirects later)
18 years ago
Jan Kneschke acfe706d73 Looks like the '+' -> ' ' transformation is only applied in the ?query part and not the rel-path.
18 years ago
Jan Kneschke efa87f47c1 don't close the connection twice on HUP|IN
18 years ago
Jan Kneschke b527f569af added more debug info and fix hang after a local fcgi process has died
18 years ago
Jan Kneschke 4335479051 handle ranges >2G correctly
18 years ago
Jan Kneschke bca076c9d0 added balancing and debugging info
18 years ago
Jan Kneschke dfe03995d7 Fix crash if qop is not set in the authorize response
18 years ago
Jan Kneschke b90f231042 handle range requests for >2Gb correctly
18 years ago
Jan Kneschke 3eaaf78038 cleanup nicely
18 years ago
Jan Kneschke f88ca6b629 Clenaup environment before finishing the request
18 years ago
Jan Kneschke b5e848d5b4 - Added hash, round-robin balancers
18 years ago
Jan Kneschke e7def825a8 remove FDEVENT_OUT as soon as we hit _READ and only call joblist_append() if really needed
18 years ago
Jan Kneschke 6b5c314cc6 added the name of the plugin if dlopen fails
18 years ago
Jan Kneschke 279af9590f don't use accept-filtering if SSL is used
18 years ago
Jan Kneschke be5bb63b00 merged [166]
18 years ago
Jan Kneschke 3e61a898cb merged [238]
18 years ago
Jan Kneschke a4f3a407bf set server-name to http_host if it is not set explicitly
18 years ago
Jan Kneschke d501b21f57 merged [281]
18 years ago
Jan Kneschke 3b5fffce48 merged partts of [192] and [194]
18 years ago
Jan Kneschke ba06bde6d5 merged [274] and [239]
18 years ago
Jan Kneschke 4f14ff8424 merge [109], [259], [266] and [267]
18 years ago
Jan Kneschke e1fb43d9dd fixed NULL dereference in logfile cycling if accesslog is not set
18 years ago
Jan Kneschke 9d287563c6 added delayed connect() handling from mod_fastcgi
18 years ago
Jan Kneschke 54bda6d388 get usefull error-msg on SSL_read + SSL_ERROR_SYSCALL
18 years ago
Jan Kneschke 6b297b3341 ignore remove-close in freebsd sendfile()
18 years ago
Jan Kneschke 9b59d5800f NAME_MAX needs sys/syslimits.h on cygwin
18 years ago
Jan Kneschke 068152996b handle EPIPE in SSL_read as remote-close
18 years ago
Jan Kneschke 2477686b50 added dir-listing.hide-dotfiles and customizable CSS for dirlisting written by smi
18 years ago
Jan Kneschke 1956311750 check errno on SSL_ERROR_SYSCALL
18 years ago