]> granicus.if.org Git - apache/commitdiff
Add a cgi faq entry and point to the tutorial.
authorJoshua Slive <slive@apache.org>
Thu, 8 Apr 2004 18:17:32 +0000 (18:17 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 8 Apr 2004 18:17:32 +0000 (18:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103299 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 9e497776e711fd275d2a92a936e7586613912532..e37e4675e8ca6aaba24cb40cf959dbd141ea95e2 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 8841944123a67a0d874a5b29077762eb6b7ee096..0046cb16a19406da3d294d89b1befd1ac35327e9 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>