mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 20:19:30 +08:00
12 lines
352 B
Diff
12 lines
352 B
Diff
--- a/include/scoreboard.h
|
|
+++ b/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/apache2/apache_runtime_status"
|
|
#endif
|
|
|
|
/* Scoreboard info on a process is, for now, kept very brief ---
|