Posts Tagged ‘nginx’
Building nginx package with upstream hash module on Debian/Ubuntu
Saturday, October 18, 2008 13:22 1 CommentThis’s how to recompile nginx with upstream hash module We need to recompile nginx to support upstream hash module. Because debian based nginx, doesn’t have this module loaded. And we need to download the module from here First of all, we need to install the software that’s needed to recompile a .deb packages apt-get install [...]
Building a nginx package with fair proxy module on Debian/Ubuntu
Friday, October 17, 2008 16:09 1 CommentThis’s how to recompile nginx with fair proxy module We need to recompile nginx to support fair proxy module. Because debian based nginx, doesn’t have this module loaded. And we need to download the module from here First of all, we need to install the software that’s needed to recompile a .deb packages apt-get install [...]