Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby27 /
src /
passenger-release-6.1.2 /
Delete
Unzip
Name
Size
Permission
Date
Action
.externalToolBuilders
[ DIR ]
drwxr-xr-x
2026-05-26 22:42
.github
[ DIR ]
drwxr-xr-x
2026-05-26 22:42
.settings
[ DIR ]
drwxr-xr-x
2026-05-26 22:42
.vscode
[ DIR ]
drwxr-xr-x
2026-05-26 22:42
bin
[ DIR ]
drwxr-xr-x
2026-05-26 22:42
build
[ DIR ]
drwxr-xr-x
2026-05-26 22:42
dev
[ DIR ]
drwxr-xr-x
2026-05-26 22:42
doc
[ DIR ]
drwxr-xr-x
2026-05-26 22:42
images
[ DIR ]
drwxr-xr-x
2026-05-26 22:42
man
[ DIR ]
drwxr-xr-x
2026-05-26 22:42
packaging
[ DIR ]
drwxr-xr-x
2026-01-28 03:20
resources
[ DIR ]
drwxr-xr-x
2026-05-26 22:42
src
[ DIR ]
drwxr-xr-x
2026-05-26 22:42
.clangd
102
B
-rw-r--r--
2026-01-28 03:20
.cproject
7.89
KB
-rw-r--r--
2026-01-28 03:20
.editorconfig
2.38
KB
-rw-r--r--
2026-01-28 03:20
.gitattributes
120
B
-rw-r--r--
2026-01-28 03:20
.gitignore
742
B
-rw-r--r--
2026-01-28 03:20
.gitmodules
795
B
-rw-r--r--
2026-01-28 03:20
.project
1.1
KB
-rw-r--r--
2026-01-28 03:20
CHANGELOG
190.59
KB
-rw-r--r--
2026-01-28 03:20
CODE_OF_CONDUCT.md
3.31
KB
-rw-r--r--
2026-01-28 03:20
CONTRIBUTING.md
16.47
KB
-rw-r--r--
2026-01-28 03:20
CONTRIBUTORS
1.92
KB
-rw-r--r--
2026-01-28 03:20
Gemfile
405
B
-rw-r--r--
2026-01-28 03:20
Gemfile.lock
1.21
KB
-rw-r--r--
2026-01-28 03:20
INSTALL.md
329
B
-rw-r--r--
2026-01-28 03:20
Jenkinsfile
10.26
KB
-rw-r--r--
2026-01-28 03:20
LICENSE
1.04
KB
-rw-r--r--
2026-01-28 03:20
Passenger.sublime-project
205
B
-rw-r--r--
2026-01-28 03:20
README.md
3.17
KB
-rw-r--r--
2026-01-28 03:20
Rakefile
2.88
KB
-rw-r--r--
2026-01-28 03:20
Vagrantfile
2.49
KB
-rw-r--r--
2026-01-28 03:20
configure
287
B
-rwxr-xr-x
2026-01-28 03:20
package-lock.json
264.88
KB
-rw-r--r--
2026-01-28 03:20
package.json
1.08
KB
-rw-r--r--
2026-01-28 03:20
passenger.gemspec
2.02
KB
-rw-r--r--
2026-01-28 03:20
Save
Rename
[](https://badge.fury.io/rb/passenger) # <img src="images/passenger_logo.svg" alt="passenger logo" style="margin-bottom: -.2em; width: 1.4em"> Phusion Passenger® <h3>Supercharge your Ruby, Node.js and Python apps</h3> [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). <a href="https://vimeo.com/224923750"><img src="https://github.com/phusion/passenger/blob/stable-5.2/images/justin.png" height="400"></a><br><em>Phusion Passenger - the smart app server</em> <p>What makes Passenger so fast and reliable is its <strong>C++</strong> core, its <strong>zero-copy</strong> architecture, its <strong>watchdog</strong> system and its <strong>hybrid</strong> evented, multi-threaded and multi-process design.</p> ### Learn more: - [Website](https://www.phusionpassenger.com/) - [Fuse Panel](https://www.phusionpassenger.com/fuse-panel) - [Documentation & Support](https://www.phusionpassenger.com/support) - [Consultancy](https://www.phusion.nl/consultancy) - [Twitter](https://twitter.com/phusion_nl) - [Blog](http://blog.phusion.nl/) <br/><br/><br/><br/><br/> ## Installation Please follow [the installation instructions on the website](https://www.phusionpassenger.com/docs/tutorials/what_is_passenger/). ### Installing the source directly from git If 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: git submodule update --init --recursive After that, run one of the following: ./bin/passenger-install-apache2-module -OR- ./bin/passenger-install-nginx-module -OR- # From your application directory ~/path-to-passenger/bin/passenger start For 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). Ruby users can also build a gem from the Git repository and install the gem. gem build passenger.gemspec gem install passenger-x.x.x.gem ## Further reading * The `doc/` directory. * [Contributors Guide](https://github.com/phusion/passenger/blob/master/CONTRIBUTING.md) * [Phusion Passenger support page](https://www.phusionpassenger.com/support) * [Phusion Passenger release notes](https://blog.phusion.nl/tag/passenger-releases/) ## Legal "Passenger" and "Phusion Passenger" are registered trademarks of Asynchronous B.V.