动态子域和struts2
我想在我的网站上创建动态子域。我知道如何使用 apache2 mod_rewrite 创建它(将 sub.domain.com 等 url 转换为 domain.com/sub/)。但我有一个问题:我不知道我的 Web 应用程序如何了解这个子域。
我如何使用 Struts2 做到这一点?
I want to create dynamic subdomains on my site. I know how to create it using apache2 mod_rewrite (convert urls like sub.domain.com to domain.com/sub/). But I have one problem: I don't know how my web application learn about this subdomain.
How I can do this using Struts2?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过 http 标头传递它,在 mod_rewrite 或 nginx 上配置
You can pass it via an http header, configured at mod_rewrite or nginx