mturk       2004/12/02 23:03:30

  Modified:    jk/xdocs index.xml
               jk/xdocs/config apache.xml
  Log:
  Fix some minor doc typos.
  
  Revision  Changes    Path
  1.26      +3 -0      jakarta-tomcat-connectors/jk/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/index.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- index.xml 30 Nov 2004 09:16:01 -0000      1.25
  +++ index.xml 3 Dec 2004 07:03:29 -0000       1.26
  @@ -33,6 +33,9 @@
   of Jakarta Tomcat Connectors 1.2.7-beta. The release contains a significant 
number

   of bug fixes and new features. 

   </p>
  +<p>Downlad the <a 
href="http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jakarta-tomcat-connectors-1.2.7-beta-1.tar.gz";>JK
 1.2.7 beta sources</a>
  + | <a 
href="http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jakarta-tomcat-connectors-1.2.7-beta-1.tar.gz.asc";>PGP
 signature</a>
  +</p>
   </li>
   <li><a href="news/20041100.html#20041115.1">15 November 2004 - <b>JK2 is 
officially unsupported!</b></a>
   <p>JK2 has been put in maintainer mode and no further development will take 
place.
  
  
  
  1.3       +13 -22    jakarta-tomcat-connectors/jk/xdocs/config/apache.xml
  
  Index: apache.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/config/apache.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- apache.xml        30 Nov 2004 07:35:37 -0000      1.2
  +++ apache.xml        3 Dec 2004 07:03:30 -0000       1.3
  @@ -124,24 +124,23 @@
   
   <ul>
   <li>
  -<b>info</b> log will contains standard mod_jk activity (default).
  +<b>info</b> log will contain standard mod_jk activity (default).
   </li>
   <li>
  -<li>
  -<b>warn</b> log will contains non fatal error reports.
  +<b>warn</b> log will contain non fatal error reports.
   </li>
  -<b>error</b> log will contains also error reports.
  +<li>
  +<b>error</b> log will contain also error reports.
   </li>
   <li>
  -<b>debug</b> log will contains all informations on mod_jk activity
  +<b>debug</b> log will contain all information on mod_jk activity
   </li>
   <li>
  -<b>trace</b> log will contains all tracing informations on mod_jk activity
  +<b>trace</b> log will contain all tracing information on mod_jk activity
   </li>
   </ul>
   
  -<source>
  -  
  +<source>  
     JkLogLevel    info
   </source>
   
  @@ -158,7 +157,6 @@
   </p>
   
   <source>
  -  
     JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
   </source>
   
  @@ -193,7 +191,6 @@
   </attributes>
   
   <source>
  -
     JkRequestLogFormat     "%w %V %T"
   </source>
   
  @@ -216,8 +213,7 @@
   required by Servlet API 2.3.
   This flag shouldn't be set when servlet engine is Tomcat 3.2.x (on by 
default).
   
  -<source>
  -  
  +<source>  
     JkOptions     +ForwardKeySize
   </source>
   
  @@ -230,8 +226,7 @@
   which is less spec compliant but mod_rewrite compatible, 
   use it for compatibility with Tomcat 3.2.x engines (on by default).
   
  -<source>
  -  
  +<source>  
     JkOptions     +ForwardURICompat
   </source>
   
  @@ -243,8 +238,7 @@
   JkOptions <b>ForwardURICompatUnparsed</b>, the forwarded URI 
   is unparsed, it's spec compliant but broke mod_rewrite.
   
  -<source>
  -  
  +<source>  
     JkOptions     +ForwardURICompatUnparsed
   </source>
   
  @@ -256,8 +250,7 @@
   JkOptions <b>ForwardURIEscaped</b>, the forwarded URI is escaped and 
   Tomcat (since 3.3 rc2) will do the decoding part.
   
  -<source>
  -  
  +<source>  
     JkOptions     +ForwardURIEscaped
   </source>
   
  @@ -299,8 +292,7 @@
   that's going to get served). This is important if there is more then one 
type of
   file that Tomcat normally serves - for instance Velocity pages and JSP pages.
   
  -<source>
  -  
  +<source>  
     JkOptions     +ForwardDirectories
   </source>
   <br/>
  @@ -310,8 +302,7 @@
   <p>
   The directive <b>JkEnvVar</b> allow you to forward an environment vars from 
Apache server to Tomcat engine.
   
  -<source>
  -  
  +<source>  
     JkEnvVar     SSL_CLIENT_V_START
   </source>
   <br/>
  
  
  

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

Reply via email to