如何在公共服务器上运行 Trac?
由于 TFS 对于我们的项目来说太大了,我们想使用 subversion 和 Trac。 托管环境是Windows 2003和IIS。
有一些选项:
- 运行 tracd
- 使用 mod_python 运行 Apache
- 使用 AJP 协议 和 isapi 重定向器
我们倾向于将 Trac 与 IIS 和 isapi 重定向器集成。 你有什么建议?
Since the TFS is too big for our project, we want to use subversion and Trac. The hosting environment is Windows 2003 and IIS.
There are some options:
- Run tracd
- Run Apache with mod_python
- Run tracd with AJP Protocol and the isapi-redirector
We tend to integrate Trac with IIS and the isapi-redirector. What would you suggest?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您问了两个问题,我如何运行它以及我有什么建议。
我觉得使用网络服务器运行可以给你带来更多的灵活性和
使用 Apache 运行可为您提供更多的可移植性。
另一方面,运行它的事实比如何运行更重要。
干杯,
格伦
You are asking two questions, how do I run it and what would I suggest.
I feel that running with a web server gives you more flexibility and
running with Apache gives you more portability.
On the other hand, the fact of running it is more important than how you do so.
Cheers,
Glenn
我们在端口 443 (https) 上运行 Apache 侦听 Trac 和 Svn (WebDAV),并在端口 80 (http) 上侦听公共网页的 IIS。 为 Trac 和 Svn 设置 Apache 非常简单并且有详细的文档记录。
We run Apache listening on port 443 (https) for Trac and Svn (WebDAV), and IIS listening on port 80 (http) for public web pages. Setting up Apache for Trac and Svn was very easy and well documented.