]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1917053 from trunk:
authorEric Covener <covener@apache.org>
Wed, 17 Apr 2024 00:23:56 +0000 (00:23 +0000)
committerEric Covener <covener@apache.org>
Wed, 17 Apr 2024 00:23:56 +0000 (00:23 +0000)
doc recent addition ap_trust_cgilike_cl

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1917055 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/env.xml

index f363f0ff28f0971ec7bfa1a601de1d9bb52772c2..039d3ac9621156569fc2f5bbff552eb1550c1fb7 100644 (file)
    documentation for more details.</p>
    </section>
 
+   <section id="cgilike"><title>ap_trust_cgilike_cl</title>
+   <p><em>Available in 2.4.59 and later</em></p>
+     <p> This variable allows a script running in CGI-like module to supply it's
+         own Content-Length HTTP response header. It should
+         only be set on configuration sections that contain trusted scripts.
+     </p>
+   </section>
+
   </section>
 
   <section id="examples">