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

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

也解压了,几个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..


请问谁遇到过呀,指点下啊      
>> Internal Server Error
需要的模块没有编译安装完      
你指的是so模块吧,我有啊,自动放到了module下面。      
是的, <Location /svn> 中的内容需要独立测试一下, 写在嵌套里面apache检测不到错误