]> granicus.if.org Git - apache/commitdiff
Content-Length is set by mod_asis.
authorIgor Galić <igalic@apache.org>
Thu, 18 Nov 2010 02:40:37 +0000 (02:40 +0000)
committerIgor Galić <igalic@apache.org>
Thu, 18 Nov 2010 02:40:37 +0000 (02:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1036315 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_asis.html.en
docs/manual/mod/mod_asis.xml

index 1561afe637990dc1cc5935dec280260738104154..8b6444964b3e2c19281ee25e4b79fba123a5b441 100644 (file)
@@ -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
index aee0b2f2aaa1ab738206acd9674e5aaa5f008091..4da3831def3d7b97034c753f71d34bdaa2242d99 100644 (file)
@@ -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