-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
it doesn't seem possible to build for nginx without installing apache - the configure script wants/needs to build the DSO with apache's APXS
it would be nice if this could be built without apache, or at least only using the apache source (without having to install apache). the most straightforward way of installing for nginx on an ubuntu machine requires installing the apache2-prefork-dev package, which in turn installs a bunch of unnecessary files and will compete with nginx for control of http services.