From: Joe Orton Date: Tue, 9 Mar 2004 21:34:52 +0000 (+0000) Subject: Document %{HTTPS} and expand on %{SSL:...} a bit. X-Git-Tag: pre_ajp_proxy~564 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b50e7a244a9ff44ca5ada2bab448b92c6b4539e6;p=apache Document %{HTTPS} and expand on %{SSL:...} a bit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102916 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 11f9414621..5e71208ff1 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -991,6 +991,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).
+ @@ -1014,10 +1022,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