构建系统用户的个人主页


续虚拟主机

1. 修改httpd的主配置文件

删除之前对httpd.conf所做操作,搜索UserDir,将UserDir disabled注释掉,它可能影响个人主页功能的开启,同时启用个人主页功能UserDir public_html)确认目录区域设置

vim /etc/httpd/conf/httpd.conf
#    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>
<Directory /home/cai/public_html>
        AllowOverride none
        Options none
        Order allow,deny
        Allow from all
</Directory>

2.创建对应用户,并设置密码

 useradd cai
passwd cai

3.创建配置文件中的目录,并编辑主页内容

mkdir /home/cai/public_html
vim  /home/cai/public_html/index.html
hahahha

4.赋予用户目录权限

chmod 755 /home/cai

5.重启服务并在火狐浏览器验证

service httpd restart

在这里插入图片描述
成功!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值