]> granicus.if.org Git - apache/commitdiff
* Fix an error in the documentation.
authorRuediger Pluem <rpluem@apache.org>
Sat, 25 Apr 2009 14:19:26 +0000 (14:19 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 25 Apr 2009 14:19:26 +0000 (14:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@768535 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index aff648de16ec3740751ee8833e606ad8c317965e..fe09b7bdfd9a38330c6c8001a2c86f6633421278 100644 (file)
@@ -1505,7 +1505,7 @@ SSLProxyVerifyDepth 10
 <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 @@ SSLProxyCheckPeerExpire on
 <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>