Any recommendations?
Ask HN: Which web server to learn?
1–4 of 4 posts
Re: Ask HN: Which web server to learn?
#2Re: Ask HN: Which web server to learn?
#3Apache is pretty much the standard for a lot of companies so you can't go wrong with learning that. But you should def. do some reading on nginx, and lighttpd as well
Re: Ask HN: Which web server to learn?
#4Apache is pretty much the standard for a lot of companies so you can't go wrong with learning that. But you should def. do some reading on nginx, and lighttpd as well
Is there particular reading you'd suggest?
For example, Apache has a lot more modules that can do obscure things that aren't mainstream for a web server. Such as LDAP, and WebDAV, these modules might make Apache better suited for an intranet setup. Even if the nginx community popped out a good WebDAV module, the Apache one would still be a better choice because of the vast documentation and larger user base and community support already available for it.