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

Error: ``` [ 48s] In file included from /usr/include/ctype.h:26:0, [ 48s] from src/mod_security3.h:3, [ 48s] from src/mod_security3.c:2: [ 48s] /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] [...

Testing ModSecurity3 in Apache I got some httpd cores at random times. Troubleshooting I found this problem. ``` Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007fa6e8f112ea in apr_vformatter ()...

Fix issue #85 using a fixed format string in the calls to log

I built Modsecurity and Modsecurity-apache on Debian 10. When I load the module into Apache it works and logs fine. I needed to disable the module for a specific virtualhost,...

1. Set up memory test script * create this script at the end of this post * Make sure`/etc/systemd/system.conf` has these settings: * DefaultMemoryAccounting=yes * DefaultStartLimitInterval=1s * `systemctl daemon-reexec` if...

Now that the last functional commit is years back and the few pull requests are just hanging, does this mean the Apache v3 port has fallen out of grace? Is...

Pulling my hair out with this. I built libmodsecurity from source, and it seems to of installed properly... Here's what I get: ``` $ ls -halF /usr/local/modsecurity/lib/ drwxr-xr-x 3 root...

enhancement

hello can any one help for the below issue "Cannot load modules/mod_security3.so into server: /app/Apa/http/2.4.46/modules/mod_security3.so: undefined symbol: msc_new_transaction_with_id" and the module is available in module folder also

1. install mod_remoteip && `RemoteIPHeader X-Forwarded-For` 1. install 3.0 apache connector 1. do a hit w/ X-Forwarded-For: 1.2.3.4 1. 1.2.3.4 is not what is in the audit log 1. try...

## Versions * Apache v2.4.46 * mod sec v3.0.4 * Apache connector v0.0.9beta1 * either * mod_ruid2 v0.9.8 ➜ vhost config has `RUidGid dantest dantest` in this case * mod_mpm_itk...