Tag 'authentication'

用Apache密码保护的网站区域摘要验证

六月 18, 2009还没有评论

摘要式身份验证比基本身份验证安全, 因为使用摘要身份验证, 你的密码永远不会通过网络发送的清晰, 但始终作为一个MD5摘要传送用户的密码. 在这样, 密码不能确定通过嗅探网络通信.
资源:
Debian的 5 莱尼
阿帕奇 2.2.9
启用和禁用mod_auth_basic mod_auth_digest
Apache模块 [...]

你怎么能保护您的Joomla! 管理员密码的目录?

七月 28, 2008还没有评论

If your hosting provider doesn’t give you any directory password protection tool, 但是你要保护你的Joomla! admininistrator目录的加密密码, 执行下列操作.
1, 创建一个空文件。htaccess文件在您的Joomla! 管理员目录. Put the following lines in it:
AuthType基本
AuthName “Joomla管理员”
AuthUserFile /充满/路径/要/ joomla /管理员/。htpasswd的
<极限的GET>
需要有效的用户
</限制>
Modify the /full/path/to/joomla to your Joomla [...]


访客地图

最近的读者