summaryrefslogtreecommitdiffstats
path: root/server/mpm/prefork (follow)
Commit message (Expand)AuthorAgeFilesLines
* mpm_prefork: Do not access the POD in ONE_PROCESS mode.Yann Ylavic2022-06-161-8/+6
* *) mod_watchdog: add assertions to cleanup codeStefan Eissing2022-02-251-6/+13
* *) core/prefork: run new hook `child_stopped` only on clean exit.Stefan Eissing2022-02-241-4/+4
* * core/mpm: add hook 'child_stopped` that gets called when the MPM hasStefan Eissing2022-02-241-0/+1
* core: Follow up to r1897460: Provide ap_thread_main_create().Yann Ylavic2022-01-271-26/+4
* core: Follow up to r1897460: Implement and use ap_thread_current_after_fork().Yann Ylavic2022-01-251-0/+4
* Follow up to r1897460: APLOGNOs.Yann Ylavic2022-01-251-1/+1
* core: Efficient ap_thread_current() when apr_thread_local() is missing.Yann Ylavic2022-01-251-3/+38
* mpm_event,worker}: Really perform_idle_server_maintenance() per bucket.Yann Ylavic2021-10-151-1/+0
* MPMs: cap idle_spawn_rate to MAX_SPAWN_RATE.Yann Ylavic2021-09-201-0/+3
* mpm_{event,worker,prefork}: follow up to r1892587: restore ungraceful on MPM ...Yann Ylavic2021-08-251-0/+5
* mpm_{event,worker,prefork}: late stop of children processes on restart.Yann Ylavic2021-08-251-122/+135
* * core/mpm: add hook 'child_stopping` that gets called when the MPM isStefan Eissing2021-07-311-2/+5
* mpm_prefork: mask signals during ap_run_child_init().Yann Ylavic2021-06-041-0/+35
* * We could get here again if a second thread deals with theRuediger Pluem2021-06-031-0/+5
* * server/mpm/prefork/prefork.c (prefork_pre_config): Use pconf asJoe Orton2020-04-161-1/+1
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-2/+2
* MPMs unix: bind the bucket number of each child to its slot numberYann Ylavic2019-03-121-12/+7
* MPMs: early initialize scoreboard's child generation number.Yann Ylavic2018-08-291-3/+3
* Revert r1814112, it does not work for threaded MPMs.Yann Ylavic2018-01-291-1/+0
* incorporate review comments from RüdigerEric Covener2018-01-041-2/+2
* Add "AcceptErrorsNonFatal" directiveEric Covener2018-01-041-1/+6
* mpm_unix(es): cleanup properly on exit in one_process mode.Yann Ylavic2017-11-021-0/+1
* core, MPMs unix: follow up to r1809881.Yann Ylavic2017-09-281-3/+0
* MPMs unix: Place signals handlers and helpers out of DSOs to avoidYann Ylavic2017-02-211-190/+78
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* mpms: follow up to r1629925: more error reports.Yann Ylavic2016-03-011-1/+1
* mpms: follow up to r1629925: more error reports.Yann Ylavic2016-03-011-3/+3
* Join multi-line MPM startup log messages intoRainer Jung2016-02-231-16/+7
* Added some more log numbers to log statements thatRainer Jung2016-01-191-5/+5
* Added many log numbers to log statements thatRainer Jung2016-01-191-4/+4
* fixing compile errors due to if assignment warningsStefan Eissing2015-11-021-1/+1
* Fix crash in ap_mpm_pod_check call caused by NULL dereference of its parameterJan Kaluža2015-10-301-2/+1
* core: Follow up to r1599601: s/ap_log_common/ap_log_mpm_common/.Yann Ylavic2015-05-161-1/+1
* mpm_{worker,prefork}: save some cycles by not copying the listener's pollfdsYann Ylavic2015-02-261-7/+8
* mpm_{prefork,worker}: follow up to r1635521.Yann Ylavic2014-12-051-1/+3
* mpm_event(opt), mpm_worker, mpm_prefork: follow up to r1635521, r1640161.Yann Ylavic2014-11-201-20/+10
* mpm_prefork: follow up to r1635521.Yann Ylavic2014-11-171-3/+4
* mpm_worker, mpm_prefork: follow up to r1635521.Yann Ylavic2014-11-171-4/+6
* MPMs, core: make duplicated listeners (SO_REUSEPORT) introduced in r1599531Yann Ylavic2014-10-301-68/+68
* core: ensure that MPMs return an error on runtime failure and hence thatYann Ylavic2014-10-071-4/+4
* mpms: enforce assertion that unreachable code is not reached.Yann Ylavic2014-10-071-0/+2
* core: follow up to r1629909: ap_daemons_to_start can't be lower than 1 (not 0...Yann Ylavic2014-10-071-1/+1
* core: Use process scoreboard to store each child's listener bucket,Yann Ylavic2014-10-071-39/+51
* prefork: Ignore SIGINT in child. This fixes race-condition in signals handlingJan Kaluža2014-08-181-0/+10
* Fixed unused "ap_listen_rec *lr;" in prefork_run().Yann Ylavic2014-06-161-1/+0
* Mark all unused/duplicated/closed child listeners as inactive.Yann Ylavic2014-06-161-2/+2
* -MPMs prefork & worker: avoid segfault with SAFE_ACCEPT in ONE_PROCESS mode.Yann Ylavic2014-06-081-4/+4
* fix restart issuesJim Jagielski2014-06-051-3/+0
* Break out common code to be share-ableJim Jagielski2014-06-031-0/+2