cercando di avviare standalone passeggero con passenger start -p 80
e sta dicendo che il suo già in esecuzione, ma quando faccio un passenger stop -p 80
ottengo According to the PID file '/var/crm/tmp/pids/passenger.80.pid', Phusion Passenger Standalone doesn't seem to be running.
ma non è chiaro perché quando provo fermarlo, si afferma che il suo non è in esecuzione e non posso accedervi dal webIl processo del passeggero è già in esecuzione? ma la sua non
[[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