home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F277804_error.html.en < prev    next >
Extensible Markup Language  |  2004-05-07  |  5KB  |  83 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
  4.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  5.               This file is generated from xml source: DO NOT EDIT
  6.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  7.       -->
  8. <title>Error Messages - Frequently Asked Questions - Apache HTTP Server</title>
  9. <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  10. <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  11. <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  12. <link href="../images/favicon.ico" rel="shortcut icon" /></head>
  13. <body id="manual-page" class="no-sidebar"><div id="page-header">
  14. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
  15. <p class="apache">Apache HTTP Server Version 2.0</p>
  16. <img alt="" src="../images/feather.gif" /></div>
  17. <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
  18. <div id="path">
  19. <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.0</a> > <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Error Messages - Frequently Asked Questions</h1>
  20. <div class="toplang">
  21. <p><span>Available Languages: </span><a href="../en/faq/error.html" title="English"> en </a> |
  22. <a href="../ko/faq/error.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
  23. </div>
  24. </div>
  25. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  26. <div class="section">
  27. <h2><a name="error" id="error">Error Messages</a></h2>
  28.     <ul>
  29.     <li><a href="#error.sendfile">Invalid argument:
  30.     core_output_filter: writing data to the network</a></li>
  31.     <li><a href="#error.acceptex">AcceptEx failed</a></li>
  32.     <li><a href="#error.scriptheaders">Premature end of script 
  33.     headers</a></li>
  34.     </ul>
  35.  
  36.     <h3><a name="error.sendfile" id="error.sendfile">Invalid argument:
  37.     core_output_filter: writing data to the network</a></h3>
  38.  
  39.     <p>Apache uses the <code>sendfile</code> syscall on platforms
  40.     where it is available in order to speed sending of responses.
  41.     Unfortunately, on some systems, Apache will detect the presence of
  42.     <code>sendfile</code> at compile-time, even when it does not work
  43.     properly.  This happens most frequently when using network or
  44.     other non-standard file-system.</p>
  45.  
  46.     <p>Symptoms of this problem include the above message in the error
  47.     log and zero-length responses to non-zero-sized files.  The
  48.     problem generally occurs only for static files, since dynamic
  49.     content usually does not make use of <code>sendfile</code>.</p>
  50.  
  51.     <p>To fix this problem, simply use the <code class="directive"><a href="../mod/core.html#enablesendfile">EnableSendfile</a></code> directive to disable
  52.     <code>sendfile</code> for all or part of your server.  Also see
  53.     the <code class="directive"><a href="../mod/core.html#enablemmap">EnableMMAP</a></code>, which can
  54.     help with similar problems.</p>
  55.  
  56.     
  57.  
  58.     <h3><a name="error.acceptex" id="error.acceptex">AcceptEx Failed</a></h3>
  59.  
  60.     <p>If you get error messages related to the <code>AcceptEx</code> syscall
  61.     on win32, see the <code class="directive"><a href="../mod/mpm_winnt.html#win32disableacceptex">Win32DisableAcceptEx</a></code>
  62.     directive.</p>
  63.     
  64.  
  65.  
  66.     <h3><a name="error.scriptheaders" id="error.scriptheaders">Premature end of script 
  67.     headers</a></h3>
  68.  
  69.     <p>Most problems with CGI scripts result in this message written in the
  70.     error log together with an <code>Internal Server Error</code> delivered
  71.     to the browser.  A guide to helping debug this type of problem is
  72.     available in the <a href="../howto/cgi.html#troubleshoot">CGI
  73.     tutorial</a>.</p>
  74.     
  75.  
  76. </div></div>
  77. <div class="bottomlang">
  78. <p><span>Available Languages: </span><a href="../en/faq/error.html" title="English"> en </a> |
  79. <a href="../ko/faq/error.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
  80. </div><div id="footer">
  81. <p class="apache">Copyright 1999-2004 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
  82. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
  83. </body></html>