动态子域和struts2

发布于 2024-08-23 21:40:17 字数 159 浏览 6 评论 0原文

我想在我的网站上创建动态子域。我知道如何使用 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 技术交流群。

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

发布评论

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

评论(1

傲娇萝莉攻 2024-08-30 21:40:17

您可以通过 http 标头传递它,在 mod_rewrite 或 nginx 上配置

You can pass it via an http header, configured at mod_rewrite or nginx

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