phusion / passenger_library

Phusion Passenger documentation
https://www.phusionpassenger.com/docs
Other
48 stars 113 forks source link

Use wsgi instead of python for PassengerAppType [ci skip] #59

Closed siegy22 closed 7 years ago

siegy22 commented 7 years ago

I mean that's obviously a fail in the documentation. My problem was, that it didn't say anything like "Cannot find type python". Which took me a few hours to find out that this is not python, but wsgi.. Passenger just didn't boot at all.. I think an awesome feature would be, to raise an exception and say that the chosen type doesn't exist. I saw that there's a code line here to do this, but this is never printed in my case..

My System: System: Mac OS X (El capitan) Apache: 2.4 (installed with homebrew) Passenger: 5.0.30

OnixGH commented 7 years ago

It is a failure indeed. Thank you!