Sponsored Links
-->

Sunday, January 28, 2018

arch linux - Phusion Passenger not working with Apache while ...
src: i.stack.imgur.com

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.js. It is designed to integrate into the Apache HTTP Server or the nginx web server, but also has a mode for running standalone without an external web server. Phusion Passenger supports Unix-like operating systems, and is available as a gem package, as a tarball, or as native Linux packages.

Originally designed for web applications built on the Ruby on Rails framework, it was later extended to support arbitrary Ruby web frameworks through the Rack interface. Later versions also added support for Python through the WSGI interface, as well as support for Node.js. In 2012, Phusion announced Phusion Passenger Enterprise, a paid, commercial variant of Phusion Passenger with "a wide array of premium features". Phusion has stated that the open source variant will continue to be developed and maintained along with the Enterprise variant.

Phusion Passenger is the "preferred deployment setup" for Ruby on Rails applications, and has been recommended by the Ruby on Rails authors. In combination with Ruby 2.0, or with the now-discontinued Ruby Enterprise Edition, Phusion Passenger claims that it is capable of reducing Rails's memory consumption by 33% as well as increasing its performance.


Video Phusion Passenger



See also

  • mod_ruby

Maps Phusion Passenger



References


How To Deploy a Rails App with Passenger and Apache on Debian 9.2 ...
src: i.ytimg.com


External links

  • Phusion Passenger website
  • Phusion Passenger Enterprise
  • GitHub repository
  • Rack
  • Ruby Enterprise Edition

Source of article : Wikipedia