Skip to content
  1. Apr 04, 2003
  2. Apr 03, 2003
  3. Apr 02, 2003
  4. Apr 01, 2003
  5. Mar 31, 2003
  6. Mar 30, 2003
  7. Mar 29, 2003
  8. Mar 28, 2003
  9. Mar 27, 2003
    • William A. Rowe Jr's avatar
      · 0d3ea991
      William A. Rowe Jr authored
        Addendum to r1.21... I missed the fact that we blew away the init
        complete state too early in ssl_init_Module().
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99096 13f79535-47bb-0310-9956-ffa450edef68
      0d3ea991
    • William A. Rowe Jr's avatar
      · 9f455d29
      William A. Rowe Jr authored
        Fix a serious bug where the 'next' generation of the server would open
        a brand new mutex.  This patch creates a single mutex in the first config
        phase that survives for the life of the server (server->process->pool).
      
        Now one server generation to the next will respect the same mutex between
        one another, while the previous generation is still mopping up.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99095 13f79535-47bb-0310-9956-ffa450edef68
      9f455d29