Working on cache enhancements. See trac #14.

This commit is contained in:
brectanus
2007-08-02 20:25:06 +00:00
parent 3e5e2a06b7
commit 72832c1b32
6 changed files with 166 additions and 86 deletions

View File

@@ -145,6 +145,9 @@ extern DSOLOCAL const command_rec module_directives[];
#define MODSEC_DETECTION_ONLY 1
#define MODSEC_ENABLED 2
#define MODSEC_CACHE_DISABLED 0
#define MODSEC_CACHE_ENABLED 1
#define MODSEC_OFFLINE 0
#define MODSEC_ONLINE 1
@@ -414,6 +417,9 @@ struct directory_config {
/* Geo Lookup */
geo_db *geo;
/* Cache */
int cache_trans;
};
struct error_message {