linux配置Httpd授权
生活随笔
收集整理的这篇文章主要介绍了
linux配置Httpd授权
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
1 用yum装好httpd
2 用命令: vi /etc/httpd/conf/httpd.conf
配置好 DocumentRoot "/cpcnet/products/services/web"
写上 :
#
# AccessFileName: The name of the file to look for in each directory
# for additional configuration directives. See also the AllowOverride
# directive.
#
AccessFileName .htaccess
3 在/cpcnet/products/services/web目录下放.htpasswd 和 .htaccess文件
4 .htpasswd内容如下
netswofdrk:bc5qdfdgmu7pdmjYc22 #(用户名:密码)
5 .htaccess内容如下
AuthType Basic AuthUserFile /cpcnet/products/services/web/.htpasswd AuthName "ManagedCONNECT Revamp Configuration Page" require valid-user satisfy all6 访问效果
创作挑战赛新人创作奖励来咯,坚持创作打卡瓜分现金大奖
总结
以上是生活随笔为你收集整理的linux配置Httpd授权的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: oracle having用法
- 下一篇: linux 不能发送邮件可能的原因