summaryrefslogtreecommitdiffstats
path: root/server/mpm/prefork (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-031-47/+47
* If a child is created just before graceful restart and then exits becauseStefan Fritsch2011-10-101-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-211-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
* worker, event, prefork: Correct several issues when built asJeff Trawick2011-03-051-60/+58
* zap needless reinitialization of is_graceful on the 2ndJeff Trawick2011-03-051-2/+0
* sanity check use of volatile in prefork, worker, and eventJeff Trawick2011-03-041-8/+7
* prefork in ONE_PROCESS mode:Jeff Trawick2011-03-031-8/+5
* prefork: store pid in scoreboard for ONE_PROCESS modeJeff Trawick2011-03-021-0/+1
* fix some logging calls to include the server_recJeff Trawick2011-02-261-4/+4
* * server/mpm/prefork/prefork.c (stop_listening, sig_term, restart):Joe Orton2011-02-081-0/+3
* Fix ap_mpm_query results:Stefan Fritsch2011-01-091-2/+2
* PR#47782: compiled-in default for MaxConnectionsPerChild is 10,000 vs the Eric Covener2010-11-051-1/+1
* fix description of the change for PR43857; it is a work-aroundJeff Trawick2010-10-121-1/+1
* remove more unused variablesStefan Fritsch2010-08-041-9/+0
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* replace r942897 with the original submitted patchJeff Trawick2010-05-121-0/+1
* revert the PR 43857 fix in r942897 based on a potentialJeff Trawick2010-05-121-6/+6
* prefork MPM: Run cleanups for final request when process exits gracefully.Jeff Trawick2010-05-101-6/+6
* Catch up with ap_[proc|global]_mutex_create api changeWilliam A. Rowe Jr2010-05-041-2/+2
* all signs indicate that status value is always -1 on errorEric Covener2010-03-121-1/+1
* reduce the warning level in the bindprocessor() call used to make sure childEric Covener2010-03-121-1/+1
* Log command line on startup, so there's a record of command lineDaniel Earl Poirier2010-02-161-0/+1
* change the preprocessor define ap_accept_mutex_type to upper caseJeff Trawick2010-02-081-2/+2
* Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,Jeff Trawick2009-11-242-34/+14
* Change the configure-based MPM build mechanism to support buildingJeff Trawick2009-11-032-8/+2
* more configure-time support for dynamically loadable MPMs:Jeff Trawick2009-11-031-2/+2
* Enhance ap_hook_monitor to pass along a server_rec (inJim Jagielski2009-09-251-1/+1
* * Do better checking of pollset operations in various places to avoid segfaults.Ruediger Pluem2009-08-161-2/+6
* Move logic to decide if an MPM is supported, and whether the MPM is Jeff Trawick2009-04-172-2/+9
* main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() functionJeff Trawick2009-04-051-8/+8
* mpm-query hook: distinguish between DECLINED and APR_ENOTIMPL so thatJeff Trawick2009-04-011-16/+20
* rename the new retained-data APIs to ap_retained_data_create()/ap_retained_da...Jeff Trawick2009-03-301-2/+2
* the mpm_get_child_pid hook is unnecessary, as was the per-MPM MPM_CHILD_PID()...Jeff Trawick2009-03-291-6/+0
* Core can specify a platform-specific rewrite args hook. Use that on Unix.Jeff Trawick2009-03-291-1/+1