From: Joshua Slive Date: Thu, 8 Apr 2004 18:22:50 +0000 (+0000) Subject: Backport: X-Git-Tag: 2.0.50~229 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aa66b68f066ed3e028245ebb3fd9793f1d0dd34;p=thirdparty%2Fapache%2Fhttpd.git Backport: 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 --- diff --git a/docs/manual/faq/all_in_one.html.en b/docs/manual/faq/all_in_one.html.en index 23602520cf9..73611dc4127 100644 --- a/docs/manual/faq/all_in_one.html.en +++ b/docs/manual/faq/all_in_one.html.en @@ -145,6 +145,8 @@
  • Invalid argument: core_output_filter: writing data to the network
  • AcceptEx failed
  • +
  • Premature end of script + headers
  • Invalid argument: @@ -176,6 +178,17 @@ directive.

    + +

    Premature end of script + headers

    + +

    Most problems with CGI scripts result in this message written in the + error log together with an Internal Server Error delivered + to the browser. A guide to helping debug this type of problem is + available in the CGI + tutorial.

    + +

    Available Languages:  en 

    diff --git a/docs/manual/faq/error.html.en b/docs/manual/faq/error.html.en index 2cd938d2aad..6213130fd6a 100644 --- a/docs/manual/faq/error.html.en +++ b/docs/manual/faq/error.html.en @@ -28,6 +28,8 @@
  • Invalid argument: core_output_filter: writing data to the network
  • AcceptEx failed
  • +
  • Premature end of script + headers
  • Invalid argument: @@ -59,6 +61,17 @@ directive.

    + +

    Premature end of script + headers

    + +

    Most problems with CGI scripts result in this message written in the + error log together with an Internal Server Error delivered + to the browser. A guide to helping debug this type of problem is + available in the CGI + tutorial.

    + +

    Available Languages:  en 

    diff --git a/docs/manual/faq/error.xml b/docs/manual/faq/error.xml index 89dc222a45d..e0c3e206eb2 100644 --- a/docs/manual/faq/error.xml +++ b/docs/manual/faq/error.xml @@ -31,6 +31,8 @@
  • Invalid argument: core_output_filter: writing data to the network
  • AcceptEx failed
  • +
  • Premature end of script + headers
  • Invalid argument: @@ -63,6 +65,17 @@ directive.</p> </section> + + <section id="error.scriptheaders"><title>Premature end of script + headers + +

    Most problems with CGI scripts result in this message written in the + error log together with an Internal Server Error delivered + to the browser. A guide to helping debug this type of problem is + available in the CGI + tutorial.

    +
    +