Commit Graph

485 Commits (d7339a70b94d1804a25b661d7d29c32927d226a0)

Author SHA1 Message Date
Jan Kneschke d7339a70b9 mod_cgi is resetting physical.path *grr*
17 years ago
Jan Kneschke 2c5ea3f303 301 has a content now, so we need a file_finished to say that we have not content
17 years ago
Jan Kneschke dfd9915628 removed warning
17 years ago
Jan Kneschke ea76d50f84 load the three base modules if server.modules is not set
17 years ago
Jan Kneschke 0892b04865 Status: 301 might have a body with a message (mod_proxy via apache)
17 years ago
Jan Kneschke 562f5c8e1f mod_scgi was illegally returning HANDLER_ERROR which cause a running cgi-request to be terminated.
17 years ago
Jan Kneschke cf25271180 added list of compiled in modules (robe)
17 years ago
Jan Kneschke 24ff4eb0ab only load reasons for broken HTTP headers on request
17 years ago
Jan Kneschke 156c02a466 test for posix_madvise
17 years ago
Jan Kneschke 433f1883ac improved performance of env-creation and added DOCUMENT_ROOT to the env
17 years ago
Jan Kneschke c6273f69a8 fixed indention
17 years ago
Jan Kneschke 4a81e17c6c qop is required nc and nonce (fixes #477)
17 years ago
Jan Kneschke 06d111d8aa distribute connect-storms properly over the available hosts
17 years ago
Jan Kneschke d0cbebef19 fixed typos (fixes #474)
17 years ago
Jan Kneschke 07a3253da9 added error-msg if FAMopen fails (fixes #484) (patch by avar)
17 years ago
Jan Kneschke a6d91904fc removed quotes around values
17 years ago
Jan Kneschke e7cf0f51d8 set var.CWD for later use with relative paths
17 years ago
Jan Kneschke f6abde6c73 remove unused config variable
17 years ago
Jan Kneschke de2196c142 don't append a \n for syslog() (fixes #481)
17 years ago
Jan Kneschke 9ec477a374 - fixed load-balancing (#480)
17 years ago
Jan Kneschke ca33bec31a - removed the session-id code
17 years ago
Jan Kneschke 754f950fc1 set SEQENTIAL READ on the sendfile file-fds
17 years ago
Jan Kneschke 869b6d4585 - darwin 7 doesn't like madvise
17 years ago
Jan Kneschke de3bdbf1a2 fixed crash cause by missing comma (patch from <bobby@alphatrade.com>)
17 years ago
Xuefer bf67fb1413 implement global context
17 years ago
Jan Kneschke 866af7bc31 added comment about applying response header multiple times
17 years ago
Jan Kneschke 56109968f1 this should fix the 'missing cleanup' msg for mod_mysql_vhost
17 years ago
Jan Kneschke 487723d947 only apply setenv once per request
17 years ago
Jan Kneschke 6842dbb724 added tests for lowercase filesysytems
17 years ago
Jan Kneschke 0f437f2c23 remove unix domain socket if it is unused before binding to it (fixes #395)
17 years ago
Jan Kneschke 28e5c53a97 get known to the CONNECT method
17 years ago
Jan Kneschke c1d6012ce9 ENCODING_MINIMAL_XML was missing in last commit
17 years ago
Jan Kneschke e41496fba7 fixed error-msg
17 years ago
Jan Kneschke a1e6331f04 fixed encoding of UTF8 data (Jani Taskinen <sniper@iki.fi>)
17 years ago
Jan Kneschke 4afd2ae2af renamed server.force-lower-case-files to server.force-lowercase-filenams
17 years ago
Jan Kneschke ebb0efb457 oops, split the path on the final path to the binary itself
17 years ago
Jan Kneschke fbcecd3303 fixed wording
17 years ago
Jan Kneschke fc813b7d35 fixed mem-leak (fixes #450)
17 years ago
Jan Kneschke 8cf82a44a1 fixed wording in error-msgs
17 years ago
Jan Kneschke e485768d1e handle a sendfile() = 0 is connection closed by remote side
17 years ago
Jan Kneschke 2a4080a88b detect required static libs through ldd
17 years ago
Jan Kneschke f27b8d0168 fixed 'return 414 on overlong request-headers'
17 years ago
Jan Kneschke 4a86d31562 chdir to the bin-path dir before exec()ing the to-be-spawned fastcgi backend
17 years ago
Xuefer 5da3530140 new build_static/build_fullstatic/build_dynamic option
17 years ago
Jan Kneschke ea57fa1747 ok, rel_path is not updated by mod_indexfile or the pathinfo handling
17 years ago
Jan Kneschke 415e215746 use physical.rel_path instead url.path to handle case-insensitive file-systems in the right way
17 years ago
Jan Kneschke 77083977ae added a fullstatic target
17 years ago
Jan Kneschke a5e280fd4b added static building of lighttpd
17 years ago
Jan Kneschke 0ef0742654 added a comment what to do before we have Expect: support
17 years ago
Jan Kneschke 78fe973055 - added mod_evasive to the autoconf build
17 years ago