+ -
当前位置:首页 → 问答吧 → httpd.conf配置问题...

httpd.conf配置问题...

时间:2007-11-13

来源:互联网

只是把默认的配置改了个根目录“/root/web”
You don't have permission to access /index.html on this server.
会有哪些错误~?~

[ 本帖最后由 aqua 于 2007-11-13 17:27 编辑 ]

作者: aqua   发布时间: 2007-11-13

重新编译一下不就可以了吗?

作者: chaizhiyong   发布时间: 2007-11-13

现在把默认配置弄到了,不过还是有问题~......

[ 本帖最后由 aqua 于 2007-11-13 17:28 编辑 ]

作者: aqua   发布时间: 2007-11-13

有没有将这个目录设置为可以访问的状态?
比如说

<Directory /root/web>
    Options  Indexes FollowSymLinks Includes ExecCGI
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>

作者: buzz   发布时间: 2007-11-16