rse         98/05/05 04:26:06

  Modified:    .        STATUS
  Log:
  Add URL for "module execution order for DSO situation" patch and make sure it
  recognized as a showstopper because:
  
  Without it 1.3b7 will have the same side-effects as 1.3b6 when using DSO: The
  module execution order is incorrect because it is split into two separately
  sorted lists and the user even has no chance to manually correct it because
  the AddModule command is broken.  This patch fixes both AddModule and makes
  sure the module list is reconstructed in httpd.conf when DSO's are used.
  
  So, especially it changes some stuff in http_config a review and votes would
  be fine.
  
  Revision  Changes    Path
  1.374     +7 -7      apache-1.3/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.373
  retrieving revision 1.374
  diff -u -r1.373 -r1.374
  --- STATUS    1998/05/05 10:44:00     1.373
  +++ STATUS    1998/05/05 11:26:05     1.374
  @@ -11,6 +11,13 @@
   
   FINAL RELEASE SHOWSTOPPERS:
   
  +    * Ralf's "[PATCH] Fix module execution order for DSO situation (take 2)":
  +      This is the final patch for 1.3b7 to make sure the module execution
  +      order is correct even when the DSO mechanism is used. This is mainly
  +      achieved by fixing the AddModule command.
  +      See: http://www.engelschall.com/sw/apache/ [dsoexecorder]
  +      Status: Ralf +1
  +
       * proxy security fixes from 1.2.5 need to be brought forward.
         Note: off-by-one error in ap_proxy_date_canon() in
               proxy_util.c was fixed.  any others???
  @@ -65,13 +72,6 @@
        virtualhosting.  (If it exists already I can't find it easily.)
   
   Available Patches:
  -
  -    * Ralf's "[PATCH] Fix module execution order for DSO situation (take 2)":
  -      This is the final patch for 1.3b7 to make sure the module execution
  -      order is correct even when the DSO mechanism is used. This is mainly
  -      achieved by fixing the AddModule command.
  -      <[EMAIL PROTECTED]>
  -      Status: Ralf +1
   
       * Ed Korthof's patch to fix protocol issues surrounding 400, 408, and
         414 responses.
  
  
  

Reply via email to