summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/event.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added some notes in mpm-event's doc pageLuca Toscano2016-12-041-1/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1772512 13f79535-47bb-0310-9956-ffa450edef68
* Fixed some wording in mpm-event's doc pageLuca Toscano2016-12-021-6/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1772399 13f79535-47bb-0310-9956-ffa450edef68
* Add a section to mpm-event's documentation to advertise new changesLuca Toscano2016-12-021-1/+51
| | | | | | | | | | | I tried to add a summary of Stefan's last patches just backported to 2.4.x today. I've read all of them and tried to report Stefan's comment from PR 53555 as much as possible. Please review and let me know if I wrong something incorrect or not precise enough. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1772357 13f79535-47bb-0310-9956-ffa450edef68
* Fixed wording about the event's doc page after Mike's feedback on dev@Luca Toscano2016-05-021-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1742029 13f79535-47bb-0310-9956-ffa450edef68
* Added a specific reference to mpm-event's doc about the fact that mpm-accept ↵Luca Toscano2016-04-291-32/+37
| | | | | | is not needed anymore git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741621 13f79535-47bb-0310-9956-ffa450edef68
* Simplified the AsyncRequestWorkerFactor section of mod_event's doc pageLuca Toscano2016-02-161-32/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730640 13f79535-47bb-0310-9956-ffa450edef68
* let's not emphasize keep-alive w/ the Event MPM. That was true long,Jim Jagielski2016-02-161-6/+9
| | | | | | | | long ago when that was the only thing that made it useful. Nowadays, it really *is* an event-based MPM w/ async/non-blocking i/o. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730619 13f79535-47bb-0310-9956-ffa450edef68
* Added examples to mod_event's AsyncRequestWorkerFactor section.Luca Toscano2016-02-141-8/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730297 13f79535-47bb-0310-9956-ffa450edef68
* Removed confusing parts in the Limitations section of the mod_event's doc page.Luca Toscano2016-02-121-8/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729945 13f79535-47bb-0310-9956-ffa450edef68
* Proposal for an improved version of the mod_even page.Luca Toscano2016-02-091-37/+106
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729459 13f79535-47bb-0310-9956-ffa450edef68
* Try to document the current behavior of MPM event with filters like mod_ssl,Stefan Fritsch2013-08-151-0/+8
| | | | | | | mod_deflate, or mod_include git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1514214 13f79535-47bb-0310-9956-ffa450edef68
* Update the docs to note that SSL now works with the event MPM as per r1470679.Graham Leggett2013-04-291-8/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1477094 13f79535-47bb-0310-9956-ffa450edef68
* Don't count connections in lingering close state whenStefan Fritsch2012-07-151-1/+2
| | | | | | | calculating how many additional connections may be accepted git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1361778 13f79535-47bb-0310-9956-ffa450edef68
* Fixing some typosDaniel Gruno2012-04-201-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328296 13f79535-47bb-0310-9956-ffa450edef68
* PR52878: broken links to unixd directivesEric Covener2012-03-121-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1299503 13f79535-47bb-0310-9956-ffa450edef68
* Fix link for User/Group. Credit: HumbedoohIgor Galić2012-03-061-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1297485 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
| | | | | | | Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
* Add some docs for AsyncRequestWorkerFactorStefan Fritsch2011-07-031-2/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142490 13f79535-47bb-0310-9956-ffa450edef68
* Rename MaxClients to MaxRequestWorkers which describes more accurately whatStefan Fritsch2011-06-201-1/+1
| | | | | | | it does. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137744 13f79535-47bb-0310-9956-ffa450edef68
* Rename MaxRequestsPerChild to MaxConnectionsPerChild, whichStefan Fritsch2010-10-121-1/+1
| | | | | | | | | 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
* 'Apache' => 'Apache HTTP Server'Rich Bowen2010-03-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926432 13f79535-47bb-0310-9956-ffa450edef68
* move a couple of special warnings for SysV sems and Posix sems out of the Jeff Trawick2009-11-241-4/+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
* The Event MPM is no longer experimental; move it out of that ghetto.Jeff Trawick2009-03-271-7/+2
| | | | | | | Yank the few bits that implement the concept of an experimental MPM. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759115 13f79535-47bb-0310-9956-ffa450edef68
* the problem with Event and mod_ssl was fixed with rev. 533820. I'm not Greg Ames2007-05-041-6/+0
| | | | | | | aware of problems with other input filters that aren't addressed in that fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@535370 13f79535-47bb-0310-9956-ffa450edef68
* update license header textRoy T. Fielding2006-07-111-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@420990 13f79535-47bb-0310-9956-ffa450edef68
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395228 13f79535-47bb-0310-9956-ffa450edef68
* Give a clue about what event really does, and someJoshua Slive2005-12-051-6/+62
| | | | | | | | | small improvements to the leader and worker docs. Submitted by: Noirin Plunkett <firebird nerdchic.net>, Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@354164 13f79535-47bb-0310-9956-ffa450edef68
* Add APR to the glossary and link it in where appropriate.Joshua Slive2005-09-211-6/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290801 13f79535-47bb-0310-9956-ffa450edef68
* Adding some initial docs for the Event MPM.Paul Querna2005-02-251-0/+94
I plan on updating mod/event.xml with more details this weekend. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155309 13f79535-47bb-0310-9956-ffa450edef68