From: Rainer Jung Date: Sat, 11 Aug 2012 11:09:07 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.3~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=491fca8cd57fbe8a2fd76bdb6ff658ec5177a523;p=apache xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1371915 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/convenience.map b/docs/manual/convenience.map index 938b4bce90..bfe1174c56 100644 --- a/docs/manual/convenience.map +++ b/docs/manual/convenience.map @@ -489,6 +489,7 @@ sslcertificatechainfile mod/mod_ssl.html#sslcertificatechainfile sslcertificatefile mod/mod_ssl.html#sslcertificatefile sslcertificatekeyfile mod/mod_ssl.html#sslcertificatekeyfile sslciphersuite mod/mod_ssl.html#sslciphersuite +sslcompression mod/mod_ssl.html#sslcompression sslcryptodevice mod/mod_ssl.html#sslcryptodevice sslengine mod/mod_ssl.html#sslengine sslfips mod/mod_ssl.html#sslfips diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 839d263cfe..775e4def5e 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -216,8 +216,10 @@ Header merge Cache-Control no-store env=NO_STORE

Header Directive

- + @@ -281,10 +283,15 @@ Header merge Cache-Control no-store env=NO_STORE value must be omitted.
edit
+
edit*
If this response header exists, its value is transformed according to a regular expression search-and-replace. The value argument is a regular expression, and the replacement - is a replacement string, which may contain backreferences.
+ is a replacement string, which may contain backreferences. + The edit form will match and replace exactly once + in a header value, whereas the edit* form will replace + every instance of the search pattern if it appears more + than once.
merge
The response header is appended to any existing header of @@ -381,8 +388,10 @@ Header merge Cache-Control no-store env=NO_STORE
Description:Configure HTTP response headers
Syntax:Header [condition] add|append|echo|edit|merge|set|unset -header [value] [early|env=[!]variable]
Syntax:Header [condition] add|append|echo|edit|edit*|merge|set|unset +header [value] [replacement] +[early|env=[!]variable]|expr=expression] +
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Extension
- + diff --git a/docs/manual/mod/mod_headers.html.fr b/docs/manual/mod/mod_headers.html.fr index a873332e5f..8c5d78783e 100644 --- a/docs/manual/mod/mod_headers.html.fr +++ b/docs/manual/mod/mod_headers.html.fr @@ -29,6 +29,8 @@  ja  |  ko 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
Description:Configure HTTP request headers
Syntax:RequestHeader add|append|edit|edit*|merge|set|unset header -[value] [replacement] [early|env=[!]variable]
Syntax:RequestHeader add|append|edit|edit*|merge|set|unset +header [value] [replacement] +[early|env=[!]variable]|expr=expression] +
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Extension
diff --git a/docs/manual/mod/mod_headers.xml.fr b/docs/manual/mod/mod_headers.xml.fr index 3875d4bb19..9338bd50fb 100644 --- a/docs/manual/mod/mod_headers.xml.fr +++ b/docs/manual/mod/mod_headers.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_headers.xml.ja b/docs/manual/mod/mod_headers.xml.ja index f1811dce09..3b71ebd2b4 100644 --- a/docs/manual/mod/mod_headers.xml.ja +++ b/docs/manual/mod/mod_headers.xml.ja @@ -1,7 +1,7 @@ - + +
Description:Personnalisation des en-têtes de requêtes et de réponses HTTP
Statut:Extension