mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-15 17:12:14 +03:00
Adds support to collection using memcache.
This is the initial support to collections using memcache.
This commit is contained in:
@@ -70,6 +70,7 @@ OBJS1 = mod_security2.obj apache2_config.obj apache2_io.obj apache2_util.obj \
|
||||
msc_parsers.obj msc_util.obj msc_pcre.obj persist_dbm.obj \
|
||||
msc_reqbody.obj msc_geo.obj msc_gsb.obj msc_unicode.obj acmp.obj msc_lua.obj \
|
||||
msc_release.obj msc_crypt.obj msc_tree.obj \
|
||||
msc_persistent_memcache.obj \
|
||||
msc_status_engine.obj \
|
||||
msc_json.obj
|
||||
|
||||
|
||||
@@ -265,6 +265,7 @@ net start W3SVC /y</Command>
|
||||
<ClCompile Include="..\apache2\msc_lua.c" />
|
||||
<ClCompile Include="..\apache2\msc_multipart.c" />
|
||||
<ClCompile Include="..\apache2\msc_parsers.c" />
|
||||
<ClCompile Include="..\apache2\msc_persistent_memcache.c" />
|
||||
<ClCompile Include="..\apache2\msc_pcre.c" />
|
||||
<ClCompile Include="..\apache2\msc_release.c" />
|
||||
<ClCompile Include="..\apache2\msc_reqbody.c" />
|
||||
@@ -332,4 +333,4 @@ net start W3SVC /y</Command>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
@@ -39,6 +39,9 @@
|
||||
<ClCompile Include="..\apache2\msc_parsers.c">
|
||||
<Filter>ModSecurity</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\apache2\msc_persistent_memcache.c">
|
||||
<Filter>ModSecurity</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\apache2\msc_pcre.c">
|
||||
<Filter>ModSecurity</Filter>
|
||||
</ClCompile>
|
||||
@@ -218,4 +221,4 @@
|
||||
<UniqueIdentifier>{6e3cb6bd-89fa-413c-ba35-71d6733e3708}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user