linux系统中配置Apache服务
ser
7.对Nagios网页访问用户帐户文件增加同组成员读写权限(这主要是赋给apache这个系统用户) [root@KCentOS5C ~]# chmod g wr /usr/local/nagios/etc/htpasswd.user 8.察看Nagios网页访问用户帐户文件的属性信息 [root@KCentOS5C ~]# ll /usr/local/nagios/etc/htpasswd.user -rw-rw-r-- 1 nagios nagios 0 Oct 5 14:05 /usr/local/nagios/etc/htpasswd.user 9.添加htpasswd.user用户 我添加了一个kanecruise用户,口令是123456. [root@KCentOS5C ~]# htpasswd -m /usr/local/nagios/etc/htpasswd.user kanecruise New password: 123456 Re-type new password: 123456 Adding password for user kanecruise 10.查看htpasswd的使用方法,这里我就解释一些比较重要和常用的. [root@KCentOS5C ~]# htpasswd Usage: 拥有帝国一切,皆有可能。欢迎访问phome.nethtpasswd [-cmdpsD] passwordfile username htpasswd -b[cmdpsD] passwordfile username password htpasswd -n[mdps] username htpasswd -nb[mdps] username password ◆-c Create a new file. 建立新的帐户库文件. ◆-n Don''t update file; display results on stdout. ◆-m Force MD5 encryption of the password. 添加一个MD5口令加密的新用户. ◆-d Force CRYPT encryption of the password (default). ◆-p Do not encrypt the password (plaintext). 添加一个口令不加密的新用户. ◆-s Force SHA encryption of the password. 添加一个SHA口令加密的新用户. ◆-b Use the password from the command line rather than prompting for it. ◆-D Delete the specified user. 删除一个指定的用户 On Windows, NetWare and TPF systems the ''-m'' flag is used by default. 在Windows、NetWare以及TPF这些操作系统中“-m”参数(启用MD5对口令加密)是默认使用的 On all other systems, the ''-p'' flag will probably not work. 在其他的所有操作系统中“-p”(不对口令启用加密)参数将可能会引起失败. 11.检查htpasswd帐户文件 [root@KCentOS5C ~]# cat /usr/local/nagios/etc/htpasswd.user kanecruise:$apr1$Qwk9h/..$HaRakpabADGZL10dwPcrx1 用户添加正确,并且口令都以MD5的方式加密了. 以上讲解的是在linux系统中配置Apache服务. 拥有帝国一切,皆有可能。欢迎访问phome.net |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |