Python bins fail to import library Overview A binary (bin) file installed as part of a Python package, e.g. django-admin from Django will fail upon execution – even...
Restarting Passenger processes Overview An application launched by Passenger may be restarted by creating a file in tmp/ (NB: not /tmp) within the application root...
Using multiple versions with Passenger Overview Passenger provides an intelligent polyglot launcher interface for managing Node.js, Ruby, and Python processes. This can be teamed up...
Using WSGI Overview Python applications can be launched using Passenger offering improved throughput and lifecycle management. Launching CGI scripts wrapped by pyenv will yield...
Viewing launcher errors Overview Applications launched by Passenger on v6+ platforms may emit output on stdout or stderr channels. Any output emitted is logged...