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 @@ + + + +Error Messages - Frequently Asked Questions - Apache HTTP Server + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.1 > FAQ

Error Messages - Frequently Asked Questions

+
top
+
+

Error Messages

+ + +

Invalid argument: + core_output_filter: writing data to the network

+ +

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.

+ + +
+ + \ No newline at end of file diff --git a/docs/manual/faq/error.xml b/docs/manual/faq/error.xml new file mode 100644 index 00000000000..67518c517f5 --- /dev/null +++ b/docs/manual/faq/error.xml @@ -0,0 +1,44 @@ + + + + + +FAQ + +Error Messages - Frequently Asked Questions +What does this error message mean? + + + +
Error Messages + + +
Invalid argument: + core_output_filter: writing data to the network + +

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.

+ +
+
+ +
+ diff --git a/docs/manual/faq/error.xml.meta b/docs/manual/faq/error.xml.meta new file mode 100644 index 00000000000..c36c1aa74cf --- /dev/null +++ b/docs/manual/faq/error.xml.meta @@ -0,0 +1,11 @@ + + + + error + /faq/ + .. + + + en + + -- 2.47.3