Sha256: b1952b8b5a5dde41c3055489d95ecfe0758ff30aa748ab8f015fa5c6212dbcac
Contents?: true
Size: 1.75 KB
Versions: 1
Compression:
Stored size: 1.75 KB
Contents
= Phusion Passenger Standalone users guide image:images/phusion_banner.png[link="http://www.phusion.nl/"] Phusion Passenger Standalone is a web server that allows one to run Ruby web applications. Here are some of the highlights: - Unlike Phusion Passenger for Apache and Phusion Passenger for Nginx, Phusion Passenger Standalone does not require an external web server, it is its own and therefore extremely easy to get started. - It is powered by an Nginx core. This allows it to serve static files at blazing speeds, makes it secure enough to be directly attached to port 80, and allows it to handle slow clients. You don't need to have Nginx already installed. - Automatically spawns and shuts down application processes. One Phusion Passenger Standalone instance can therefore handle multiple simultaneous connections and handles resource management for you. Crashing application processes are automatically restarted. - Can listen on a Unix socket, for use in reverse proxy setups. == Support information include::users_guide_snippets/support_information.txt[] [[installation]] == Installation include::users_guide_snippets/installation.txt[] == Usage Go to your application's root directory, and run: ------------------------------ passenger start ------------------------------ This will start Phusion Passenger on port 3000. If you want to run it on a different port, use the `-p` option, e.g.: ------------------------------ passenger start -p 8000 ------------------------------ See `--help` for all available options. [[troubleshooting]] == Troubleshooting include::users_guide_snippets/troubleshooting/default.txt[] [[about_environment_variables]] == Appendix: About environment variables include::users_guide_snippets/environment_variables.txt[]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
passenger-4.0.21 | doc/Users guide Standalone.txt |