]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport:
authorJoshua Slive <slive@apache.org>
Thu, 8 Apr 2004 18:22:50 +0000 (18:22 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 8 Apr 2004 18:22:50 +0000 (18:22 +0000)
   Add a cgi faq entry and point to the tutorial.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103302 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/faq/all_in_one.html.en
docs/manual/faq/error.html.en
docs/manual/faq/error.xml

index 23602520cf9e1a652242a78b6d0606fa7602cbcd..73611dc4127b9cfce7895ad7241cf874430928ed 100644 (file)
     <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:
     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>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/faq/all_in_one.html" title="English">&nbsp;en&nbsp;</a></p>
index 2cd938d2aadf81253e04dec1b691a30bcb7739f3..6213130fd6a4d89aff73289c7a86a37f43c7c2b2 100644 (file)
@@ -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:
     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>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/faq/error.html" title="English">&nbsp;en&nbsp;</a></p>
index 89dc222a45d1f45fb33a4afcb2b43354813d2be4..e0c3e206eb2bb9481b5cc84c18a3dfb7c83f807d 100644 (file)
@@ -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:
     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>
 
 </faq>