mturk       2004/12/13 01:31:45

  Modified:    jk/xdocs/config apache.xml
  Log:
  Explain unmount directive more detailed.
  
  Revision  Changes    Path
  1.7       +12 -0     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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- apache.xml        4 Dec 2004 12:28:21 -0000       1.6
  +++ apache.xml        13 Dec 2004 09:31:45 -0000      1.7
  @@ -349,6 +349,18 @@
     # do not send requests ending with .gif to worker1
     JkUnMount /servlet/*.gif worker1
   </source>
  +<p>
  +JkUnMount takes precedence over JkMount directives, meaning that the JK
  +will first look for unmount and then for unmount directives. The following
  +example will block all .gif files.
  +</p>
  +<source>
  +  # send all requests ending with /servlet to worker1
  +  JkUnMount /*.gif worker1
  +  # The .gif files will not be mouted cause JkUnMount takes
  +  # precedance over JkMount directive
  +  JkMount /servlet/*.gif worker1
  +</source>
   
   <p>
   <b>JkAutoAlias</b> directive automatically <b>Alias</b> webapp context 
directories into
  
  
  

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

Reply via email to