1.http.conf文件做如下修改:
UserDir public_html #默认的主页目录~/public_html
#UserDir enabled username 为某些用户开启服务,详细可以参考UserDir用法
Options Indexes Includes FollowSymLinks
Allowoverride None
Order allow,deny
Allow from all
2.在相应的用户目录下建立public_html文件夹,设置SElinux
chcon -R -t httpd_sys_content_t
3.copy网页到该目录
4.修改/home/username的属性为711
5.重启apache,输入~username应该可以看到了.
阅读(1308) | 评论(0) | 转发(0) |