I recently updated my passenger phusion apache module to v5.0.21. Now, whenever I want to start/restart an app (e.g. via passenger-config restart-app --ignore-app-not-running --ignore-passenger-not-running /var/www/apps/testapp/bundle) I get the following:
srv:~# passenger-config restart-app
*** An error occured while querying the Phusion Passenger server:
Status: 500 Internal Server Error
Content-Length: 22
Content-Type: text/plain
Connection: close
Internal server error
According to the documentation there should be an error in the Apache error log but there isn't. The vhost error log is empty, the passenger app log is empty, all I get is that error from above.
- Rolling back to the previous version (5.0.7) didn't change anything
- passenger-status says "everything is fine"
- passenger-config validate-install says "everything looks good"
- passenger-install-apache2-module says that it is installed correctly
I am running Ubuntu 14.04