mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 17:41:52 +03:00
Adds support to collection using memcache.
This is the initial support to collections using memcache.
This commit is contained in:
@@ -12,6 +12,7 @@ msc_test_SOURCES = msc_test.c \
|
||||
../apache2/msc_logging.c \
|
||||
../apache2/msc_lua.c \
|
||||
../apache2/msc_multipart.c \
|
||||
../apache2/msc_persistent_memcache.c \
|
||||
../apache2/msc_parsers.c \
|
||||
../apache2/msc_pcre.c \
|
||||
../apache2/msc_release.c \
|
||||
|
||||
@@ -77,6 +77,9 @@ static unsigned char buf[BUFLEN];
|
||||
msc_engine *modsecurity = NULL;
|
||||
unsigned long int DSOLOCAL msc_pcre_match_limit = 0;
|
||||
unsigned long int DSOLOCAL msc_pcre_match_limit_recursion = 0;
|
||||
#ifdef WITH_LIBMEMCACHED
|
||||
memcached_st *memcache = NULL;
|
||||
#endif
|
||||
|
||||
/* Stubs */
|
||||
char *format_error_log_message(apr_pool_t *mp, error_message_t *em) {
|
||||
|
||||
Reference in New Issue
Block a user