mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 14:48:39 +01:00
f8b42ce2c9
- refresh patches Signed-off-by: heil <heil@terminal-consulting.de>
14 lines
480 B
Diff
14 lines
480 B
Diff
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 ---
|