what are some good alternatives to nginx?
Nginx to Be Acquired by F5 Networks
51–60 of 408 posts
Re: Nginx to Be Acquired by F5 Networks
#52Earlier quoted context omitted.
Throwing out a question to the room: if the worst happens and Nginx gets butchered, would it be so bad to go back to using Apache? I've never used it really, everything I've done has been Nginx, but is there some technical reason why Apache wouldn't be a fine fallback option for an open-source server?
If you like nginx, why would you fall back to apache instead of forking it, or using one of the many existing forks? That's one of the best parts of OSS code - You don't just have to follow them to the next version they release. (One example is Tengine - It is really nicely setup and a lot of people prefer it to core nginx already)
Re: Nginx to Be Acquired by F5 Networks
#53what are some good alternatives to nginx?
Obviously Apache, IIS https://caddyserver.com/ https://www.lighttpd.net/ https://www.hiawatha-webserver.org/
Re: Nginx to Be Acquired by F5 Networks
#54what are some good alternatives to nginx?
Re: Nginx to Be Acquired by F5 Networks
#55I'm nervous about what this means for the future of nginx's built in load balancing. That's been an important and rock-solid part of my infrastructure.
Re: Nginx to Be Acquired by F5 Networks
#56what are some good alternatives to nginx?
Re: Nginx to Be Acquired by F5 Networks
#57Earlier quoted context omitted.
It's way more than that. Yeah the base OS on the machine is Linux, but there's a lot of extra stuff they do all the way down to the hardware layer.
So what does the likes of AWS (for example) use for load balancing for data coming into its various private clouds... f5s?
Re: Nginx to Be Acquired by F5 Networks
#58I guess that signals it's time for nginx users to check out possible alternatives - just in case, if things turn out for the worse. I can recommend having a look at https://varnish-cache.org/ - while its performance might not be 100% up to par with nginx in some (very, very high-end) scenarios, it has many other fortes that nginx (at least in its FOSS release version; I've never used nginx plus) just cannot match in…
Re: Nginx to Be Acquired by F5 Networks
#59Of course, this also means that you could expect any sort of future development that overlaps with their higher end products to vanish.
Re: Nginx to Be Acquired by F5 Networks
#60So...what is the future of enterprise open source? Is there a future for enterprise open source? If you start a company and open source your core/clients, your product becomes part of AWS, and AWS runs you into the ground. If you mix in proprietary licenses to protect yourself, AWS forks your core, adds in open-source licensed clients, then runs you into the ground (and you lose open-source contributors/supporters as…