summaryrefslogtreecommitdiff
path: root/server/mpm/prefork
Commit message (Expand)AuthorAgeFilesLines
* 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-071-4/+4
* fix restart issuesJim Jagielski2014-06-051-3/+0
* Break out common code to be share-ableJim Jagielski2014-06-031-0/+2
* Now allow MPMs to call ap_log_common()Jim Jagielski2014-06-031-0/+1
* Optimize w/ duplicated listeners and use of SO_REUSEPORTJim Jagielski2014-06-031-29/+98
* Fix usage of MOD_* variables for MPM modulesStefan Fritsch2012-10-071-0/+4
* follow up to r1387633: use the right exit code depending on the error scenarioJeff Trawick2012-10-021-1/+2
* * server/mpm/prefork/prefork.c (child_main): Don't log errors for anJoe Orton2012-09-191-2/+8
* fix child exit status in prefork after certain errors inJeff Trawick2012-07-191-2/+2
* Move away from DEFAULT_REL_RUNTIMEDIR and use ap_runtime_dir_relative()Jim Jagielski2012-03-121-1/+1
* * include/httpd.h, server/mpm/*/*.h: Tidy up doxygen tree view by movingJoe Orton2011-12-071-1/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-47/+47
* If a child is created just before graceful restart and then exits becauseStefan Fritsch2011-10-091-3/+18
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-2/+2
* Install signal handlers for crashes before detaching. Previously, thereStefan Fritsch2011-07-261-0/+2
* Reduce period during startup and restart where a successive signal may be lostStefan Fritsch2011-07-261-1/+1
* Log the deprecation warning at level info, not warnStefan Fritsch2011-06-201-1/+1
* Fix search'n'replace error: Actually warn if MaxClients is usedStefan Fritsch2011-06-201-1/+1
* Rename MaxClients to MaxRequestWorkers which describes more accurately whatStefan Fritsch2011-06-201-11/+17
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-1/+1
* Add child_status hook for tracking creation/termination of MPM childJeff Trawick2011-04-251-7/+27
* Simplify the interface to ap_reclaim_child_processes() andJeff Trawick2011-03-301-7/+7
* mpm_common.c implements a handful of config directives; the Jeff Trawick2011-03-282-12/+0
* some non-MPM code wants to see DEFAULT_PIDLOG, so liberate theJeff Trawick2011-03-281-5/+0
* consolidate logic to remove the pidfile in a new API,Jeff Trawick2011-03-281-20/+2
* SCOREBOARD_MAINTENANCE_INTERVAL is gone, except for some localJeff Trawick2011-03-261-7/+0
* * server/mpm/prefork/prefork.c (set_signals): Ignore SIGXFSZ; have aJoe Orton2011-03-211-2/+5