From: Joe Orton Date: Thu, 4 Feb 2010 14:30:29 +0000 (+0000) Subject: * docs/manual/mod/mod_ssl.xml: Document the supported r->notes values. X-Git-Tag: 2.3.6~516 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=900d2a4cda24ddfda59182276ddde0bb29f6b644;p=thirdparty%2Fapache%2Fhttpd.git * docs/manual/mod/mod_ssl.xml: Document the supported r->notes values. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@906493 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 05967a0a698..5ab02b08462 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -132,6 +132,34 @@ CustomLog logs/ssl_request_log \ +
Request Notes + +

mod_ssl sets "notes" for the request which can be +used in logging with the %{name}n format +string in mod_log_config.

+ +

The notes supported are as follows:

+ +
+
ssl-access-forbidden
+
This note is set to the value 1 if access was + denied due to an SSLRequire + or SSLRequireSSL directive.
+ +
ssl-secure-reneg
+
If mod_ssl is built against a version of + OpenSSL which supports the secure renegotiation extension, this note + is set to the value 1 if SSL is in used for the current + connection, and the client also supports the secure renegotiation + extension. If the client does not support the secure renegotiation + extension, the note is set to the value 0. + If mod_ssl is not built against a version of + OpenSSL which supports secure renegotiation, or if SSL is not in use + for the current connection, the note is not set.
+
+ +
+ SSLPassPhraseDialog Type of pass phrase dialog for encrypted private