Standalone built on top of Nginx. You can directly connect it to port 80, and it will behave just like Phusion Passenger + Nginx: it can quickly load static files, it automatically starts and stops processes based on traffic, it automatically restarts processes when they crash, it will take care of fair load balancing between processes, etc. In performance, this is exactly the same as Phusion Passenger for Nginx. So yes, you can use it in production.
Nginx does not support .htaccess. This is the Apache thing.
If you run several standalone systems, this is slightly more than memory than running one Phusion Passenger for Nginx, but the overhead is relatively small.
Hongli
source share