- Nov 12, 2002
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97490 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 11, 2002
-
-
Jeff Trawick authored
drops. This is done by mod_cgid daemon remembering the pid, which is queried by the handler at the end of the request. The handler then knocks out the CGI script (if it is indeed still running). It would be slightly easier for the daemon to do this, but naughty scripts which are hard to kill would hold up all new CGI requests if the daemon stopped its normal processing to kill a script. PR: 8388 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97489 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
(or possibly RedHat 8's patches to it) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97488 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97486 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97485 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
The "more" brigade (created by apr_brigade_split after seeing a FLUSH bucket) was in the deferred_write_pool. d_w_p is cleared, "more" is copied into b, then the while loop test for APR_BRIGADE_EMPTY(b) blows up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97484 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
configuration example. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97483 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
redirection on crypto accelerator. Submitted by: Frederic DONNAT <frederic.donnat@zencod.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97482 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix several cut 'n paste errors identified by Juergen Heckel. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97481 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97480 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
get a border around (and no bgcolor) - extend mod_deflate documentation (better example, notes on proxies) it still needs some fine tuning. Reviewed by: Luiz Rocha <lsdr@lsdr.net>, Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97479 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 10, 2002
-
-
Joshua Slive authored
1. Document the fnmatch wildcards in Include. 2. Add a couple ServerSignature/ServerTokens <directive> markups. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97478 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97477 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
allow the docs to have a little more structure. Used for the "back" link and for the breadcrumb links. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97476 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
1. Add a <compatibility> line. 2. Mention SMB in addition to NFS. 3. Fix a couple small gramatical things. 4. <example> is not a <pre> environment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97475 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97474 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
Submitted by: Andr��Malo <nd@perlig.de> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97473 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- little reformatting git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97472 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97471 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- some whitespace reformatting -> update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97470 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 09, 2002
-
-
William A. Rowe Jr authored
Note progress. Lots of helpers out there emailing their feedback, which is great. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97469 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
a NULL argument in ecb->lpszQueryString, eliminating segfaults for some ISAPI modules. PR: 14399 Submitted by: Detlev Vendt <detlev.vendt@brillit.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97468 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
mod_isapi: Fix an issue where HSE_REQ_DONE_WITH_SESSION notification is received before the HttpExtensionProc() returns HSE_STATUS_PENDING. [John DeSetto <jdesetto@radiantsystems.com>, William Rowe] PR: 11918 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97467 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 08, 2002
-
-
Paul J. Reder authored
Improves the user friendliness of the CacheRoot processing over my last pass. This version avoids the pool allocations but doesn't avoid all of the runtime checks. It no longer terminates during post-config processing. An error is logged once per worker, indicating that the CacheRoot needs to be set. [Paul J. Reder] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97466 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97465 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97464 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
Pointed out by: gcc and Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97463 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
after writing the data to the network. This closes files sooner with keepalive connections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97462 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
We didn't atexit() the win32 keep-console-open-on-error handler early enough to catch some preflight errors. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97461 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A comment which no longer applies (proper AP_DECLARE_DATA voided the disclaimer.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97460 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
make gcc happy > core.c: In function `core_output_filter': > core.c:3884: warning: suggest parentheses around && within || git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97459 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97458 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97457 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
Sumitted by: Yoshiki Hayashi, Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97456 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
a POSTed request, don't send the original POST's Content-Length as part of the header for the GET. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97455 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 07, 2002
-
-
Paul J. Reder authored
Added code to process min and max file size directives and to init the expirychk flag in mod_disk_cache. Added a clarifying comment to cache_util. [Paul J. Reder] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97450 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97448 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
PR: 14303 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97447 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97446 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97445 13f79535-47bb-0310-9956-ffa450edef68
-