From 28ebfde80173b43bae4cc70aac41f4ff763e8ab9 Mon Sep 17 00:00:00 2001
From: Eric Covener 2xx
responses such as redirects or client errors.
To manipulate headers set by CGI scripts, it is necessary to specify
+ always
for the first parameter.
The action it performs is determined by the first argument (second argument if a condition is specified). This can be one of the following values:
diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index d269e18463..755d3cb48d 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -315,6 +315,11 @@ headers successful responses, and is always needed to affect non-2xx
responses such as redirects or client errors.
+ To manipulate headers set by CGI scripts, it is necessary to specify
+ always
for the first parameter.
The action it performs is determined by the first argument (second argument if a condition is specified). This can be one of the following values:
-- 2.50.1