Instead of using a file called Passengerfile.json, you should call it passenger-standalone.json , for example, if you want to change max_pool_size , you need a file with this content:
{ "max_pool_size": 3 }
To check the status of the passenger process, you can use the passenger-status command, but you must use sudo with the -i option so that root inherits the settings of your user environment.
sudo -i passenger-status
source share