Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I stop phusion passenger standalone?

I don't know how to stop phusion passenger standalone. I have 2 instances running one at port 8000 and other at 8001. Can anybody give me idea how can I stop passenger on each proxy. cause I just need one at 8001. And because there are two instances, it's taking up double memory. Please help me, I am on dreamhost vps.

like image 382
Asish Bhattarai Avatar asked Nov 30 '22 23:11

Asish Bhattarai


1 Answers

Try this

passenger stop -p 8000

or

passenger stop --pid-file tmp/pids/passenger.pid
like image 103
Yuri Barbashov Avatar answered Dec 06 '22 18:12

Yuri Barbashov