You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2009/04/25 16:19:26 UTC

svn commit: r768535 - /httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml

Author: rpluem
Date: Sat Apr 25 14:19:26 2009
New Revision: 768535

URL: http://svn.apache.org/viewvc?rev=768535&view=rev
Log:
* Fix an error in the documentation.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml?rev=768535&r1=768534&r2=768535&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml Sat Apr 25 14:19:26 2009
@@ -1505,7 +1505,7 @@
 <name>SSLProxyCheckPeerExpire</name>
 <description>Whether to check if remote server certificate is expired
 </description>
-<syntax>SSLProxyCheckPeerExpire on|off|optional</syntax>
+<syntax>SSLProxyCheckPeerExpire on|off</syntax>
 <default>SSLProxyCheckPeerExpire off</default>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>
@@ -1526,7 +1526,7 @@
 <name>SSLProxyCheckPeerCN</name>
 <description>Whether to check the remote server certificates CN field
 </description>
-<syntax>SSLProxyCheckPeerCN on|off|optional</syntax>
+<syntax>SSLProxyCheckPeerCN on|off</syntax>
 <default>SSLProxyCheckPeerCN off</default>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>