Skip to content
  1. Sep 15, 2006
  2. Sep 10, 2006
  3. Sep 09, 2006
  4. Sep 06, 2006
  5. Sep 05, 2006
  6. Sep 04, 2006
  7. Aug 28, 2006
  8. Aug 24, 2006
  9. Aug 14, 2006
    • Chris Darroch's avatar
      Introduce a check_config phase between pre_config and open_logs, · e2725f04
      Chris Darroch authored
      to allow modules to review interdependent configuration directive
      values and adjust them while messages can still be logged to the
      console.
      
      The open_logs phase is already used somewhat for this purpose by
      certain MPMs (winnt, prefork, worker, and event) but only by forcing
      their functions ahead of the core ap_open_logs() function, and
      since this phase runs after the ap_signal_server function during startup,
      it can not be used to generate messages on the console when restarting.
      
      Add the check_config phase to mod_info and mod_example.
      
      Handle relevant MPM directives during this phase and format messages
      for both the console and the error log, as appropriate.  Bounds and sanity
      checks on the values of the MPM directives are handled in sequence in
      this phase instead of in the various directive handling functions, since
      those functions (e.g., set_max_clients()) may not be called at all if their
      directives do not appear in the configuration files...
      e2725f04
    • Nick Kew's avatar
      Note bugfix · 90989779
      Nick Kew authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@431342 13f79535-47bb-0310-9956-ffa450edef68
      90989779
  10. Aug 08, 2006
  11. Aug 02, 2006
  12. Jul 31, 2006
  13. Jul 27, 2006
  14. Jul 26, 2006
  15. Jul 25, 2006
  16. Jul 24, 2006
  17. Jul 23, 2006
  18. Jul 20, 2006
  19. Jul 13, 2006
  20. Jul 12, 2006
  21. Jul 09, 2006
  22. Jun 27, 2006
  23. Jun 26, 2006
  24. Jun 22, 2006
  25. Jun 14, 2006
  26. Jun 03, 2006