]> git.pld-linux.org Git - packages/apache.git/blame - apache-mm_conf.patch
- release++
[packages/apache.git] / apache-mm_conf.patch
CommitLineData
81b665bf 1diff -Nru apache_1.3.12/src/Configuration.tmpl apache_1.3.12.new/src/Configuration.tmpl
2--- apache_1.3.12/src/Configuration.tmpl Tue Mar 14 02:04:30 2000
3+++ apache_1.3.12.new/src/Configuration.tmpl Tue Mar 14 02:05:17 2000
4@@ -83,7 +83,7 @@
5 # course.
6
7 Rule EAPI=no
8-#EAPI_MM=SYSTEM
9+EAPI_MM=SYSTEM
10
11 ################################################################
12 # Dynamic Shared Object (DSO) support
13diff -Nru apache_1.3.12/src/include/httpd.h apache_1.3.12.new/src/include/httpd.h
14--- apache_1.3.12/src/include/httpd.h Tue Mar 14 02:04:30 2000
15+++ apache_1.3.12.new/src/include/httpd.h Tue Mar 14 02:07:32 2000
16@@ -376,7 +376,7 @@
17 */
18 #ifdef EAPI
19 #ifndef EAPI_MM_CORE_PATH
20-#define EAPI_MM_CORE_PATH "logs/mm"
bea63791 21+#define EAPI_MM_CORE_PATH "/var/lib/apache/mm"
81b665bf 22 #endif
23 #ifndef EAPI_MM_CORE_MAXSIZE
24 #define EAPI_MM_CORE_MAXSIZE 1024*1024*1 /* max. 1MB */
This page took 0.241762 seconds and 4 git commands to generate.