Hi All. The bug reference with bug #220353 I running Apache from prots www/apache24. Found next version of ModSecurity in www/mod_security3 before. And known it require connector to work with Apache as below. https://github.com/SpiderLabs/ModSecurity-apache I tried make it but failure. So I have no idea let it work. Can help ports official support add either merge into apache like www/nginx or individual ports? Thank a lot.
Hi Marius, The www/mod_security3 port is not correctly named. It implies that it is a module (to apache) but in reality it is a stand-alone solution that needs a connector (in nginx or apache) to operate. I'd like to rename www/mod_security3 to security/modsecurity3 which is more in line with upstream naming, and add a www/mod_security3 port which is actually the Apache connector libexec/apache24/mod_security.so which establishes the connection. (from https://github.com/SpiderLabs/ModSecurity-apache) Can you please provide a patch for the renaming? Cheers, Bernard (with hat apache@)
Created attachment 192989 [details] modsecurity-rename.patch Hi, You can try the attached patch, it also changes the dependency for nginx and nginx-devel.
is this still relevant?
Hi all Just now, I try to build Apache connector and successful. Output: /usr/local/libexec/apache24/mod_security3.so But neither LLVM/CLANG nor gcc8 Got error "Segmentation fault (core dumped)" May migrate to nginx just in time :( Thanks a lot.