From: Eric Covener Date: Wed, 17 Apr 2024 00:23:56 +0000 (+0000) Subject: Merge r1917053 from trunk: X-Git-Tag: 2.4.60-rc1-candidate~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ae770a9b8021294c3a74ed04bff109af6ccec66;p=thirdparty%2Fapache%2Fhttpd.git Merge r1917053 from trunk: 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 --- diff --git a/docs/manual/env.xml b/docs/manual/env.xml index f363f0ff28f..039d3ac9621 100644 --- a/docs/manual/env.xml +++ b/docs/manual/env.xml @@ -436,6 +436,14 @@ documentation for more details.

+
ap_trust_cgilike_cl +

Available in 2.4.59 and later

+

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. +

+
+