bojan       2002/07/23 19:36:36

  Modified:    jk/native/common jk_global.h
  Log:
  New JkOption: ForwardDirectories. If used, all unresolved directory requests
  will be handled by Tomcat. By default, this option will be turned off.
  
  Revision  Changes    Path
  1.19      +3 -1      jakarta-tomcat-connectors/jk/native/common/jk_global.h
  
  Index: jk_global.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_global.h,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- jk_global.h       21 Jun 2002 15:28:56 -0000      1.18
  +++ jk_global.h       24 Jul 2002 02:36:36 -0000      1.19
  @@ -165,6 +165,8 @@
   
   #define JK_OPT_FWDKEYSIZE           0x0004
   
  +#define JK_OPT_FWDDIRS              0x0008
  +
   /* Check for EBCDIC systems */
   
   /* Check for Apache 2.0 running on an EBCDIC system */
  
  
  

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

Reply via email to