From 522a24e4298f78022b91df08e37dacf2d37a59eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sat, 1 Jan 2011 00:21:49 +0000 Subject: [PATCH] markup refinements git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1054179 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 2fbba7802b..6425c18847 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -856,8 +856,8 @@ version 2.3.9. support.
  • On Linux the use of sendfile triggers TCP-checksum offloading bugs on certain networking cards when using IPv6.
  • -
  • On Linux on Itanium, sendfile may be unable to handle files - over 2GB in size.
  • +
  • On Linux on Itanium, sendfile may be unable to handle + files over 2GB in size.
  • With a network-mounted DocumentRoot (e.g., NFS, SMB, CIFS, FUSE), the kernel may be unable to serve the network file through @@ -3641,9 +3641,10 @@ handler

    You can override an earlier defined SetHandler directive by using the value None.

    -

    Note: because SetHandler overrides default handlers, + + Because SetHandler overrides default handlers, normal behaviour such as handling of URLs ending in a slash (/) as - directories or index files is suppressed.

    + directories or index files is suppressed. AddHandler -- 2.50.1