Tagged Questions
0
votes
1answer
41 views
GeoIP for configuration into nginx
I'm trying to compile geoip into nginx. When doing ./configure --with-http_geoip_module I get the following error.
./configure: error: the GeoIP module requires the GeoIP library.
You can either do ...
3
votes
1answer
41 views
Any way to determine what “configure” parameters were used for current installation of nginx?
I want to upgrade nginx, and I want to use the same ./configure parameters I used the last time (--prefix=..., --conf=..., etc...). If I don't have access to the original installation directory, is ...
2
votes
3answers
1k views
Recompile NGINX with “--with-http_stub_status_module” configure line
I've installed NGINX with sudo apt-get install nginx and now I'd like to recompile it with the configure option --with-http_stub_status_module.
How can I do this, and is there a way I can not loose ...