From c1b72e30de652f8516f61d0af50aa84ff2cb41a2 Mon Sep 17 00:00:00 2001 From: Yoshiki Hayashi Date: Tue, 5 Nov 2002 08:14:34 +0000 Subject: [PATCH] Correct typo, cut and past error, wrong mark up and redundant see also. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97402 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 8 ++++---- docs/manual/mod/core.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index b7f094fd25..43e25705fe 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -616,7 +616,7 @@ Location
to
     <li>On some multiprocessor systems, memory-mapping can reduce the
     performance of the httpd.</li>
     <li>With an NFS-mounted <code class=DocumentRoot, - the httpd may crash due tof a segmentation fault if a file is deleted + the httpd may crash due to a segmentation fault if a file is deleted or truncated while the httpd has it memory-mapped. @@ -665,7 +665,7 @@ Location
to
     </ul>
 
     <p>For server configurations that are vulnerable to these problems,
-    you should disable memory-mapping of delivered files by specifying:</p>
+    you should disable this feature by specifying:</p>
 
     <div class=

EnableSendfile off @@ -1489,7 +1489,7 @@ URLsSyntax:

The slash character has special meaning depending on where in a URL it appears. People may be used to its behavior in the filesystem where multiple adjacent slashes are frequently collapsed to a single - slash (i.e., /home///foo is the same as + slash (i.e., /home///foo is the same as /home/foo). In URL-space this is not necessarily true. The <LocationMatch> directive and the regex version of <Location> require you to explicitly specify multiple @@ -1717,7 +1717,7 @@ hostingSyntax: </VirtualHost>

-

See also