]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r768535 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Sat, 25 Apr 2009 14:20:27 +0000 (14:20 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 25 Apr 2009 14:20:27 +0000 (14:20 +0000)
* Fix an error in the documentation.

Submitted by: rpluem
Reviewed by: pluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@768536 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index 1a93b791ff9d1040cbaf7be5d5b4b45b69636548..1995200866c0de1f6f8c2862846ebaffac31b78e 100644 (file)
@@ -1506,7 +1506,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>
@@ -1527,7 +1527,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>