I'm getting 403 error using passenger for rails in apache

后端 未结 4 1104
花落未央
花落未央 2021-02-08 12:31

I\'ve already installed the needed tools, and followed several tutorials trying to make passenger respond.

I can access static files in public folder (public/500.html or

4条回答
  •  盖世英雄少女心
    2021-02-08 12:33

    Answer was that passenger gave me 403 because i had to set environment variable "RackEnv" on apache configuration to "development" (on my case).

提交回复
热议问题