Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Windows Server 2003 上安装了带有 Redmine 模块的 Bitnami Ruby Stack。当我添加时:
<Location /svn/repo1> DAV svn SVNPAth "D:/Repositories/repo1" </Location>
到最后
D:\Program Files\BitNami RubyStack\apache2\conf\httpd.conf
文件,Apache 无法重新启动。
为了在 Apache 中使用 SVN,您必须先加载所需的 DAV 模块。你有:
LoadModule .../mod_dav.so LoadModule .../mod_dav_svn.so
在 httpd.conf 或使用这些静态模块重新编译 Apache ?
确保这两个模块以及 subversion README.txt 中提到的其他模块都在 apache2/modules 文件夹中。您可以从 subversion 文件夹中复制它们。
检查 error.log 的建议仍然有效。