LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1076|回复: 1

关于安装SVN+APACHE不能访问的请教

[复制链接]
发表于 2008-5-6 17:50:03 | 显示全部楼层 |阅读模式
也解压了,几个SO模块也在APACHE里的MODULE里了。
httpd.conf里的是这样配置的

LoadModule dav_svn_module modules/mod_dav_svn.so
   LoadModule authz_svn_module modules/mod_authz_svn.so
   <Location /svn>
   DAV svn
   SVNParentPath /home/svnroot/repository/ //svn父目录
   AuthzSVNAccessFile /home/svnroot/repository/authz.conf //权限配置文件
   AuthType Basic //连接类型设置
   AuthName "Subversion.zoneyump" //连接框提示
   AuthUserFile /home/svnroot/repository/authfile //用户配置文件
   Require valid-user //采用何种认证
   </Location>


但是http://192.168.0.112/svn访问的时候提示:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, you@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log..


请问谁遇到过呀,指点下啊
发表于 2008-5-7 21:20:33 | 显示全部楼层
看起来像是哪个程序出错了,
可能是某些模块没有装,
看看Apache的日志吧,一般需要调试才能找到是啥问题。


我现在是用的svn://192.168.0.1/来访问,这样简单。
再没弄好Apache,可以用这种方式。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表