2012-04-13 21 views
5

ile tek başına bağımsız çalışan başlatmak için çalışıyor ve onun zaten çalışıyor ama passenger stop -p 80 aldığımda According to the PID file '/var/crm/tmp/pids/passenger.80.pid', Phusion Passenger Standalone doesn't seem to be running. olsun ama bunu durdurmak denediğinizde, onun koşmuyor ve erişemiyorum çünkü açıkçası çünkü webYolcu işlemi zaten çalışıyor mu? ama değil

[[email protected] crm]# passenger start -p 80 
*** ERROR *** 
The address 0.0.0.0:80 is already in use by another process, perhaps another 
Phusion Passenger Standalone instance. 

If you want to run this Phusion Passenger Standalone instance on another port, 
use the -p option, like this: 

    passenger start -p 81 

cevap

8

dan size -elf bu süreci öldürmek için ps gibi bir şeyler yapabiliriz anladım o sahip olduktan sonra port 80 kullanıyor hangi uygulamayı belirlemek için lsof veya netstat -tlnp | grep 80 çalıştırmayı deneyin.

İlgili konular