21

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.

the Tin Man
  • 158,662
  • 42
  • 215
  • 303
NatGordon
  • 956
  • 2
  • 10
  • 17

3 Answers3

39

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.

the Tin Man
  • 158,662
  • 42
  • 215
  • 303
Tombart
  • 30,520
  • 16
  • 123
  • 136
1

You configure Phusion Passenger through the Apache configuration file, just like with any other Apache module.

Hongli
  • 18,682
  • 15
  • 79
  • 107
0

/etc/nginx/conf.d/phusion-passenger.conf

on CentOS