You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
480 B

  1. Index: httpd-2.4.25/include/scoreboard.h
  2. ===================================================================
  3. --- httpd-2.4.25.orig/include/scoreboard.h
  4. +++ httpd-2.4.25/include/scoreboard.h
  5. @@ -40,7 +40,7 @@ extern "C" {
  6. /* Scoreboard file, if there is one */
  7. #ifndef DEFAULT_SCOREBOARD
  8. -#define DEFAULT_SCOREBOARD "logs/apache_runtime_status"
  9. +#define DEFAULT_SCOREBOARD "log/apache_runtime_status"
  10. #endif
  11. /* Scoreboard info on a process is, for now, kept very brief ---