004-pidfile_fix.patch 480 B

12345678910111213
  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 ---