Hacker News new | ask | show | jobs
by Freeaqingme 1129 days ago
I still use Apache Httpd quite a bit, actually. Alongside haproxy, that is. The thing I appreciate about Apache is its modular layout. With Nginx I often run into a use case where I need to recompile stuff, something that never happened to me with Apache Httpd.
2 comments

Note, just in case, that nginx already has support for dynamic modules, and you don't have to rebuild it to add functionality.
> often run into a use case where I need to recompile

Which use case is that?

for example geoip2 support
Debian have it pre-packaged as nginx module.