Skip to content
  1. Mar 09, 2003
  2. Mar 08, 2003
  3. Mar 07, 2003
  4. Mar 06, 2003
  5. Mar 05, 2003
  6. Mar 04, 2003
  7. Mar 02, 2003
  8. Mar 01, 2003
  9. Feb 28, 2003
  10. Feb 27, 2003
  11. Feb 26, 2003
  12. Feb 25, 2003
  13. Feb 24, 2003
  14. Feb 23, 2003
  15. Feb 22, 2003
  16. Feb 19, 2003
  17. Feb 18, 2003
  18. Feb 17, 2003
    • Justin Erenkrantz's avatar
      Allow restart of httpd to occur even with syntax errors in the config · 6842cd40
      Justin Erenkrantz authored
      file.  (Out-of-date DSOs with bad MMNs will still be fatal unfortunately.)
      
      Add return parameter to ap_process_config_tree - OK on success, !OK on
      syntax error.  We will no longer call exit() from ap_process_config_tree.
      The caller must exit if there is an error (makes sense anyway).  This allows
      the initial start-up code to delay the exit until trying to let the
      signal_server optional function execute first.
      
      (The chances are that the syntax error isn't in the PidFile directive.  If
      that happens, we'll try the default one.  Oh, well.)
      
      PR: 16813
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98693 13f79535-47bb-0310-9956-ffa450edef68
      6842cd40