由 qnzu 在 05-21-2003 18:47 发表:
web服务器设置之问题
我只是把配置改成了 ocumentRoot "/root/Desktop/www" 但是打开网页得到信息:
Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
rh9
由 Russell 在 05-21-2003 21:06 发表:
/root目录,普通用户是没有权限的,所以出错信息完全可以理解。
建议把DocumentRoot放在他处,比如/var/www等。
由 q