red hat下的apache的安装(7)
来源:未知 责任编辑:责任编辑 发表时间:2014-01-25 11:37 点击:次
添加ServerName web1.amao.com
1、个人主页支持“http://ip/~用户名”访问个人主页
a、修改配置文件,支持这种访问
vi /etc/httpd/conf/httpd.conf
找到
<IfModule mod_userdir.c>
#
# UserDir is disabled by default since it can confirm the presence
# of a username on the system (depending on home directory
# permissions).
#
UserDir disabled #去掉某个用户的访问
#
# To enable requests to /~user/ to serve the user's public_html
# directory, remove the "UserDir disabled" line above, and uncomment
# the following line instead:
#
#UserDir public_html #用户的默认页面的目录
</IfModule>
修改为
相关新闻>>
- 发表评论
-
- 最新评论 更多>>