1. 12 Nov, 2011 3 commits
    • Stefan Fritsch's avatar
      Merge r1201158 from trunk: · 5b74cce1
      Stefan Fritsch authored
      Set MaxMemFree 2048 by default
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1201161 13f79535-47bb-0310-9956-ffa450edef68
      5b74cce1
    • Stefan Fritsch's avatar
      Merge r1201146 from trunk: · 7aaed111
      Stefan Fritsch authored
      Fix assertion failure during very high load by preventing race condition
      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/branches/2.4.x@1201149 13f79535-47bb-0310-9956-ffa450edef68
      7aaed111
    • Rainer Jung's avatar
      Change module sets and default activation status: · 331edf29
      Rainer Jung authored
      1) Promoted from "most" to "yes/few"
      
      - mod_headers
      
      2) Demoted from "yes/few" 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/few" 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
      
      Backport of r1201111 from trunk.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1201118 13f79535-47bb-0310-9956-ffa450edef68
      331edf29
  2. 11 Nov, 2011 2 commits
    • Rainer Jung's avatar
      Use the right lua scope when used as a hook. · 2b914f35
      Rainer Jung authored
      Backport of r1201042 from trunk.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1201046 13f79535-47bb-0310-9956-ffa450edef68
      2b914f35
    • Jim Jagielski's avatar
      Merge r1200475, r1200478, r1200482, r1200491, r1200513, r1200550, r1200580,... · fecd4102
      Jim Jagielski authored
      Merge r1200475, r1200478, r1200482, r1200491, r1200513, r1200550, r1200580, r1200605, r1200612, r1200614, r1200639, r1200646, r1200656, r1200667, r1200679, r1200699, r1200957, r1200961, r1200963 from trunk:
      
      fix issue with incorrect munging of the lua package path -- LuaPackagePath directives were not working
      
      Default to not allowing htaccess in /, instead of just the documentroot, which gets a nice 10% performance boost by default for me.
      
      * modules/ssl/ssl_private.h, modules/ssl/ssl_engine_kernel.c
        (ssl_callback_tlsext_tickets): Use unsigned char * to fix gcc
        -Wpointer-sign warnings.
      
      
      Only load the really imporant modules (i.e. those enabled by the 'few'
      selection) by default. Don't handle modules enabled with --enable-foo
      specially.
      
      This fixes problems with module dependencies until someone implements a
      mechanism for resolving module dependencies.
      
      
      remove last traces of the code cache
      
      * modules/proxy/mod_proxy_html.c (comp_urlmap): Fix const-ness warning.
      
      
      * modules/lua/mod_lua.c (ap_lua_ssl_is_https): New function.
        (lua_post_config): Pick up ssl_is_https optional function.
      
      * modules/lua/lua_request.c (req_ssl_is_https_field): New function.
        (ap_lua_load_request): Map is_https field to above.
      
      
      remove some debug logging which snuck in
      
      remove ability to set min and max pool sizes for server scope in prep for removing server scope
      
      remove lingering reslist references before killing server scope
      
      replace server scope with thread scope
      
      use a sub-pool for scope_once
      
      Fix installation of conf/extra/proxy-html.conf.
      
      Otherwise httpd does no longer start, because
      it is the only extra file required in the main
      config at the moment.
      
      
      Rebuild xdoc transform
      
      
      Clarify docs for LimitRequestLine, as per bug #51665.
      
      
      Rebuild doc transforms.
      
      Submitted by: brianm, pquerna, jorton, sf, brianm, jorton, jorton, sf, pquerna, brianm, brianm, brianm, brianm, brianm, jorton, rjung, rbowen, rbowen, rbowen
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1200981 13f79535-47bb-0310-9956-ffa450edef68
      fecd4102
  3. 10 Nov, 2011 1 commit
  4. 09 Nov, 2011 2 commits
  5. 08 Nov, 2011 7 commits
  6. 07 Nov, 2011 2 commits
  7. 05 Nov, 2011 1 commit
  8. 04 Nov, 2011 3 commits
  9. 29 Oct, 2011 2 commits
  10. 27 Oct, 2011 1 commit
  11. 26 Oct, 2011 1 commit
  12. 25 Oct, 2011 2 commits
  13. 23 Oct, 2011 2 commits
  14. 22 Oct, 2011 1 commit
  15. 18 Oct, 2011 1 commit
  16. 10 Oct, 2011 2 commits
  17. 09 Oct, 2011 5 commits
  18. 08 Oct, 2011 2 commits