通过 Redmine 安装托管个人页面
我目前在我的服务器上安装了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要 Alias 指令来创建一个虚拟目录,该目录映射 / public 与文件系统上的其他一些真实目录。
You need the Alias directive to just create a virtual directory, which maps /public with some other real directory on the filesystem.