I looked into using Nginx earlier last year for reverse proxy and load balancing, and I have to say that I abandoned it due to the poor documentation - it was insanely hard to get any actual information on settings and configuration beyond sample rules.
I found the Lighttpd documentation quite good. It was certainly easier to set up (for me) than Apache. The simple vhosts mechanism is great; just create a new directory (or symlink) for each vhost. No need to edit the configuration files.
about time (Score:0)
Time to upgrade, this isn't 1995 anymore.
Re: (Score:3, Informative)
Right. Upgrade to a modern HTTP server like Nginx http://www.nginx.net/ [nginx.net] or Lighttpd, you won't regret it.
And if for some reason you really need Apache 1.3.x, this code is maintained by OpenBSD and an enhanced version is shipped with the OS.
Re:about time (Score:3, Interesting)
Re:about time (Score:5, Interesting)
Re: (Score:2)
Either it is a joke, or it was ages ago.
Nginx has a completely decent documentation: http://wiki.nginx.org/Main [nginx.org]
And some tutorials to begin with: http://nginx.org/en/docs/http/request_processing.html [nginx.org] - http://nginx.org/en/docs/http/server_names.html [nginx.org] - http://nginx.org/en/docs/http/configuring_https_servers.html [nginx.org]
Re: (Score:2)
Either it is a joke, or it was ages ago.
Or maybe he just didn't remember to think IN RUSSIAN.