]> git.pld-linux.org Git - packages/apache-mod_auth_any.git/blame - apache-mod_auth_any-conf.patch
- fix config dir
[packages/apache-mod_auth_any.git] / apache-mod_auth_any-conf.patch
CommitLineData
39dec339
JR
1diff -urN mod_auth_any/src/maa_config.h mod_auth_any.conf/src/maa_config.h
2--- mod_auth_any/src/maa_config.h 2004-11-22 21:21:14.000000000 +0100
3+++ mod_auth_any.conf/src/maa_config.h 2006-04-19 13:19:20.000000000 +0200
4@@ -1,10 +1,10 @@
5 #ifndef MAA_CONFIG
6 #define MAA_CONFIG
7 /* cache timeout in seconds */
8-#define MAA_CACHE_EXPIRE 20
9+#define MAA_CACHE_EXPIRE 300
10
11-#define MAA_DEBUGLVL 4
12-#define MAA_MAX_CACHE_ENTRIES 3
13+#define MAA_DEBUGLVL 0
14+#define MAA_MAX_CACHE_ENTRIES 16
15
16 #define MAA_USE_MD5 1
17
This page took 0.067059 seconds and 4 git commands to generate.