Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the Phusion Passenger config file?

Tags:

Where is the Apache module installed for Phusion Passenger? I want to adjust some of the config values found in "Configuring Phusion Passenger".

I don't know where this config file is. I've installed everything like the documentation says for Nginx.

like image 457
NatGordon Avatar asked Oct 13 '10 22:10

NatGordon


People also ask

How do I know if my Phusion Passenger is running?

passenger-status looks at the current status of a Phusion Passenger installation. It will locate Phusion Passenger automatically if it is running and will give you a list of instances if there is more than one Phusion Passenger instance running.

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.

What is passenger in nginx?

The Passenger Nginx module registers Passenger-specific configuration options inside Nginx. You, the administrator, configure Passenger by adding Passenger-specific configuration options to the Nginx configuration file. Restart or reload Nginx to apply any configuration changes.

Where is your nginx source code located?

This Nginx is usually located in /usr/sbin/nginx, with configuration file /etc/nginx/nginx. conf.


1 Answers

There's is a command passenger-config --root which shows Passenger's root. All other config should be in the Apache or Nginx config file, which means in sites-enabled/your_site.

like image 110
Tombart Avatar answered Oct 12 '22 01:10

Tombart