Ralis 部署到apache
我安装成功了passenger 提示成功了。
并提示建立Vhost
<VirtualHost *:80>
ServerName www.yourhost.com
DocumentRoot /somewhere/public # <-- be sure to point to 'public'!
<Directory /somewhere/public>
AllowOverride all # <-- relax Apache security settings
Options -MultiViews # <-- MultiViews must be turned off
</Directory>
</VirtualHost>
把config 下面的routes.rb 也去掉#号了啊match ':controller(/:action(/:id(.:format)))'
但是我这样设置了还是不行啊
但是显示
We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
解决了
RailsEnv development 加一句这个。汗
引用来自“Guoyao”的答案
在Apache的配置里面加载了passenger模块了吗?
在Apache的配置里面加载了passenger模块了吗?