]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix mod_asis docs re: use of HTTP/CGI headers.
authorNick Kew <niq@apache.org>
Tue, 21 Feb 2006 21:19:37 +0000 (21:19 +0000)
committerNick Kew <niq@apache.org>
Tue, 21 Feb 2006 21:19:37 +0000 (21:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@379591 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_asis.xml

index 2f8fbd3ceb5ca49bcbe4dd3ee4c0e00b58ac9417..a8e81bb2e23160c5980abdb93579d75e302b9a66 100644 (file)
@@ -55,10 +55,11 @@ HTTP headers</description>
 
     <p>The contents of any file with a <code>.asis</code> extension
     will then be sent by Apache to the client with almost no
-    changes. Clients will need HTTP headers to be attached, so do
-    not forget them. A Status: header is also required; the data
-    should be the 3-digit HTTP response code, followed by a textual
-    message.</p>
+    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>
+
 
     <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