004-pidfile_fix.patch (480B)
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 7 /* Scoreboard file, if there is one */ 8 #ifndef DEFAULT_SCOREBOARD 9 -#define DEFAULT_SCOREBOARD "logs/apache_runtime_status" 10 +#define DEFAULT_SCOREBOARD "log/apache_runtime_status" 11 #endif 12 13 /* Scoreboard info on a process is, for now, kept very brief ---