add apache
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8010 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
11
net/apache/patches/004-pidfile_fix.patch
Normal file
11
net/apache/patches/004-pidfile_fix.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- httpd-2.2.4.orig/include/scoreboard.h 2007-07-02 03:30:23.000000000 +0200
|
||||
+++ httpd-2.2.4/include/scoreboard.h 2007-07-15 23:43:19.000000000 +0200
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
/* 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 ---
|
Reference in New Issue
Block a user