Search code examples
ruby-on-rails-4passenger

phusion passenger start fails


When I try:

passenger start -p 3003

I got the error:

You cannot specify both --address/--port and --socket. Please choose either one.


Solution

  • Eventually I found that there was a new file

    Passengerfile.json

    which I didn't create at all. Removed the file, passenger work fine again.

    I guess the question, now, is how was that file created?