Next month, I have to move my company's website from our current 3rd-party webhosting to our own cloud-based server.
I want to use a lightweight webserver. The requirements are:
- PHP support
- HTTPS support
- Virtual domains (we have some domains that will point to the same IP address)
- Actively developed (to patch security issue etc.)
- Runs on Linux (but no need for binary packages; if I have to compile it from source, so be it)
We don't need URL rewriting ability; SEO has approximately zero priority.
Between Nginx, Cherokee, and Hiawatha, can you provide me with the pro's/con's of each?
Or can you recommend something better?
Thanks in advance.