summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2024-04-17 02:22:45 +0200
committerEric Covener <covener@apache.org>2024-04-17 02:22:45 +0200
commit64f01f7180484ef96c70eb70d965f4d11c4e7012 (patch)
tree263725c6dfab90c28829a77e0e3e1e49bd0dd45a /docs
parentArrange pytest to run with mod_ssl, still skipping some tests. (diff)
downloadapache2-64f01f7180484ef96c70eb70d965f4d11c4e7012.tar.xz
apache2-64f01f7180484ef96c70eb70d965f4d11c4e7012.zip
doc recent addition ap_trust_cgilike_cl
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917053 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/env.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/manual/env.xml b/docs/manual/env.xml
index 8c61972203..aa9f170d34 100644
--- a/docs/manual/env.xml
+++ b/docs/manual/env.xml
@@ -436,6 +436,14 @@
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">