Setting up Rails app on Apache with passenger - Rails doesn't seem to load

前端 未结 3 714
野的像风
野的像风 2020-12-13 15:57

I am trying to set up Rails on a Ubuntu instance by following along with documentation such as https://help.ubuntu.com/community/RubyOnRails. I am trying to set up the app

3条回答
  •  無奈伤痛
    2020-12-13 16:56

    Double check to make sure passenger is loading your application by typing sudo passenger-status

    This will show you an error if passenger isn't loaded or the below if it is. Note the part where it shows you which application or applications it has loaded and what the current uptime is:

    ----------- General information -----------
    max      = 6
    count    = 1
    active   = 0
    inactive = 1
    Waiting on global queue: 0
    ----------- Application groups -----------
    /home/rourkem/public_html/evecord.com/current:
      App root: /home/rourkem/public_html/evecord.com/current
      * PID: 18976   Sessions: 0    Processed: 5       Uptime: 23m 55s
    

提交回复
热议问题