51Testing软件测试论坛

标题: windows下apache和svn可否安装在两台机器上 [打印本页]

作者: wjhandboy    时间: 2008-4-14 17:02
标题: windows下apache和svn可否安装在两台机器上
网上的文章apache和subversion都是装在同一台机器上,
现在想分别安装在两台机器上,不知道能不能实现。
我试这把httpd.conf改成如下:
<Location /svn >
DAV svn
SVNParentPath \\172.20.38.68\svn
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile passwd
AuthzSVNAccessFile svnaccessfile
Require valid-user
</Location>

error.log里的信息是

[Mon Apr 14 16:49:52 2008] [error] [client 127.0.0.1] (20014)Error string not specified yet: Can't open file '\\172.20.38.68\\svn\\PROJECT\\format'
[Mon Apr 14 16:49:52 2008] [error] [client 127.0.0.1] Could not fetch resource information.  [500, #0]
[Mon Apr 14 16:49:52 2008] [error] [client 127.0.0.1] Could not open the requested SVN filesystem  [500, #720003]
[Mon Apr 14 16:49:52 2008] [error] [client 127.0.0.1] Could not open the requested SVN filesystem  [500, #720003]

不知道哪位实现过这个功能?或者根本不能实现这个功能?
请教各位xdjm,谢谢
作者: CMStruggling    时间: 2008-4-17 21:55
应该是不行的吧
这样用户名密码建好像就有问题
权限设置也有问题了
目前没有试验过
而且也没有必要建在两台机器上啊
要是用的话肯定是服务器配置了
建在一个服务器上就好了




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2