Author: rjung
Date: Thu May 17 09:02:19 2012
New Revision: 1339522

URL: http://svn.apache.org/viewvc?rev=1339522&view=rev
Log:
BZ53252: trivial typo fixes in docs.

Provided by Sajad Bashir.

Modified:
    tomcat/jk/trunk/xdocs/reference/apache.xml
    tomcat/jk/trunk/xdocs/webserver_howto/apache.xml

Modified: tomcat/jk/trunk/xdocs/reference/apache.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/reference/apache.xml?rev=1339522&r1=1339521&r2=1339522&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/reference/apache.xml (original)
+++ tomcat/jk/trunk/xdocs/reference/apache.xml Thu May 17 09:02:19 2012
@@ -983,7 +983,7 @@ More complex patterns in JkUnMount worke
 the Apache document space. It enables Apache to serve a static context while 
Tomcat
 serving dynamic context. This directive is used for convenience so that you 
don't
 have to put an apache Alias directive for each application directory inside 
Tomcat's
-webapp directory. For security reasons is is strongly recommended that JkMount
+webapp directory. For security reasons it is strongly recommended that JkMount
 is used to pass all requests to Tomcat by default and JkUnMount is used to
 explicitly exclude static content to be served by httpd. It should also be 
noted
 that content served by httpd will bypass any security constraints defined in 
the

Modified: tomcat/jk/trunk/xdocs/webserver_howto/apache.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/webserver_howto/apache.xml?rev=1339522&r1=1339521&r2=1339522&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/webserver_howto/apache.xml (original)
+++ tomcat/jk/trunk/xdocs/webserver_howto/apache.xml Thu May 17 09:02:19 2012
@@ -215,7 +215,7 @@ mod_jk requires two entities:
 
 <ul>
 <li>
-<b>mod_jk.xxx</b> - The Apache HTTP Server module, depending on your operating 
system, it will be mod_jk.so, mod_jk.nlm or
+<b>mod_jk.xxx</b> - The Apache HTTP Server module, depending on your operating 
system, it will be mod_jk.so, mod_jk.nlm
 or MOD_JK.SRVPGM (see the build section).
 </li>
 <li>
@@ -763,7 +763,7 @@ of passing the request to Tomcat.
 </p>
 
 <p>
-Caution: For security reasons is is strongly recommended that JkMount is used 
to
+Caution: For security reasons it is strongly recommended that JkMount is used 
to
 pass all requests to Tomcat by default and JkUnMount is used to explicitly
 exclude static content to be served by httpd. It should also be noted that
 content served by httpd will bypass any security constraints defined in the



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

Reply via email to