]> git.pld-linux.org Git - packages/apache.git/blame - apache-EAPI_MM_CORE_PATH-correction.patch
- merged mod_ssl 2.8.25-1.3.34 updates from HEAD
[packages/apache.git] / apache-EAPI_MM_CORE_PATH-correction.patch
CommitLineData
3da6a0b8 1diff -Nru apache_1.3.17/src/include/httpd.h apache_1.3.17.new/src/include/httpd.h
2--- apache_1.3.17/src/include/httpd.h Wed Jan 31 20:49:26 2001
3+++ apache_1.3.17.new/src/include/httpd.h Wed Jan 31 20:51:53 2001
4@@ -377,7 +377,7 @@
5 */
6 #ifdef EAPI
7 #ifndef EAPI_MM_CORE_PATH
8-#define EAPI_MM_CORE_PATH "logs/mm"
3be67c33 9+#define EAPI_MM_CORE_PATH "/var/run/apache/mm"
3da6a0b8 10 #endif
11 #ifndef EAPI_MM_CORE_MAXSIZE
12 #define EAPI_MM_CORE_MAXSIZE 1024*1024*1 /* max. 1MB */
This page took 0.045039 seconds and 4 git commands to generate.