1. 12 Nov, 2011 2 commits
    • Stefan Fritsch's avatar
      Fix assertion failure during very high load by preventing race condition · 863723b1
      Stefan Fritsch authored
      between appending to the timeout queues and adding to the pollset. We don't
      add additional locking calls but only extend the present calls to include the
      apr_pollset_add. Therefore this hopefully should not cause too much performance
      regression.
      
      Add some comments 
      
      Replace two AP_DEBUG_ASSERTS with better error handling
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201146 13f79535-47bb-0310-9956-ffa450edef68
      863723b1
    • Rainer Jung's avatar
      Change module sets and default activation status: · 8ca7800c
      Rainer Jung authored
      1) Promoted from "most" to "few"
      
      - mod_headers
      
      2) Demoted from "yes" to "most"
      
      - mod_actions
      - mod_allowmethods
      - mod_auth_form
      - mod_buffer
      - mod_cgi(d)
      - mod_include
      - mod_negotiation
      - mod_ratelimit
      - mod_request
      - mod_userdir
      
      Remember: default module set is "most",
      but only the LoadModule lines of all
      modules except "yes" are commented out by default.
      
      The following modules will now be loaded by default:
      
      - mod_access_compat
      - mod_alias
      - mod_auth_basic
      - mod_authn_core
      - mod_authn_file
      - mod_authz_core
      - mod_authz_groupfile
      - mod_authz_host
      - mod_authz_user
      - mod_autoindex
      - mod_dir
      - mod_env
      - mod_filter
      - mod_headers
      - mod_log_config
      - mod_mime
      - mod_mpm_event
      - mod_reqtimeout
      - mod_setenvif
      - mod_status
      - mod_unixd
      - mod_version
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201111 13f79535-47bb-0310-9956-ffa450edef68
      8ca7800c
  2. 11 Nov, 2011 19 commits
  3. 10 Nov, 2011 19 commits