Closed zakwanhaj closed 8 years ago
I have same error, the problem is in this line:
https://github.com/capistrano/passenger/blob/master/lib/capistrano/tasks/passenger.cap#L15
the output for passenger -version doesn't include now 'version" word.
Just senda PR: https://github.com/jalberto/passenger/pull/1
Thank you @jalberto for your reply. But, there is a little mistake in your regex. You typed:
version(?
while it should be version)?
The issue is fixed. Thanks for @jalberto to find the problem. I think this minor change should be added to the gem ASAP.
thanks for typo hunting :)
I received an email from Phusion Passenger team notifying us that a medium severity security vulnerability has been found in Passenger and they recommend to upgrade Passenger to 5.0.22 ASAP.
After I upgraded Passenger to 5.0.22, I couldn't restart Passenger via Capistrano. It keeps getting this error:
I don't know.. Is it Passenger or Capistrano issue?
For full tracing: