Apache: Invalid command 'RailsEnv', perhaps misspelled or defined by a module not included in the server configuration

10,728

Install Apache passenger module, following the guides here for your specific environment: http://blog.phusion.nl/2011/03/02/phusion-passenger-3-0-4-released/

Then, enable the module using:

sudo a2enmod passenger

Finally restart apache.

Share:
10,728
bigpotato
Author by

bigpotato

Updated on July 24, 2022

Comments

  • bigpotato
    bigpotato almost 2 years

    I'm using Rails 3 + Apache + Passenger, and I'm trying to deploy to a new server. I'm not too familiar with where RailsEnv comes from and am getting this error when checking the syntax of my apache config.

    Invalid command 'RailsEnv', perhaps misspelled or defined by a module not included in the server configuration

    Does anyone know what module RailsEnv comes from ?

  • rubo77
    rubo77 about 8 years
    I get ERROR: Module passenger does not exist!
  • ssuperczynski
    ssuperczynski about 8 years
    just try install passenger apt-get install libapache2-mod-passenger