Skip to content

Instantly share code, notes, and snippets.

@chaitu87
Last active August 29, 2015 14:10
Show Gist options
  • Save chaitu87/a9a5170753a1650491e5 to your computer and use it in GitHub Desktop.
Save chaitu87/a9a5170753a1650491e5 to your computer and use it in GitHub Desktop.
passenger start/stop/status/restart
# https://www.phusionpassenger.com/documentation/Users%20guide%20Standalone.html#install_on_debian_ubuntu
sudo passenger start --min-instances 8 --max-pool-size 8 --port 80 --user ubuntu --environment production --daemonize
sudo passenger stop --pid-file tmp/pids/passenger.80.pid
sudo passenger-status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment