如何处理仅处理子域的 Rails 站点的 VirtualHost/Passenger 条目?
我想使用 Rails 3 的新子域功能来处理除 www 和 nil 之外的所有子域路径。
相反,在第二个 Rails 应用程序中,我只想处理 url 路径中的 www 和 nil 。
对于 Apache with Passenger,我的两个 VirtualHost 条目会是什么样子?在代码中,对于第一个子域处理应用程序,只要我正确处理路由中新公开的 :subdomain 约束以忽略 www 和 nil,就应该防止任何冲突,对吗?
感谢您的任何意见。
I want to use Rails 3's new subdomain features to handle all subdomain paths except www and nil.
Oppositely in a second rails app, I want to solely handle www and nil in the url path.
What would my two VirtualHost entries look like for Apache with Passenger? And in the code, for the first subdomain handling app, so long as I handle the new exposed :subdomain constraint in routes properly to ignore www and nil, that should prevent any conflict right?
Thanks for any input.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来像一个服务器故障问题。
Looks like a ServerFault question.