实现状态页面和家目录的web共享,并实验basic验证

实验:实现家目录的web共享,并实验basic验证

1.修改配置文件

vim /etc/httpd/conf.d/userdir.conf

<IfModule mod_userdir.c>  
#UserDir disabled  
UserDir public  
</IfModule>

实现状态页面和家目录的web共享,并实验basic验证

#  
# Control access to UserDir directories.  The following is an example  
# for a site where these directories are restricted to read-only.  
#  
#<Directory "/home/*/public_html">  
#    AllowOverride FileInfo AuthConfig Limit Indexes  
#    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec  
#    Require method GET POST OPTIONS  
#</Directory>  
<directory /home/wang/public>  
allowoverride authconfig                                
</directory>  

实现状态页面和家目录的web共享,并实验basic验证

2. 控制访问组访问权限

vim /home/wang/public/.htaccess

authtype basic  
AuthName "admin Page"  
AuthUserFile "/etc/httpd/conf.d/.httpuser"  
AuthGroupFile "/etc/httpd/conf.d/.httpgroup"                                  
Require group g1 g2

实现状态页面和家目录的web共享,并实验basic验证

3.创建家目录文件,并赋予apache账户acl读权限

mkdir ~wang/public
setfacl -m u:apache:x ~wang/

4.测试

访问 http://localhost/~wang/index.html

实验:实现状态页面

1. 检查是否加载status模块功能

httpd -M | grep status
实现状态页面和家目录的web共享,并实验basic验证

2. 修改配置文件添加参数

vim /etc/httpd/conf.d/test.conf

<Location "/status">  
<requireany>  
require all denied  
require ip 192.168.36.1  
</requireany>  
SetHandler server-status  
</Location>  
ExtendedStatus On 

实现状态页面和家目录的web共享,并实验basic验证

转载于:https://blog.51cto.com/14234933/2393694

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值