LinuxSir.cn,穿越时空的Linuxsir!

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

Apache架設的web不能跑

[复制链接]
发表于 2005-9-10 14:55:13 | 显示全部楼层 |阅读模式
當我輸入(http://localhost/~filand)這樣時就顯示這些?息:
Forbidden

You don't have permission to access /~filand on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.0.54 (Fedora) Server at localhost Port 80
請問為什麼?
注:輸入(http://localhost/)這樣時正常.
发表于 2005-9-10 17:55:52 | 显示全部楼层

  1.     333 <IfModule mod_userdir.c>
  2.     334     #
  3.     335     # UserDir is disabled by default since it can confirm the presence
  4.     336     # of a username on the system (depending on home directory
  5.     337     # permissions).
  6.     338     #
  7.     339     #UserDir disable
  8.     340
  9.     341     #
  10.     342     # To enable requests to /~user/ to serve the user's public_html
  11.     343     # directory, remove the "UserDir disable" line above, and uncomment
  12.     344     # the following line instead:
  13.     345     #
  14.     346     UserDir public_html
  15.     347
  16.     348 </IfModule>
复制代码
回复 支持 反对

使用道具 举报

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

本版积分规则

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