Phusion Passenger (nonfiction): Difference between revisions

From Gnomon Chronicles
Jump to navigation Jump to search
(Created page with "'''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 an...")
 
No edit summary
 
Line 1: Line 1:
'''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.[3] Phusion Passenger supports Unix-like operating systems, and is available as a gem package, as a tarball, or as native Linux packages.
'''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.[4] In 2012, Phusion announced Phusion Passenger Enterprise, a paid, commercial variant of Phusion Passenger with "a wide array of premium features".[5] Phusion has stated that the open source variant will continue to be developed and maintained along with the Enterprise variant.
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 was the "preferred deployment setup" for Ruby on Rails applications in 2016,[6] and has been recommended by the Ruby on Rails authors in 2009.[7][8] In 2013, in combination with Ruby 2.0, or with the now-discontinued Ruby Enterprise Edition, Phusion Passenger claimed that it was capable of reducing Rails's memory consumption by 33% as well as increasing its performance.
Phusion Passenger was the "preferred deployment setup" for Ruby on Rails applications in 2016, and has been recommended by the Ruby on Rails authors in 2009. In 2013, in combination with Ruby 2.0, or with the now-discontinued Ruby Enterprise Edition, Phusion Passenger claimed that it was capable of reducing Rails's memory consumption by 33% as well as increasing its performance.
 
* [https://en.wikipedia.org/wiki/Phusion_Passenger Phusion Passenger] @ Wikipedia
 
[[Category:Nonfiction (nonfiction)]]
[[Category:Software (nonfiction)]]

Latest revision as of 09:13, 23 December 2019

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 was the "preferred deployment setup" for Ruby on Rails applications in 2016, and has been recommended by the Ruby on Rails authors in 2009. In 2013, in combination with Ruby 2.0, or with the now-discontinued Ruby Enterprise Edition, Phusion Passenger claimed that it was capable of reducing Rails's memory consumption by 33% as well as increasing its performance.