Author: mturk
Date: Tue Nov 28 00:51:21 2006
New Revision: 479953

URL: http://svn.apache.org/viewvc?view=rev&rev=479953
Log:
Fix example AprSLL. We have a new param SSLEnabled.

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/apr.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/apr.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/apr.xml?view=diff&rev=479953&r1=479952&r2=479953
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/apr.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/apr.xml Tue Nov 28 00:51:21 2006
@@ -114,13 +114,16 @@
     <attribute name="SSLEngine" required="false">
     <p>
       Name of the SSLEngine to use. off: Do not use SSL, on: Use SSL but no 
specific ENGINE.
-      The default value is on.
+      The default value is <b>on</b>.
       This initializes the native SSL engine, then enable the use of this 
engine in the connector 
       using the <code>SSLEnabled</code> attribute. Example:
       <source>
 &lt;Listener className="org.apache.catalina.core.AprLifecycleListener" 
SSLEngine="on" /&gt;
       </source>
     </p>
+    <p>See the <a href="http://www.openssl.org";>Official OpenSSL 
+       website</a> for more details on SSL hardware engines and manufacturers.
+    </p>
     </attribute>
     </subsection>
   </section>
@@ -287,7 +290,7 @@
                maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
                enableLookups="false" disableUploadTimeout="true"
                acceptCount="100" scheme="https" secure="true"
-               SSLEngine="on" 
+               SSLEnabled="true" 
                SSLCertificateFile="${catalina.base}/conf/localhost.crt"
                SSLCertificateKeyFile="${catalina.base}/conf/localhost.key" 
/&gt;</source>
     </p>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to