I'm trying to deploy another rails app to my linode under a subdomain. I have an another rails app that is running previously. I have matched the settings up, but I can't find why it keeps throwing this error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
with the rails logs not capturing anything and the apache log captures:
Premature end of script headers
I'm using Passenger with Apache. Rail 4.1. And MySQL.