From: André Malo
The optional condition can be either onsuccess
- or always
. It determines, when the specified action should be
- taken. onsuccess
stands for 2xx
status
- codes and always
for all status codes (including
- 2xx
).
always
. It determines, which internal header table should be
+ operated on. onsuccess
stands for 2xx
+ status codes and always
for all status codes (including
+ 2xx
). Especially if you want to unset headers
+ set by certain modules, you should try out, which table is affected.
The action it performs is determined by the second argument. This can be one of the following values:
diff --git a/docs/manual/mod/mod_headers.xml.ja b/docs/manual/mod/mod_headers.xml.ja index 4862ea919a..ff8a43432d 100644 --- a/docs/manual/mod/mod_headers.xml.ja +++ b/docs/manual/mod/mod_headers.xml.ja @@ -1,7 +1,7 @@ - +