summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mpm_common.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Warning about multiple Listen directives.Rich Bowen2004-11-231-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106261 13f79535-47bb-0310-9956-ffa450edef68
* $Revision$ is slightly misdocumented (only available since svn 1.1)André Malo2004-11-201-1/+1
| | | | | | | use LastChangedRevision instead git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105989 13f79535-47bb-0310-9956-ffa450edef68
* adjust properties and revision expansion of the English docsAndré Malo2004-11-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105981 13f79535-47bb-0310-9956-ffa450edef68
* add $Revision$ keywordAndré Malo2004-04-171-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103423 13f79535-47bb-0310-9956-ffa450edef68
* typoAndré Malo2004-03-161-1/+1
| | | | | | | Submitted by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102979 13f79535-47bb-0310-9956-ffa450edef68
* Change "new" WorkerStackSize directive to ThreadStackSizeJeff Trawick2004-03-161-47/+47
| | | | | | | | Move existing Netware docs and links on ThreadStackSize to mpm_common git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102976 13f79535-47bb-0310-9956-ffa450edef68
* clarify the enableexceptionhook descriptionAndré Malo2004-03-151-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102969 13f79535-47bb-0310-9956-ffa450edef68
* add initial documentation for EnableExceptionHook. Please review.André Malo2004-03-151-0/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102965 13f79535-47bb-0310-9956-ffa450edef68
* add docs for WorkerStackSize directiveJeff Trawick2004-03-131-0/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102948 13f79535-47bb-0310-9956-ffa450edef68
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102617 13f79535-47bb-0310-9956-ffa450edef68
* apply Apache License, Version 2.0André Malo2004-02-071-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102532 13f79535-47bb-0310-9956-ffa450edef68
* Document recent changes in prefork.c/r1.287:Erik Abele2004-01-191-2/+2
| | | | | | | | | "Bump MAX_SERVER_LIMIT by 10x (hoping to stay ahead of Moore's Law for a little while) since the current limit is too small for at least one high end site." git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102378 13f79535-47bb-0310-9956-ffa450edef68
* Win32: MaxMemFree works with mpm_winntBill Stoddard2003-11-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101820 13f79535-47bb-0310-9956-ffa450edef68
* markup improvementAstrid Malo2003-06-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100363 13f79535-47bb-0310-9956-ffa450edef68
* Added a warning to the AcceptMutex directive documentation indicatingPaul J. Reder2003-06-251-0/+16
| | | | | | | | | that the pthread option can result in a non-responsive server on systems that can't reclaim a locked mutex from the segfaulted child holding it. [Paul J. Reder] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100358 13f79535-47bb-0310-9956-ffa450edef68
* Try a better explanation of core dump issues on LinuxAndré Malo2003-05-171-3/+8
| | | | | | | Reviewed by: Astrid Ke�ler git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99900 13f79535-47bb-0310-9956-ffa450edef68
* remove references to BS2000Account.André Malo2003-05-101-27/+1
| | | | | | | update transformation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99750 13f79535-47bb-0310-9956-ffa450edef68
* add a <code> ...</code>Astrid Malo2003-04-251-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99609 13f79535-47bb-0310-9956-ffa450edef68
* markup, expression.André Malo2003-04-241-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99561 13f79535-47bb-0310-9956-ffa450edef68
* keep it consistent with 2.0André Malo2003-04-231-15/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99546 13f79535-47bb-0310-9956-ffa450edef68
* add the metafile attribute to all xml files.André Malo2003-04-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99326 13f79535-47bb-0310-9956-ffa450edef68
* Linux 2.4+: enable coredumps when Apache is started as root ifGreg Ames2003-03-061-0/+2
| | | | | | | CoreDumpDirectory is explicitly coded git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98908 13f79535-47bb-0310-9956-ffa450edef68
* - mpm_common:André Malo2002-12-221-192/+366
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed the <modulelist>s in mpm_common * moved AcceptMutex to mpm_common; document the mutex mechanism "posixsem" * added BS2000Account to mpm_common (I'm not sure, whether it should appear here or elsewhere. It *seems* to be supported only by prefork and perchild (if perchild would work)). The description is obtained from the 1.3 docs. * fixed several default values * moved MaxThreadsPerChild and NumServers out to perchild (btw: we could consider to rename NumServers to StartServers...) * rearranged some stuff and added several comments, that I found useful ;-) - mpm_netware: * MaxThreads 2048 (as maximum and default) - perchild: * extended the explanations about using different user ids. Hope, that's correct. * extended and adjusted the directive descriptions (remember, NumServers and MaxThreadsPerChild moved in) - prefork: * moved AcceptMutex to mpm_common (as stated already above) - mpm_winnt: * added reference to ScoreBoardFile - worker: * added reference to AcceptMutex - general: markup & formatting git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98075 13f79535-47bb-0310-9956-ffa450edef68
* Adds example of Group directiveRich Bowen2002-10-281-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97319 13f79535-47bb-0310-9956-ffa450edef68
* Fix an error in the <default> for MaxSpareThreads.Joshua Slive2002-10-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97266 13f79535-47bb-0310-9956-ffa450edef68
* the MPM module docs:André Malo2002-10-181-43/+50
| | | | | | | | - <em> -> <var> - a little other markup changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97258 13f79535-47bb-0310-9956-ffa450edef68
* Add English doc for MaxMemFreeJeff Trawick2002-09-131-0/+18
| | | | | | | Obtained from: Sander Striker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96782 13f79535-47bb-0310-9956-ffa450edef68
* Update the defaults on ThreadsPerChild and ThreadLimit and not thatJoshua Slive2002-08-301-9/+14
| | | | | | | ThreadLimit is now part of mpm_winnt as well as update a few transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96591 13f79535-47bb-0310-9956-ffa450edef68
* Update docs on MaxClients under worker, and clean up a few things.Joshua Slive2002-08-201-22/+21
| | | | | | | | This has been wrong for a LONG time, and it could really use a review by some of the worker MPM developers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96458 13f79535-47bb-0310-9956-ffa450edef68
* Typo.Rich Bowen2002-07-241-1/+1
| | | | | | | Submitted by: Johannes m. richter git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96173 13f79535-47bb-0310-9956-ffa450edef68
* Grammar police.Yoshiki Hayashi2002-07-101-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95994 13f79535-47bb-0310-9956-ffa450edef68
* Remove some directive docs from mpm_netware and point them at mpm_common, plusJoshua Slive2002-06-141-18/+44
| | | | | | | | | | | | | update the mpm_common docs to deal with multiple meanings for the same directives. In the future, it would be a wise idea not to use the same directive name as another MPM unless the directive really does exactly the same thing in both MPMs. Problem pointed out by: Rich Bowen git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95663 13f79535-47bb-0310-9956-ffa450edef68
* Example for ScoreBoardFileRich Bowen2002-06-131-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95630 13f79535-47bb-0310-9956-ffa450edef68
* Example of PidFile directiveRich Bowen2002-06-131-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95627 13f79535-47bb-0310-9956-ffa450edef68
* Remove a broken link.Joshua Slive2002-06-071-7/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95560 13f79535-47bb-0310-9956-ffa450edef68
* Fix some subscriptions and a typo.Joshua Slive2002-05-301-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95377 13f79535-47bb-0310-9956-ffa450edef68
* Update the stylesheet reference to the new language-specific version.Joshua Slive2002-05-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95244 13f79535-47bb-0310-9956-ffa450edef68
* Fix typoJustin Erenkrantz2002-05-131-1/+1
| | | | | | | | | | | (Someone with a good transform setup needs to run the transforms.) PR: 9003 Submitted by: abatko@cs.mcgill.ca Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95054 13f79535-47bb-0310-9956-ffa450edef68
* Grammar police. (Well, you asked for it. ;) There's still a splitCliff Woolley2002-04-021-6/+6
| | | | | | | | infinitive in the last sentence, but I don't really believe in that rule, so... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94372 13f79535-47bb-0310-9956-ffa450edef68
* Update the docs on the ScoreBoardFile directive for the newAaron Bannert2002-04-021-11/+13
| | | | | | | apr_shm.h API and the removal of the old SCOREBOARD_FILE stuff. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94370 13f79535-47bb-0310-9956-ffa450edef68
* Changed a <default>, so it doesn't use <em>patrikj2002-03-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93858 13f79535-47bb-0310-9956-ffa450edef68
* Changed DOCTYPE, so that it can be validated.patrikj2002-03-111-4/+5
| | | | | | | Added <p>:s to get it to validate git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93837 13f79535-47bb-0310-9956-ffa450edef68
* Add mpm_winnt conversion and fix a typo in mpm_common.Joshua Slive2002-03-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93722 13f79535-47bb-0310-9956-ffa450edef68
* Start converting the mpm documentation.Joshua Slive2002-02-261-0/+613
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93579 13f79535-47bb-0310-9956-ffa450edef68