通过 Redmine 安装托管个人页面

发布于 2024-11-16 12:20:21 字数 174 浏览 4 评论 0原文

我目前在我的服务器上安装了 redmine,并配置了 apache2 在 mydomain.com 上的虚拟主机中运行它,

事情是我还想在 mydomain.com/personal 上托管一些额外的页面,但由于 redmine 正在运行,因此永远找不到该页面。我如何覆盖此配置以运行 redmine 和一些个人页面?

I currently installed redmine on my server, and configured apache2 to run it in a virtualhost over mydomain.com

Thing is I also want to host some extra pages, at mydomain.com/personal, but since redmine is running the page is never found. How can I override this configuration to run both redmine and some personal pages?

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

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

发布评论

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

评论(1

糖果控 2024-11-23 12:20:21

您需要 Alias 指令来创建一个虚拟目录,该目录映射 / public 与文件系统上的其他一些真实目录。

You need the Alias directive to just create a virtual directory, which maps /public with some other real directory on the filesystem.

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