LinuxSir.cn,穿越时空的Linuxsir!

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

在线求教:apache问题

[复制链接]
发表于 2010-3-20 12:56:32 | 显示全部楼层 |阅读模式
我在配置个人用户主页的时候,按照书本上的步骤,怎么最后打不开主页
步骤:编辑主配置文档(去掉一下语句前面的“#”)
UserDir public_html


<Directory /home/*/public_html>
  AllowOverride FileInfo AuthConfig Limit
  Options MultiViews Indexes SymLinksIfOwnerMatch IncIudesNoEec
  <Limit GET POST OPTIONS>
  Order allow,deny
  Allow from all
</Limit>
  <LimitExcept GET POST OPTIONS>
  Order deny,allow
   Deny from all
  </LimitExcept>
</Directory>
保存,重启服务器。
#useradd weisong
#passwd weisong


#su weisong
$mkdir public_html
$chmod 711 public_html
$vi weisong/public_html/index.html
weisong de web site
保存,退出。
在浏览器里输入http://192.168.1.2/~weisong/
出现一下内容

Object not found!
````````````
请问,我的哪里配置出问题了,请指教
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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