You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2011/09/22 22:08:42 UTC

svn commit: r1174362 - in /tomcat/site/trunk: docs/security-7.html xdocs/security-7.xml

Author: kkolinko
Date: Thu Sep 22 20:08:41 2011
New Revision: 1174362

URL: http://svn.apache.org/viewvc?rev=1174362&view=rev
Log:
Rephrase, like I already did for 5.5 and 6.0.

Modified:
    tomcat/site/trunk/docs/security-7.html
    tomcat/site/trunk/xdocs/security-7.xml

Modified: tomcat/site/trunk/docs/security-7.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-7.html?rev=1174362&r1=1174361&r2=1174362&view=diff
==============================================================================
--- tomcat/site/trunk/docs/security-7.html (original)
+++ tomcat/site/trunk/docs/security-7.html Thu Sep 22 20:08:41 2011
@@ -359,12 +359,20 @@
       <li>Upgrade to Tomcat 7.0.21</li>
       <li>Apply the appropriate <a href="http://svn.apache.org/viewvc?view=rev&amp;rev=1162958">patch</a>
 </li>
-      <li>Configure both Tomcat and the reverse proxy to use a shared secret
-       ("requiredSecret" attribute in
-       <a href="/tomcat-7.0-doc/config/ajp.html">&lt;Connector&gt;</a>;
-       "worker.<i>workername</i>.secret" directive for
-       <a href="/connectors-doc/reference/workers.html">mod_jk</a>;
-       mod_proxy_ajp currently does not support shared secrets)</li>
+      <li>Configure both Tomcat and the reverse proxy to use a shared secret.<br/>
+       (It is "<code>requiredSecret</code>" attribute in AJP &lt;Connector&gt;,
+       "<code>worker.<i>workername</i>.secret</code>" directive for mod_jk.
+       The mod_proxy_ajp module currently does not support shared secrets).</li>
+    </ul>
+
+    <p>References:</p>
+    <ul>
+      <li>
+<a href="/tomcat-7.0-doc/config/ajp.html">AJP Connector documentation (Tomcat 7.0)</a>
+</li>
+      <li>
+<a href="/connectors-doc/reference/workers.html">workers.properties configuration (mod_jk)</a>
+</li>
     </ul>
   </blockquote>
 </p>

Modified: tomcat/site/trunk/xdocs/security-7.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security-7.xml?rev=1174362&r1=1174361&r2=1174362&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/security-7.xml (original)
+++ tomcat/site/trunk/xdocs/security-7.xml Thu Sep 22 20:08:41 2011
@@ -59,12 +59,16 @@
     <ul>
       <li>Upgrade to Tomcat 7.0.21</li>
       <li>Apply the appropriate <revlink rev="1162958">patch</revlink></li>
-      <li>Configure both Tomcat and the reverse proxy to use a shared secret
-       ("requiredSecret" attribute in
-       <a href="/tomcat-7.0-doc/config/ajp.html">&lt;Connector&gt;</a>;
-       "worker.<i>workername</i>.secret" directive for
-       <a href="/connectors-doc/reference/workers.html">mod_jk</a>;
-       mod_proxy_ajp currently does not support shared secrets)</li>
+      <li>Configure both Tomcat and the reverse proxy to use a shared secret.<br />
+       (It is "<code>requiredSecret</code>" attribute in AJP &lt;Connector&gt;,
+       "<code>worker.<i>workername</i>.secret</code>" directive for mod_jk.
+       The mod_proxy_ajp module currently does not support shared secrets).</li>
+    </ul>
+
+    <p>References:</p>
+    <ul>
+      <li><a href="/tomcat-7.0-doc/config/ajp.html">AJP Connector documentation (Tomcat 7.0)</a></li>
+      <li><a href="/connectors-doc/reference/workers.html">workers.properties configuration (mod_jk)</a></li>
     </ul>
   </section>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org