]> git.pld-linux.org Git - packages/apache.git/blob - apache-mm_conf.patch
- based on config from mod_ssl
[packages/apache.git] / apache-mm_conf.patch
1 diff -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
13 diff -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"
21 +#define EAPI_MM_CORE_PATH "/var/state/apache/mm"
22  #endif
23  #ifndef EAPI_MM_CORE_MAXSIZE
24  #define EAPI_MM_CORE_MAXSIZE 1024*1024*1 /* max. 1MB */
This page took 0.031018 seconds and 3 git commands to generate.