mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 09:31:53 +03:00
Adds support to collection using memcache.
This is the initial support to collections using memcache.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user