You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2004/04/08 20:17:32 UTC

cvs commit: httpd-2.0/docs/manual/faq all_in_one.html.en error.html.en error.xml

slive       2004/04/08 11:17:32

  Modified:    docs/manual/faq all_in_one.html.en error.html.en error.xml
  Log:
  Add a cgi faq entry and point to the tutorial.
  
  Revision  Changes    Path
  1.11      +13 -0     httpd-2.0/docs/manual/faq/all_in_one.html.en
  
  Index: all_in_one.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/faq/all_in_one.html.en,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -d -b -u -r1.10 -r1.11
  --- all_in_one.html.en	22 Mar 2004 20:59:38 -0000	1.10
  +++ all_in_one.html.en	8 Apr 2004 18:17:32 -0000	1.11
  @@ -145,6 +145,8 @@
       <li><a href="#error.sendfile">Invalid argument:
       core_output_filter: writing data to the network</a></li>
       <li><a href="#error.acceptex">AcceptEx failed</a></li>
  +    <li><a href="#error.scriptheaders">Premature end of script 
  +    headers</a></li>
       </ul>
   
       <h3><a name="error.sendfile" id="error.sendfile">Invalid argument:
  @@ -174,6 +176,17 @@
       <p>If you get error messages related to the <code>AcceptEx</code> syscall
       on win32, see the <code class="directive"><a href="../mod/mpm_winnt.html#win32disableacceptex">Win32DisableAcceptEx</a></code>
       directive.</p>
  +    
  +
  +
  +    <h3><a name="error.scriptheaders" id="error.scriptheaders">Premature end of script 
  +    headers</a></h3>
  +
  +    <p>Most problems with CGI scripts result in this message written in the
  +    error log together with an <code>Internal Server Error</code> delivered
  +    to the browser.  A guide to helping debug this type of problem is
  +    available in the <a href="../howto/cgi.html#troubleshoot">CGI
  +    tutorial</a>.</p>
       
   
   </div></div>
  
  
  
  1.8       +13 -0     httpd-2.0/docs/manual/faq/error.html.en
  
  Index: error.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/faq/error.html.en,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -d -b -u -r1.7 -r1.8
  --- error.html.en	22 Mar 2004 20:59:38 -0000	1.7
  +++ error.html.en	8 Apr 2004 18:17:32 -0000	1.8
  @@ -28,6 +28,8 @@
       <li><a href="#error.sendfile">Invalid argument:
       core_output_filter: writing data to the network</a></li>
       <li><a href="#error.acceptex">AcceptEx failed</a></li>
  +    <li><a href="#error.scriptheaders">Premature end of script 
  +    headers</a></li>
       </ul>
   
       <h3><a name="error.sendfile" id="error.sendfile">Invalid argument:
  @@ -57,6 +59,17 @@
       <p>If you get error messages related to the <code>AcceptEx</code> syscall
       on win32, see the <code class="directive"><a href="../mod/mpm_winnt.html#win32disableacceptex">Win32DisableAcceptEx</a></code>
       directive.</p>
  +    
  +
  +
  +    <h3><a name="error.scriptheaders" id="error.scriptheaders">Premature end of script 
  +    headers</a></h3>
  +
  +    <p>Most problems with CGI scripts result in this message written in the
  +    error log together with an <code>Internal Server Error</code> delivered
  +    to the browser.  A guide to helping debug this type of problem is
  +    available in the <a href="../howto/cgi.html#troubleshoot">CGI
  +    tutorial</a>.</p>
       
   
   </div></div>
  
  
  
  1.5       +13 -0     httpd-2.0/docs/manual/faq/error.xml
  
  Index: error.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/faq/error.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -d -b -u -r1.4 -r1.5
  --- error.xml	22 Mar 2004 20:59:38 -0000	1.4
  +++ error.xml	8 Apr 2004 18:17:32 -0000	1.5
  @@ -31,6 +31,8 @@
       <li><a href="#error.sendfile">Invalid argument:
       core_output_filter: writing data to the network</a></li>
       <li><a href="#error.acceptex">AcceptEx failed</a></li>
  +    <li><a href="#error.scriptheaders">Premature end of script 
  +    headers</a></li>
       </ul>
   
       <section id="error.sendfile"><title>Invalid argument:
  @@ -61,6 +63,17 @@
       <p>If you get error messages related to the <code>AcceptEx</code> syscall
       on win32, see the <directive module="mpm_winnt">Win32DisableAcceptEx</directive>
       directive.</p>
  +    </section>
  +
  +
  +    <section id="error.scriptheaders"><title>Premature end of script 
  +    headers</title>
  +
  +    <p>Most problems with CGI scripts result in this message written in the
  +    error log together with an <code>Internal Server Error</code> delivered
  +    to the browser.  A guide to helping debug this type of problem is
  +    available in the <a href="../howto/cgi.html#troubleshoot">CGI
  +    tutorial</a>.</p>
       </section>
   
   </section>