LinuxSir.cn,穿越时空的Linuxsir!

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

apache 出现问题 怎么解决

[复制链接]
发表于 2007-10-22 14:15:31 | 显示全部楼层 |阅读模式
今天把apache装上之后,出现如下错误:


Starting httpd2 (prefork) Syntax error on line 7 of /etc/apache2/conf.d/usvn.conf:
Invalid command 'DAV', perhaps misspelled or defined by a module not included in the server configuration

The command line was:
/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf


我的/etc/apache2/conf.d/usvn.conf文件如下:


<Directory /srv/www/htdocs/usvn>
        Options +FollowSymlinks
        AllowOverride FileInfo Limit
</Directory>

<Location /srv/www/htdocs/usvn/svn/>
        DAV svn
        Require valid-user
        SVNParentPath /srv/www/htdocs/usvn/files/svn
        SVNListParentPath off
        AuthType Basic
        AuthName "USVN"
        AuthUserFile /srv/www/htdocs/usvn/files/htpasswd
        AuthzSVNAccessFile /srv/www/htdocs/usvn/files/authz
</Location>
请大家帮我看一下,该怎么解决。
发表于 2007-10-22 15:08:48 | 显示全部楼层
你怎么安装的?贴出来看看
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-10-24 00:12:16 | 显示全部楼层
我是通过yast源 装了apache的所有软件包
回复 支持 反对

使用道具 举报

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

本版积分规则

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