Commit Graph

828 Commits (91776b2d105da34af1e3507afea3d2a230f0f431)
 

Author SHA1 Message Date
Jan Kneschke 9d3c1b09de fixed calculation of unix-socket path length if SUN_LEN is not defined (fixes #553)
17 years ago
Jan Kneschke a743ad8063 fixed handling of subdirs in ssi (fixes #462), patch by robe
17 years ago
Jan Kneschke 2882cdea8e fixed end of life memleaks (fixes #524)
17 years ago
Jan Kneschke 396d141efb don't init a SERVER["socket"] if it is initialized already
17 years ago
Jan Kneschke 85fc576437 strip ... and %20 from physical filenames only on windows
17 years ago
Jan Kneschke 9cba4350ab added comment about cgi.fix_pathinfo
17 years ago
Xuefer 81daf1bb5b fixed #557: %0 crashed with !~
17 years ago
Jan Kneschke c76b19673a allow proxy to svn-apache do a commit
17 years ago
Jan Kneschke 3d7d380c38 fixed the wrong typo :)
17 years ago
Jan Kneschke a13e0a7d7b fixed typo (darix)
17 years ago
Jan Kneschke b268e163af added the WebDAV, class 2 methods (darix)
17 years ago
Jan Kneschke cc27752623 added FAM_FLAGS and SQL_CFLAGS to the right modules (darix)
17 years ago
Jan Kneschke a47316ba93 fixed typo
17 years ago
Jan Kneschke 0525ed2816 fixed calculation of socket-len if SUN_LEN is not defined
17 years ago
Jan Kneschke b72583c27a fixed typo
17 years ago
Xuefer 755765da9d lowercase filenames support, fixed #543
17 years ago
Jan Kneschke 1982fda295 - close unused pipe-fds as soon as possible to generate a SIGPIPE if the remote end dies.
17 years ago
Jan Kneschke 4d1eadae1e handle 'foo.php... == foo.php' case on windows/dos
17 years ago
Jan Kneschke 2fb8b8f3b6 added docs for evhost (fixes #454)
17 years ago
Jan Kneschke 9458b8cf65 typed typo (fixes #528)
17 years ago
Jan Kneschke 87ad66e43f added docs about var. and env.
17 years ago
Jan Kneschke cc7a8ae03a improved error-msg for configuration errors
17 years ago
Jan Kneschke 7cd02126d5 oops, fixed compile
17 years ago
Jan Kneschke ba50f7fbfc don't terminate the request, just ignore it
17 years ago
Jan Kneschke f965cd20ae - move the extra-stat() out of the main-path
17 years ago
Jan Kneschke 7e861ea32e - decrement proc-load if we really incremented it
17 years ago
Jan Kneschke 6ae26a7dab fallback to madvise(), it works at least
17 years ago
Jan Kneschke c29b0689e1 we are in year 2006 already
17 years ago
Jan Kneschke e50be51a9b removed defines for XOPEN_SOURCE and BSD_SOURCE again as it breaks all BSDs and MacOSX
17 years ago
Jan Kneschke 69d5fcd217 added docs for mod_dirlisting
17 years ago
Jan Kneschke 83a0dc2702 disable posix_fadvise support as 2.4.x kernels cause problems here.
17 years ago
Jan Kneschke a5b69917d1 if posix_fadvise is not implemented, ignore the error
17 years ago
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 0150987aa6 i think we can release 1.4.10
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 58c7021356 more latest updates
17 years ago
Jan Kneschke cf25271180 added list of compiled in modules (robe)
17 years ago
Jan Kneschke 37fbe04de9 added note on how to set the backend
17 years ago
Jan Kneschke 24ff4eb0ab only load reasons for broken HTTP headers on request
17 years ago
Jan Kneschke f4ad19e034 moved dirlisting docs to its own file
17 years ago
Jan Kneschke 5e513b7233 added docs for mod_dirlisting (fixes #136)
17 years ago
Jan Kneschke 587cc43174 fixed typo and added extra notes (patch by <robe@amd.co.at>)
17 years ago
Jan Kneschke 156c02a466 test for posix_madvise
17 years ago
Jan Kneschke 1b517c8bfc the next release is 1.4.10
17 years ago
Jan Kneschke bd8e6919d2 added tests for possible crashes
17 years ago
Jan Kneschke 433f1883ac improved performance of env-creation and added DOCUMENT_ROOT to the env
17 years ago