From 6a57b9dd9e368d06948a38411b303bf8b5424e3a Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Thu, 8 Apr 2004 18:17:32 +0000 Subject: [PATCH] Add a cgi faq entry and point to the tutorial. 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 | 13 +++++++++++++ docs/manual/faq/error.html.en | 13 +++++++++++++ docs/manual/faq/error.xml | 13 +++++++++++++ 3 files changed, 39 insertions(+) diff --git a/docs/manual/faq/all_in_one.html.en b/docs/manual/faq/all_in_one.html.en index 9e497776e7..e37e4675e8 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 8841944123..0046cb16a1 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 89dc222a45..e0c3e206eb 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.

    +
    + -- 2.50.1