From: André Malo Date: Wed, 10 Mar 2004 22:35:30 +0000 (+0000) Subject: update transformation X-Git-Tag: pre_ajp_proxy~558 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f23fcc88db6ec087d9a2b50903a4504c6fc63079;p=apache update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102928 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index f1a78b2983..308c4bad45 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -582,6 +582,14 @@ Result:
The full local filesystem path to the file or script matching the request.
+ +
HTTPS
+ +
Will contain the text "on" if the connection is + using SSL/TLS, or "off" otherwise. (This variable + can be safely used regardless of whether + mod_ssl is loaded).
+ @@ -605,10 +613,14 @@ Result: Apache structures and (if not found there) via getenv() from the Apache server process. -
  • There is the special format: - %{SSL:variable} where variable can be - any SSL environment variable. This is looked-up via internal - SSL structures from the Apache server process.
  • +
  • There is the special format: + %{SSL:variable} where variable is the + name of an SSL environment + variable; this can be used whether or not + mod_ssl is loaded, but will always expand to + the empty string if it is not. Example: + %{SSL:SSL_CIPHER_USEKEYSIZE} may expand to + 128.
  • There is the special format: %{HTTP:header} where header can be