diff options
author | Jeff Trawick <trawick@apache.org> | 2000-06-21 15:15:30 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2000-06-21 15:15:30 +0200 |
commit | 973c011cb7040a7a414f0c222b9d661fb11a03e6 (patch) | |
tree | 7f930a6d7313a55ad5d4f8d0493c72532964060d /include/mpm_common.h | |
parent | Fix warnings. (diff) | |
download | apache2-973c011cb7040a7a414f0c222b9d661fb11a03e6.tar.xz apache2-973c011cb7040a7a414f0c222b9d661fb11a03e6.zip |
Fix error messages issued from MPMs which explain where to change
compiled-in limits (e.g., ThreadsPerChild, MaxClients, StartTreads).
missing: the same minor changes for the 2nd BeOS MPM
Submitted by: Greg Ames
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85645 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/mpm_common.h')
-rw-r--r-- | include/mpm_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mpm_common.h b/include/mpm_common.h index 0e83e8a597..6611c02a5c 100644 --- a/include/mpm_common.h +++ b/include/mpm_common.h @@ -77,6 +77,8 @@ extern "C" { void ap_reclaim_child_processes(int terminate); void ap_wait_or_timeout(ap_wait_t *status, ap_proc_t *ret, ap_pool_t *p); +#define AP_MPM_HARD_LIMITS_FILE "src/" APACHE_MPM_DIR "/mpm_default.h" + #ifdef __cplusplus } #endif |