summaryrefslogtreecommitdiffstats
path: root/net/apache/patches/004-pidfile_fix.patch
blob: 647f821adac048d6ddafc2dea8db37e1db004239 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: httpd-2.4.25/include/scoreboard.h
===================================================================
--- httpd-2.4.25.orig/include/scoreboard.h
+++ httpd-2.4.25/include/scoreboard.h
@@ -40,7 +40,7 @@ extern "C" {
 
 /* Scoreboard file, if there is one */
 #ifndef DEFAULT_SCOREBOARD
-#define DEFAULT_SCOREBOARD "logs/apache_runtime_status"
+#define DEFAULT_SCOREBOARD "log/apache_runtime_status"
 #endif
 
 /* Scoreboard info on a process is, for now, kept very brief ---