No Description

004-pidfile_fix.patch 345B

1234567891011
  1. --- a/include/scoreboard.h
  2. +++ b/include/scoreboard.h
  3. @@ -42,7 +42,7 @@ extern "C" {
  4. /* Scoreboard file, if there is one */
  5. #ifndef DEFAULT_SCOREBOARD
  6. -#define DEFAULT_SCOREBOARD "logs/apache_runtime_status"
  7. +#define DEFAULT_SCOREBOARD "log/apache_runtime_status"
  8. #endif
  9. /* Scoreboard info on a process is, for now, kept very brief ---