| Commit message (Expand) | Author | Age | Files | Lines |
* | fix child exit status in prefork after certain errors in | Jeff Trawick | 2012-07-19 | 1 | -2/+2 |
* | Move away from DEFAULT_REL_RUNTIMEDIR and use ap_runtime_dir_relative() | Jim Jagielski | 2012-03-12 | 1 | -1/+1 |
* | * include/httpd.h, server/mpm/*/*.h: Tidy up doxygen tree view by moving | Joe Orton | 2011-12-07 | 1 | -1/+2 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -47/+47 |
* | If a child is created just before graceful restart and then exits because | Stefan Fritsch | 2011-10-10 | 1 | -3/+18 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -2/+2 |
* | Install signal handlers for crashes before detaching. Previously, there | Stefan Fritsch | 2011-07-26 | 1 | -0/+2 |
* | Reduce period during startup and restart where a successive signal may be lost | Stefan Fritsch | 2011-07-26 | 1 | -1/+1 |
* | Log the deprecation warning at level info, not warn | Stefan Fritsch | 2011-06-21 | 1 | -1/+1 |
* | Fix search'n'replace error: Actually warn if MaxClients is used | Stefan Fritsch | 2011-06-20 | 1 | -1/+1 |
* | Rename MaxClients to MaxRequestWorkers which describes more accurately what | Stefan Fritsch | 2011-06-20 | 1 | -11/+17 |
* | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 1 | -1/+1 |
* | Add child_status hook for tracking creation/termination of MPM child | Jeff Trawick | 2011-04-25 | 1 | -7/+27 |
* | Simplify the interface to ap_reclaim_child_processes() and | Jeff Trawick | 2011-03-30 | 1 | -7/+7 |
* | mpm_common.c implements a handful of config directives; the | Jeff Trawick | 2011-03-28 | 2 | -12/+0 |
* | some non-MPM code wants to see DEFAULT_PIDLOG, so liberate the | Jeff Trawick | 2011-03-28 | 1 | -5/+0 |
* | consolidate logic to remove the pidfile in a new API, | Jeff Trawick | 2011-03-28 | 1 | -20/+2 |
* | SCOREBOARD_MAINTENANCE_INTERVAL is gone, except for some local | Jeff Trawick | 2011-03-26 | 1 | -7/+0 |
* | * server/mpm/prefork/prefork.c (set_signals): Ignore SIGXFSZ; have a | Joe Orton | 2011-03-21 | 1 | -2/+5 |
* | worker, event, prefork: Correct several issues when built as | Jeff Trawick | 2011-03-05 | 1 | -60/+58 |
* | zap needless reinitialization of is_graceful on the 2nd | Jeff Trawick | 2011-03-05 | 1 | -2/+0 |
* | sanity check use of volatile in prefork, worker, and event | Jeff Trawick | 2011-03-04 | 1 | -8/+7 |
* | prefork in ONE_PROCESS mode: | Jeff Trawick | 2011-03-03 | 1 | -8/+5 |
* | prefork: store pid in scoreboard for ONE_PROCESS mode | Jeff Trawick | 2011-03-02 | 1 | -0/+1 |
* | fix some logging calls to include the server_rec | Jeff Trawick | 2011-02-26 | 1 | -4/+4 |
* | * server/mpm/prefork/prefork.c (stop_listening, sig_term, restart): | Joe Orton | 2011-02-08 | 1 | -0/+3 |
* | Fix ap_mpm_query results: | Stefan Fritsch | 2011-01-09 | 1 | -2/+2 |
* | PR#47782: compiled-in default for MaxConnectionsPerChild is 10,000 vs the | Eric Covener | 2010-11-05 | 1 | -1/+1 |
* | fix description of the change for PR43857; it is a work-around | Jeff Trawick | 2010-10-12 | 1 | -1/+1 |
* | remove more unused variables | Stefan Fritsch | 2010-08-04 | 1 | -9/+0 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -1/+1 |
* | replace r942897 with the original submitted patch | Jeff Trawick | 2010-05-12 | 1 | -0/+1 |
* | revert the PR 43857 fix in r942897 based on a potential | Jeff Trawick | 2010-05-12 | 1 | -6/+6 |
* | prefork MPM: Run cleanups for final request when process exits gracefully. | Jeff Trawick | 2010-05-10 | 1 | -6/+6 |
* | Catch up with ap_[proc|global]_mutex_create api change | William A. Rowe Jr | 2010-05-04 | 1 | -2/+2 |
* | all signs indicate that status value is always -1 on error | Eric Covener | 2010-03-12 | 1 | -1/+1 |
* | reduce the warning level in the bindprocessor() call used to make sure child | Eric Covener | 2010-03-12 | 1 | -1/+1 |
* | Log command line on startup, so there's a record of command line | Daniel Earl Poirier | 2010-02-16 | 1 | -0/+1 |
* | change the preprocessor define ap_accept_mutex_type to upper case | Jeff Trawick | 2010-02-08 | 1 | -2/+2 |
* | Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, | Jeff Trawick | 2009-11-24 | 2 | -34/+14 |
* | Change the configure-based MPM build mechanism to support building | Jeff Trawick | 2009-11-03 | 2 | -8/+2 |
* | more configure-time support for dynamically loadable MPMs: | Jeff Trawick | 2009-11-03 | 1 | -2/+2 |
* | Enhance ap_hook_monitor to pass along a server_rec (in | Jim Jagielski | 2009-09-25 | 1 | -1/+1 |
* | * Do better checking of pollset operations in various places to avoid segfaults. | Ruediger Pluem | 2009-08-16 | 1 | -2/+6 |
* | Move logic to decide if an MPM is supported, and whether the MPM is | Jeff Trawick | 2009-04-17 | 2 | -2/+9 |
* | main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() function | Jeff Trawick | 2009-04-05 | 1 | -8/+8 |
* | mpm-query hook: distinguish between DECLINED and APR_ENOTIMPL so that | Jeff Trawick | 2009-04-01 | 1 | -16/+20 |
* | rename the new retained-data APIs to ap_retained_data_create()/ap_retained_da... | Jeff Trawick | 2009-03-30 | 1 | -2/+2 |
* | the mpm_get_child_pid hook is unnecessary, as was the per-MPM MPM_CHILD_PID()... | Jeff Trawick | 2009-03-29 | 1 | -6/+0 |
* | Core can specify a platform-specific rewrite args hook. Use that on Unix. | Jeff Trawick | 2009-03-29 | 1 | -1/+1 |