如何在公共服务器上运行 Trac?

发布于 2024-07-09 14:08:25 字数 346 浏览 5 评论 0原文

由于 TFS 对于我们的项目来说太大了,我们想使用 subversion 和 Trac。 托管环境是Windows 2003和IIS。

有一些选项:

  1. 运行 tracd
  2. 使用 mod_python 运行 Apache
  3. 使用 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:

  1. Run tracd
  2. Run Apache with mod_python
  3. 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 技术交流群。

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

发布评论

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

评论(2

旧梦荧光笔 2024-07-16 14:08:25

您问了两个问题,我如何运行它以及我有什么建议。

  1. 我用 Apache 运行它。
  2. 我建议这样做(毫不奇怪)。

我觉得使用网络服务器运行可以给你带来更多的灵活性和
使用 Apache 运行可为您提供更多的可移植性。

另一方面,运行它的事实如何运行更重要。

干杯,
格伦

You are asking two questions, how do I run it and what would I suggest.

  1. I run it with Apache.
  2. I suggest doing it that way (no surprise).

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

东北女汉子 2024-07-16 14:08:25

我们在端口 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.

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