From 584014bb4fedaba9503792fdf4bb1938de095f87 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@unknown> Date: Fri, 25 Apr 2003 19:35:24 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'APACHE_2_0_BRANCH'. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99604 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/faq/error.html.en | 53 ++++++++++++++++++++++++++++++++++ docs/manual/faq/error.xml | 44 ++++++++++++++++++++++++++++ docs/manual/faq/error.xml.meta | 11 +++++++ 3 files changed, 108 insertions(+) create mode 100644 docs/manual/faq/error.html.en create mode 100644 docs/manual/faq/error.xml create mode 100644 docs/manual/faq/error.xml.meta diff --git a/docs/manual/faq/error.html.en b/docs/manual/faq/error.html.en new file mode 100644 index 00000000000..fff4e3519e1 --- /dev/null +++ b/docs/manual/faq/error.html.en @@ -0,0 +1,53 @@ + + +
+Apache HTTP Server Version 2.1
+
Apache uses the sendfile syscall on platforms
+ where it is available in order to speed sending of responses.
+ Unfortunately, on some systems, Apache will detect the presence of
+ sendfile at compile-time, even when it does not work
+ properly. This happens most frequently when using network or
+ other non-standard file-system.
Symptoms of this problem include the above message in the error
+ log and zero-length responses to non-zero-sized files. The
+ problem generally occurs only for static files, since dynamic
+ content usually does not make use of sendfile.
To fix this problem, simply use the EnableSendfile directive to disable
+ sendfile for all or part of your server. Also see
+ the EnableMMAP, which can
+ help with similar problems.
Apache uses the sendfile syscall on platforms
+ where it is available in order to speed sending of responses.
+ Unfortunately, on some systems, Apache will detect the presence of
+ sendfile at compile-time, even when it does not work
+ properly. This happens most frequently when using network or
+ other non-standard file-system.
Symptoms of this problem include the above message in the error
+ log and zero-length responses to non-zero-sized files. The
+ problem generally occurs only for static files, since dynamic
+ content usually does not make use of sendfile.
To fix this problem, simply use the sendfile for all or part of your server. Also see
+ the