Closed
Description
Hi All:
I trying use modsecurity3 with Apache 2.4 on FreeBSD 12.0 amd64.
I pulled latest commit for modsecurity-apache connector and build successful.
(Output: /usr/local/libexec/apache24/mod_security3.so)
And add below line into httpd.conf (Exist modsecurity2 removed).
LoadModule security3_module libexec/apache24/mod_security3.so
Start Apache but got error as below.
.# service apache24 restart
Performing sanity check on apache24 configuration:
Segmentation fault (core dumped)
FreeBSD default compiler: Clang/LLVM 6.0.1.
Build by "gcc8" got same issue.
Please let me know what is going wrong/debug hint.
Thanks a lot.