clar        2005/06/10 09:24:35

  Modified:    jk/native/apache-1.3 Makefile.netware
  Log:
  mod_jk is not MT safe for NetWare on Apache 1.3.x
  
  Revision  Changes    Path
  1.7       +1 -1      
jakarta-tomcat-connectors/jk/native/apache-1.3/Makefile.netware
  
  Index: Makefile.netware
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/native/apache-1.3/Makefile.netware,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Makefile.netware    13 Feb 2005 22:28:07 -0000    1.6
  +++ Makefile.netware    10 Jun 2005 16:24:35 -0000    1.7
  @@ -22,7 +22,7 @@
   VERSION    = $(JK_VERSION)
   COPYR    = Copyright (c) 2000-2004 The Apache Software Foundation. All 
rights reserved.
   DESCR    = Apache $(AP_VERSION_STR) plugin for Jakarta/Tomcat 
$(JK_VERSION_STR)
  -MTSAFE    = YES
  +MTSAFE    = NO
   STACK    = 49152
   #SCREEN    = NONE
   EXPORTS    = jk_module
  
  
  


Reply via email to