diff options
author | Igor Galić <igalic@apache.org> | 2010-11-18 03:40:37 +0100 |
---|---|---|
committer | Igor Galić <igalic@apache.org> | 2010-11-18 03:40:37 +0100 |
commit | ab37fe8368854b943a1d932c77e4350b20dcee22 (patch) | |
tree | 8768975a99c8def19794db66728d46fb1a78d382 /docs/manual/mod | |
parent | When the proxy closes the backend connection early, force a setaside on (diff) | |
download | apache2-ab37fe8368854b943a1d932c77e4350b20dcee22.tar.xz apache2-ab37fe8368854b943a1d932c77e4350b20dcee22.zip |
Content-Length is set by mod_asis.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036315 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r-- | docs/manual/mod/mod_asis.html.en | 4 | ||||
-rw-r--r-- | docs/manual/mod/mod_asis.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_asis.html.en b/docs/manual/mod/mod_asis.html.en index 1561afe637..8b6444964b 100644 --- a/docs/manual/mod/mod_asis.html.en +++ b/docs/manual/mod/mod_asis.html.en @@ -70,7 +70,9 @@ HTTP headers</td></tr> changes. In particular, HTTP headers are derived from the file itself according to <code class="module"><a href="../mod/mod_cgi.html">mod_cgi</a></code> rules, so an asis file must include valid headers, and may also use the CGI - Status: header to determine the HTTP response code.</p> + <code>Status:</code> header to determine the HTTP response + code. The <code>Content-Length:</code> header will automatically + be inserted or, if included, corrected by httpd.</p> <p>Here's an example of a file whose contents are sent <em>as is</em> so as to tell the client that a file has diff --git a/docs/manual/mod/mod_asis.xml b/docs/manual/mod/mod_asis.xml index aee0b2f2aa..4da3831def 100644 --- a/docs/manual/mod/mod_asis.xml +++ b/docs/manual/mod/mod_asis.xml @@ -58,7 +58,9 @@ HTTP headers</description> changes. In particular, HTTP headers are derived from the file itself according to <module>mod_cgi</module> rules, so an asis file must include valid headers, and may also use the CGI - Status: header to determine the HTTP response code.</p> + <code>Status:</code> header to determine the HTTP response + code. The <code>Content-Length:</code> header will automatically + be inserted or, if included, corrected by httpd.</p> <p>Here's an example of a file whose contents are sent <em>as is</em> so as to tell the client that a file has |