{"id":13441045,"url":"https://github.com/phusion/passenger","last_synced_at":"2025-05-12T03:49:43.100Z","repository":{"id":388121,"uuid":"5625","full_name":"phusion/passenger","owner":"phusion","description":"A fast and robust web server and application server for Ruby, Python and Node.js","archived":false,"fork":false,"pushed_at":"2025-04-30T18:56:37.000Z","size":55741,"stargazers_count":5029,"open_issues_count":231,"forks_count":548,"subscribers_count":115,"default_branch":"stable-6.1","last_synced_at":"2025-05-01T10:12:58.484Z","etag":null,"topics":["application-server","appserver","cloud","nodejs","ruby"],"latest_commit_sha":null,"homepage":"https://www.phusionpassenger.com/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phusion.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2008-03-27T23:40:48.000Z","updated_at":"2025-04-30T18:56:41.000Z","dependencies_parsed_at":"2023-07-05T14:47:34.244Z","dependency_job_id":"29858cfe-fab6-4c1b-a3e3-5fa42b9cfd17","html_url":"https://github.com/phusion/passenger","commit_stats":{"total_commits":8428,"total_committers":147,"mean_commits":"57.333333333333336","dds":0.2011153298528714,"last_synced_commit":"1ba2f1be504425d3470835e52167ee3180c270fd"},"previous_names":[],"tags_count":207,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phusion%2Fpassenger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phusion%2Fpassenger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phusion%2Fpassenger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phusion%2Fpassenger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phusion","download_url":"https://codeload.github.com/phusion/passenger/tar.gz/refs/heads/stable-6.1","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251857021,"owners_count":21655121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["application-server","appserver","cloud","nodejs","ruby"],"created_at":"2024-07-31T03:01:29.249Z","updated_at":"2025-05-01T10:13:04.706Z","avatar_url":"https://github.com/phusion.png","language":"C++","readme":"[![Gem Version](https://badge.fury.io/rb/passenger.svg)](https://badge.fury.io/rb/passenger)\n# \u003cimg src=\"images/passenger_logo.svg\" alt=\"passenger logo\" style=\"margin-bottom: -.2em; width: 1.4em\"\u003e Phusion Passenger®\n\u003ch3\u003eSupercharge your Ruby, Node.js and Python apps\u003c/h3\u003e\n\n[Phusion Passenger®](https://www.phusionpassenger.com/) is a web server and application server, designed to be fast, robust and lightweight. It takes a lot of complexity out of deploying web apps, adds powerful enterprise-grade features that are useful in production, and makes administration much easier and less complex. Phusion Passenger supports Ruby, Python, Node.js and Meteor, and is being used by high-profile companies such as **Apple, Pixar, New York Times, AirBnB, Juniper** etc as well as [over 650.000 websites](http://trends.builtwith.com/Web-Server/Phusion-Passenger).\n\n\u003ca href=\"https://vimeo.com/224923750\"\u003e\u003cimg src=\"https://github.com/phusion/passenger/blob/stable-5.2/images/justin.png\" height=\"400\"\u003e\u003c/a\u003e\u003cbr\u003e\u003cem\u003ePhusion Passenger - the smart app server\u003c/em\u003e\n\n\u003cp\u003eWhat makes Passenger so fast and reliable is its \u003cstrong\u003eC++\u003c/strong\u003e core, its \u003cstrong\u003ezero-copy\u003c/strong\u003e architecture, its \u003cstrong\u003ewatchdog\u003c/strong\u003e system and its \u003cstrong\u003ehybrid\u003c/strong\u003e evented, multi-threaded and multi-process design.\u003c/p\u003e\n\n### Learn more:\n- [Website](https://www.phusionpassenger.com/)\n- [Fuse Panel](https://www.phusionpassenger.com/fuse-panel)\n- [Documentation \u0026amp; Support](https://www.phusionpassenger.com/support)\n- [Consultancy](https://www.phusion.nl/consultancy)\n- [Twitter](https://twitter.com/phusion_nl)\n- [Blog](http://blog.phusion.nl/)\n\n\u003cbr/\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cbr/\u003e\n\n## Installation\n\nPlease follow [the installation instructions on the website](https://www.phusionpassenger.com/docs/tutorials/what_is_passenger/).\n\n### Installing the source directly from git\n\nIf you mean to install the latest version of Passenger directly from this git repository, then you should run one of the following commands. Installing from the git repository is basically the same as the tarball installation method, as [described in the manual](https://www.phusionpassenger.com/docs/tutorials/installation/ruby/), with one exception: you need to clone git submodules:\n\n    git submodule update --init --recursive\n\nAfter that, run one of the following:\n\n    ./bin/passenger-install-apache2-module\n\n-OR-\n\n    ./bin/passenger-install-nginx-module\n\n-OR-\n\n    # From your application directory\n    ~/path-to-passenger/bin/passenger start\n\nFor troubleshooting, configuration and tips, please also refer to the above documentation. For further support, please refer to [the Phusion Passenger support page](https://www.phusionpassenger.com/support).\n\nRuby users can also build a gem from the Git repository and install the gem.\n\n    gem build passenger.gemspec\n    gem install passenger-x.x.x.gem\n\n## Further reading\n\n * The `doc/` directory.\n * [Contributors Guide](https://github.com/phusion/passenger/blob/master/CONTRIBUTING.md)\n * [Phusion Passenger support page](https://www.phusionpassenger.com/support)\n * [Phusion Passenger release notes](https://blog.phusion.nl/tag/passenger-releases/)\n\n## Legal\n\n\"Passenger\" and \"Phusion Passenger\" are registered trademarks of Asynchronous B.V.\n","funding_links":[],"categories":["Packages","C++","Provision, Deploy \u0026 Host","包","Process management","目录","ruby","Web Servers"],"sub_categories":["Process management","Web servers","进程管理","流程管理"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphusion%2Fpassenger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphusion%2Fpassenger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphusion%2Fpassenger/lists"}