Rails 与 apache2 和乘客

发布于 2024-11-09 15:46:48 字数 408 浏览 1 评论 0原文

我按照这个教程安装rails,安装一个演示应用程序,并将此行添加到文件sites-available/mysite中。 com

...
DocumentRoot /path/mysite.com/public
RailsEnv development
RackEnv development
...

当我尝试连接到我得到的网址时

Not Found

The requested URL /rails/info/properties was not found on this server.

I install rails follow this tutorial, install a demo app and I added this lines in the file sites-available/mysite.com

...
DocumentRoot /path/mysite.com/public
RailsEnv development
RackEnv development
...

when I try connect to the url I get

Not Found

The requested URL /rails/info/properties was not found on this server.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

空心空情空意 2024-11-16 15:46:48

您正在单击 Rails 默认 index.html 页面上的“关于您的应用程序环境”链接。此链接仅适用于开发环境,不适用于生产

我们的想法是在交付生产之前完全删除该 public/index.html 文件。

You're clicking the "About your application’s environment" link on the Rails default index.html page. This link only works in development environment, not in production.

The idea is to remove that public/index.html file altogether before shipping to production.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文