- Nov 14, 2002
-
-
Andre Malo authored
- <em> -> <var> - some reformatting and markup improvement git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97511 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
This fixes a problem where the underlying cache code indicated that there was one more element on the cache than there actually was. This happened since element 0 exists but is not used. This code allocates the correct number of useable elements and reports the number of actually used elements. The previous code only allowed MCacheMaxObjectCount-1 objects to be stored in the cache. [Paul J. Reder] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97510 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97509 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 13, 2002
-
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97508 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
messages are going to a file anyway. In other words, don't hold the screen open if the -E <filename> command line parameter is used. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97507 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
of signaling apache and change the apachectl examples to use that. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97506 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
of apachectl. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97505 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
- Remove the over-detailed and out-of-date description of Include directories. - Link Rich's .htaccess tutorial. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97504 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
brigade when we defer network writes due to small data + keepalives. This prevents leaking resources in the "more" brigade until the end of the connection. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97503 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97502 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- reformatted examples (no content changes, except for a ytop) - move the reference to mod_deflate on /top/ of the gzip example - general markup improvement - add short descriptions for the directives git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97501 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 12, 2002
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97498 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- extend and rearrange the mod_dav documentation a bit (needs some tuning) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97497 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97495 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
to allow conditional setting according to the IP address on which the server received the request. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97494 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
find the script pid in the hash and returns zero... if we send sigterm to pid zero, we knock out ourself change the cleanup to return any error from cleanup_nonchild_process() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97493 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97492 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- some reformatting git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97491 13f79535-47bb-0310-9956-ffa450edef68
-
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
-