summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mpm_common.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hard coded ThreadLimit for event is 100,000.Daniel Gruno2013-02-211-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1448588 13f79535-47bb-0310-9956-ffa450edef68
* Drop pre-2.3 compatibility notes from trunk docs.Rainer Jung2012-12-141-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1421821 13f79535-47bb-0310-9956-ffa450edef68
* Update links that were either broken of just slightly offDaniel Gruno2012-08-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1371585 13f79535-47bb-0310-9956-ffa450edef68
* The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid()Jeff Trawick2012-08-061-2/+2
| | | | | | | now respect DefaultRuntimeDir git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369808 13f79535-47bb-0310-9956-ffa450edef68
* core: Respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR for theJeff Trawick2012-08-041-1/+5
| | | | | | | scoreboard (ScoreBoardFile). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369477 13f79535-47bb-0310-9956-ffa450edef68
* fix documented default value of ScoreBoardFileJeff Trawick2012-08-041-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369435 13f79535-47bb-0310-9956-ffa450edef68
* Syntax updates for mod_x*.xml and mpm_common.xmlDaniel Gruno2012-04-271-12/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331232 13f79535-47bb-0310-9956-ffa450edef68
* Typo fixDaniel Gruno2012-04-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1326763 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo (Thanks to Daniel Shahaf)Daniel Gruno2012-04-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1308409 13f79535-47bb-0310-9956-ffa450edef68
* PR52877, MaxMemFree text no longer matches 2.4.x+ default of 2048.Eric Covener2012-03-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1299497 13f79535-47bb-0310-9956-ffa450edef68
* Set MaxMemFree 2048 by defaultStefan Fritsch2011-11-121-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201158 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-29/+29
| | | | | | | Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
* Rename MaxClients to MaxRequestWorkers which describes more accurately whatStefan Fritsch2011-06-201-15/+19
| | | | | | | it does. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137744 13f79535-47bb-0310-9956-ffa450edef68
* Add BSD-specific note about core dumping. (Via mi+apache aldan.algebra.com)Rich Bowen2011-05-051-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1099783 13f79535-47bb-0310-9956-ffa450edef68
* add event MPM to the module list where necessary (most directivesJeff Trawick2011-03-281-26/+33
| | | | | | | | | | | documented here) add mpmt_os2 to the list for ThreadStackSize remove mpm_winnt from the list for CoreDumpDirectory git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086299 13f79535-47bb-0310-9956-ffa450edef68
* warn about FAQ of trying to decrease thread stack size with ThreadStackSizeEric Covener2011-01-101-0/+6
| | | | | | | on Linux. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1057049 13f79535-47bb-0310-9956-ffa450edef68
* Add some weasel language, and a warning about Windows + TransmitFile, to theEric Covener2011-01-061-0/+9
| | | | | | | | SendBufferSize doc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1055701 13f79535-47bb-0310-9956-ffa450edef68
* Typos.Lucien Gentis2010-12-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053666 13f79535-47bb-0310-9956-ffa450edef68
* follow up to r1031659:Jeff Trawick2010-11-081-5/+0
| | | | | | | | fix a remaining reference to the old non-zero default for MaxConnectionsPerChild for most MPMs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032706 13f79535-47bb-0310-9956-ffa450edef68
* minor typoEric Covener2010-11-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031671 13f79535-47bb-0310-9956-ffa450edef68
* PR47782: On trunk, the default conf and the hard-coded default are zero for ↵Eric Covener2010-11-051-1/+1
| | | | | | MaxConnectionsPerChild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031659 13f79535-47bb-0310-9956-ffa450edef68
* Rename MaxRequestsPerChild to MaxConnectionsPerChild, whichStefan Fritsch2010-10-121-16/+11
| | | | | | | | | describes more accurately what the directive does. The old name still works but logs a warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1021924 13f79535-47bb-0310-9956-ffa450edef68
* Mention that the required ThreadStackSize depends on the modules loaded.Stefan Fritsch2010-10-081-4/+8
| | | | | | | Instead of recommending a value, recommend not to reduce it unless necessary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1005973 13f79535-47bb-0310-9956-ffa450edef68
* Document that a ThreadStackSize of 128K or lower will crash on Linux andStefan Fritsch2010-10-071-2/+4
| | | | | | | recommend at least 200K git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1005529 13f79535-47bb-0310-9956-ffa450edef68
* 'Apache' -> 'Apache HTTP Server' and 'Apache httpd'Rich Bowen2010-03-231-25/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926402 13f79535-47bb-0310-9956-ffa450edef68
* Tell them how to increase ThreadLimitRich Bowen2010-03-021-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@918033 13f79535-47bb-0310-9956-ffa450edef68
* Reference Min/MaxSpareServers/Threads when talking about dynamicallyRich Bowen2010-03-021-1/+5
| | | | | | | configuring the side of the server pool. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@918024 13f79535-47bb-0310-9956-ffa450edef68
* Not sure if this is actually useful, but I've been asked often enoughRich Bowen2010-03-021-1/+3
| | | | | | | | | that I think it's probably worth mentioning. On the other hand, if someone can't grep the source code for '20000', I'm not sure they should be encouraged ... ;-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@918022 13f79535-47bb-0310-9956-ffa450edef68
* Awkward phrasing.Rich Bowen2010-03-021-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@918018 13f79535-47bb-0310-9956-ffa450edef68
* Awkward phrasing.Rich Bowen2010-03-021-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@918015 13f79535-47bb-0310-9956-ffa450edef68
* Cross-linking between (Min|Max)Spare(Servers|Threads).Rich Bowen2010-03-021-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@918011 13f79535-47bb-0310-9956-ffa450edef68
* 'Address already in use' error message.Rich Bowen2010-03-021-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@918003 13f79535-47bb-0310-9956-ffa450edef68
* Another occurance of 'processes'. Rebuild transformations.Rich Bowen2010-03-021-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@918002 13f79535-47bb-0310-9956-ffa450edef68
* None of the supposedly correct forms of the possessive of process soundRich Bowen2010-03-021-1/+1
| | | | | | | very awkward in this sentence. Rephrasing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@917996 13f79535-47bb-0310-9956-ffa450edef68
* move a couple of special warnings for SysV sems and Posix sems out of the Jeff Trawick2009-11-241-129/+0
| | | | | | | | | | | | | | | | | | | | | performance tuning guide and into the common Mutex documentation; remove the other (duplicate) information from that guide and instead point to the Mutex directive mpm_common: axe docs for old accept mutex directives worker and prefork: axe links to old accept mutex directives, mention the use of the accept mutex and how it can be configured event: axe links to old mutex directives where were already N/A mod_rewrite: axe old RewriteLock directive, mention use of the rewrite map mutex for RewriteMap programs and how it can be configured fix other miscellaneous LockFile or AcceptMutex references git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@883878 13f79535-47bb-0310-9956-ffa450edef68
* Bring OS/2 MPM back from the dead.Brian Havard2009-08-161-9/+20
| | | | | | | Reverses r758899. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804678 13f79535-47bb-0310-9956-ffa450edef68
* Clarify when CoreDumpDirectory can be moot based on OS configuration, and Eric Covener2009-03-301-7/+22
| | | | | | | | | | mention SIGQUIT/3 not being processed by the signal handler. SIGQUIT may unfortunately be a go-to signal for java users. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759957 13f79535-47bb-0310-9956-ffa450edef68
* remove OS/2 MPMJeff Trawick2009-03-261-20/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758899 13f79535-47bb-0310-9956-ffa450edef68
* axe BeOS MPMJeff Trawick2009-03-261-36/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758796 13f79535-47bb-0310-9956-ffa450edef68
* remove leader, perchild, and threadpool MPMs (other than non-English bits in ↵Jeff Trawick2009-03-261-98/+57
| | | | | | common parts of the manual) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758613 13f79535-47bb-0310-9956-ffa450edef68
* Introduce mod_unixd into the documentationNick Kew2008-11-121-145/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713242 13f79535-47bb-0310-9956-ffa450edef68
* fix MaxClients description (r692325) suggested by wroweTakashi Sato2008-10-101-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@703441 13f79535-47bb-0310-9956-ffa450edef68
* Fix MaxClients description to adapt threading MPM.Takashi Sato2008-09-051-2/+2
| | | | | | | | | (This is still inaccurate for trunk Event MPM.) Submitted by Dan Poirier <poirier pobox.com> PR: 45747 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@692325 13f79535-47bb-0310-9956-ffa450edef68
* Missing <var> tags. Tony Stevenson2008-07-081-1/+1
| | | | | | | | Fix submitted by Igor Galić Cheers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@674934 13f79535-47bb-0310-9956-ffa450edef68
* Remove bogus instructionVincent Bray2008-05-201-9/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@658305 13f79535-47bb-0310-9956-ffa450edef68
* Document new ChrootDir directive (r611483)Nick Kew2008-03-191-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@639005 13f79535-47bb-0310-9956-ffa450edef68
* * docs/manual/mod/mpm_common.xml: s/depreciated/deprecated/Joe Orton2006-11-221-5/+5
| | | | | | | * server/core.c: Likewise. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@478131 13f79535-47bb-0310-9956-ffa450edef68
* <i> and <b> aren't valid in your docs stylesheet. Changing to somethingRich Bowen2006-10-291-6/+6
| | | | | | | that will build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@468892 13f79535-47bb-0310-9956-ffa450edef68
* Fix hasty cut-paste in the doccosJim Jagielski2006-10-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@467334 13f79535-47bb-0310-9956-ffa450edef68
* Once SSLMutex allowed for the setting of both theJim Jagielski2006-10-241-10/+35
| | | | | | | | | | | | | | | | | | | | locking method and the lockfile location, I never liked how AcceptMutex was linked to LockFile. This seemed unnecessary. Much better to have AcceptMutex do both as well. Plus, now that we will likely see other modules require a "standard" way of setting mutexes, why not have Apache provide that as an API of sorts. Anyway, LockFile is now depreciated and AcceptMutex is now SSLMutex-like. We also provide a short function that "parses" out a mutex parameter and strips out the mechanism and lockfile location. AcceptMutex and SSLMutex is this capability. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@467326 13f79535-47bb-0310-9956-ffa450edef68