ModSecurity-apache icon indicating copy to clipboard operation
ModSecurity-apache copied to clipboard

ModSecurity v3 Apache Connector

Results 30 ModSecurity-apache issues
Sort by recently updated
recently updated
newest added

I deployed modsecurity-apache v2.9 on my linux server. As shown in the figure, this is the log I saved to the database. There are always more # signs in front...

I have written a guide on how to install ModSecurity-apache from source for Ubuntu 20.04 [here](https://github.com/SpiderLabs/ModSecurity-apache/wiki/Installation-from-Source-Ubuntu-20.04). When attempting to Include crs-setup.conf and the coreruleset/rules directory I receive a startup error...

Hello, I would like to package modsecurity-apache for Archlinux but I am encountering the following issues : ```sh ./configure --prefix=/usr --with-libmodsecurity=/usr/lib checking for a BSD-compatible install... /usr/bin/install -c checking whether...

enhancement

Even with REQUEST_BODY disabled ModSecurity starts phase 2 to check POST Data ``` [159835978570.134615] [xxxxx] [4] (Rule: 5040) Executing operator "Rx" with param "^/.+/(xx)?xxx/|^/.+/xxx/|^/.+/xml/" against REQUEST_FILENAME. [159835978570.134615] [xxxxx] [4] Rule...

Stage 1 of converting automated tests for libmodsecurity apache connector. These changes: - enable examination of the audit log in the automated tests - include a first batch of automated...

Setting any rule with action `"log,deny"` does not generate apache error log entry. It works for `SecRuleEngine DetectionOnly` . `"log,success"` also works in both `SecRuleEngine On` and `DetectionOnly`. Is there...

With these commits, the Apache passes all CRS (3.1) regression tests (with patched libmodsecurity3).

enhancement

I finally managed to get libmodsecurity and modsecurity-apache compiled and installed, both from upstream latest versions. However, it seems none of the commands are recognized although the apache module is...

question

The Apache configuration directives are available in v2 here: https://github.com/SpiderLabs/ModSecurity/blob/v2/master/apache2/apache2_config.c#L3180-L3923 This functionality have to be mimic-ed into something related on version 3. In case of an error, the error message...

enhancement