]> granicus.if.org Git - apache/commitdiff
* docs/manual/mod/mod_ssl.xml: Document the supported r->notes values.
authorJoe Orton <jorton@apache.org>
Thu, 4 Feb 2010 14:30:29 +0000 (14:30 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 4 Feb 2010 14:30:29 +0000 (14:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@906493 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index 05967a0a69887ce0fb2a45c75cf444aa382663cd..5ab02b08462e4e0d74f9ff26603cdc3d73722ac2 100644 (file)
@@ -132,6 +132,34 @@ CustomLog logs/ssl_request_log \
 </example>
 </section>
 
+<section id="notes"><title>Request Notes</title>
+
+<p><module>mod_ssl</module> sets "notes" for the request which can be
+used in logging with the <code>%{<em>name</em>}n</code> format
+string in <module>mod_log_config</module>.</p>
+
+<p>The notes supported are as follows:</p>
+
+<dl>
+  <dt><code>ssl-access-forbidden</code></dt>
+  <dd>This note is set to the value <code>1</code> if access was
+  denied due to an <directive>SSLRequire</directive>
+  or <directive>SSLRequireSSL</directive> directive.</dd>
+
+  <dt><code>ssl-secure-reneg</code></dt>
+  <dd>If <module>mod_ssl</module> is built against a version of
+  OpenSSL which supports the secure renegotiation extension, this note
+  is set to the value <code>1</code> 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 <code>0</code>.
+  If <module>mod_ssl</module> 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.</dd>
+</dl>
+
+</section>
+
 <directivesynopsis>
 <name>SSLPassPhraseDialog</name>
 <description>Type of pass phrase dialog for encrypted private