UnixWare 2.* users report that SIGHUPs fail to restart
      Apache. No solution yet.
    
    
      Socket Errors (socket error: accept failed) are occuring
      frequently with some O/S; most noticable on Linux. Other
      servers don't have this problem, and it doesn't always occur
      under heavy loads.
    
    
    
      Over 40 patches were submitted for 1.0.2. A fully patched
      Apache was uploaded to make the patching and testing job
      easier for the developers.
    
    
      Current version: 1.0.2, Next version: 1.1b0 (probably). There
      may also be a stable 1.0.3 release which has only major bug
      fixes (and no new features)
    
    
      Apache OS/2 version 1.0.2 is
      available and will become part of the core distribution
      if the OS/2 patches submitted get accepted
    
    
    
      A new version of mod_auth_msql (0.4) with better logging was
      submited. Also from the same author was the mod_auth_anon
      module to allow anonymous users in to a protected area after
      giving an Email address
    
    
      The problems with running multiple Virtual hosts using
      different brands of server has beeen solved with a new patch
      to allow a "Listen" directive. ("Listen
      <address>:<port>")
    
    
      The "Keep-Alive" persistant connection code can now be
      disabled and you can specify a maximum number of transfers
      for each connection. KeepAlives won't work with SSIs or CGIs
      (they don't output Content-length headers and so will
      terminate a keep-alive session). The CERN server buffers all
      small outputs from scripts and the like so it can find the
      length before sending the data to the client. A future
      possibility is to let a CGI script decide how much buffering
      the server is to use on it. KeepAlives also cause problems
      with proxy servers; unfortunately there is no real way of
      knowing a proxy server (the HTTP/1.1 "Forwarded:" header is
      rarely used) to turn off KeepAlives with Proxies.