From: Astrid Malo Date: Fri, 25 Apr 2003 20:54:16 +0000 (+0000) Subject: add a ... X-Git-Tag: pre_ajp_proxy~1770 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a2a3326a3558b141a980d97aa37544fab425d0c;p=apache add a ... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99609 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index e2856a9a0e..3f89c9593c 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -141,13 +141,13 @@ switch before dumping core Module:beos, leader, mpm_winnt, perchild, prefork, threadpool, worker

This controls the directory to which Apache attempts to - switch before dumping core. The default is in the + switch before dumping core. The default is in the ServerRoot directory, however since this should not be writable by the user the server runs as, core dumps won't normally get written. If you want a core dump for debugging, you can use this directive to place it in a different location.

-

Linux 2.4 and beyond: If you start Apache as root and you +

Linux 2.4 and beyond: If you start Apache as root and you explicitly configure CoreDumpDirectory, Apache enables core dumps.

@@ -226,7 +226,7 @@ listens to

The Listen directive tells the server to accept incoming requests on the specified port or address-and-port combination. If only a port number is specified, the server listens to - the given port on all interfaces. If an IP address is given as well + the given port on all interfaces. If an IP address is given as well as a port, the server will listen on the given port and interface.

@@ -364,7 +364,7 @@ to hold without calling free() Status:MPM Module:beos, leader, mpm_netware, prefork, threadpool, worker -

The MaxMemFree directive sets the +

The MaxMemFree directive sets the maximum number of free Kbytes that the main allocator is allowed to hold without calling free(). When not set, or when set to zero, the threshold will be set to unlimited.

diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 65a19e3d24..8334ae85d6 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -104,13 +104,13 @@ switch before dumping core

This controls the directory to which Apache attempts to - switch before dumping core. The default is in the + switch before dumping core. The default is in the ServerRoot directory, however since this should not be writable by the user the server runs as, core dumps won't normally get written. If you want a core dump for debugging, you can use this directive to place it in a different location.

-

Linux 2.4 and beyond: If you start Apache as root and you +

Linux 2.4 and beyond: If you start Apache as root and you explicitly configure CoreDumpDirectory, Apache enables core dumps.

@@ -239,7 +239,7 @@ listens to

The Listen directive tells the server to accept incoming requests on the specified port or address-and-port combination. If only a port number is specified, the server listens to - the given port on all interfaces. If an IP address is given as well + the given port on all interfaces. If an IP address is given as well as a port, the server will listen on the given port and interface.

@@ -385,7 +385,7 @@ to hold without calling free() threadpoolworker -

The MaxMemFree directive sets the +

The MaxMemFree directive sets the maximum number of free Kbytes that the main allocator is allowed to hold without calling free(). When not set, or when set to zero, the threshold will be set to unlimited.

@@ -854,4 +854,4 @@ requests
- + \ No newline at end of file