Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Apache 在 Windows 上托管 rails 的推荐方法是什么?
我搜索了很多,但大多数链接都推荐 mod_rails 用于将 Apache 与 Rails 集成。但是这些链接适用于 Linux 而不是 windows
对于 Windows 上的稳定部署,最好的选择是使用诸如 tomcat之类JRuby的容器。J2EEApache Http 服务器可以代理到 tomcat 和其他几个 j2ee 容器
JRuby
J2EE
有一些较新的选项,例如TorqueBox。本指南可能会有所帮助
这是用于本地开发还是实际运行公共可访问服务器?
看看XAMPP。
一旦你开始运行,请按照Eternal-Learner's answer进行操作。我最初建议 Mongrel 但似乎已被Thin取代。