Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I find Phusion Passenger version?

How can I find my Phusion Passenger version? is there a command i can run from the terminal?

like image 427
leonel Avatar asked Nov 17 '11 21:11

leonel


People also ask

What is Phusion Passenger server?

Phusion Passenger® is an open source web application server. It handles HTTP requests, manages processes and resources, and enables administration, monitoring and problem diagnosis. Phusion Passenger - the smart app server. Passenger is very easy to use, makes deploying in production much easier and is scalable.

Is Phusion Passenger free?

Phusion Passenger (informally also known as mod_rails and mod_rack among the Ruby community) is a free web server and application server with support for Ruby, Python and Node.

What is passenger for Apache?

Passenger provides a wide range of features and customization options. Some of them are for improving or tweaking the application's performance characteristics, some of them influence application or connection handling behavior, etc.


2 Answers

You can use the following command to find out the current version:

passenger -v 
like image 200
Matt Avatar answered Sep 22 '22 06:09

Matt


locate passenger-config /path/to/passenger-config --version 

Or try searching your system's package manager if Passenger was installed from a package

like image 39
k107 Avatar answered Sep 21 '22 06:09

k107