You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i am trying to install mod_security on nginx server it was saying
"checking if libcurl is linked with gnutls... no
configure: using curl v7.35.0
configure: looking for Apache module support via DSO through APXS
configure: error: couldn't find APXS"
I don't know why they are looking for Apache module in nginx server. -_-
The text was updated successfully, but these errors were encountered:
Hi @JingoBD unfortunately the nginx version is a wrapper on the top of Apache. It demands some Apache pieces during the compilation time and APR during the run time. See #661 for further details.
When i am trying to install mod_security on nginx server it was saying
"checking if libcurl is linked with gnutls... no
configure: using curl v7.35.0
configure: looking for Apache module support via DSO through APXS
configure: error: couldn't find APXS"
I don't know why they are looking for Apache module in nginx server. -_-
The text was updated successfully, but these errors were encountered: