Apache htpasswd管理SVN帳戶
添加時間:2011-3-3
添加:
admin
在apache安裝目錄下找到bin目錄,該目錄下有htpasswd執行文件
關鍵字:Apache htpasswd 管理 SVN 帳戶
htpasswd -cmb userfile abc 123456 c :create m:md5 b :在命令行上輸入密碼 解釋:創建userfile文件,增加用戶名為abc的用戶,密碼為md5加密的123456
更新密碼 htpasswd userfile abc
添加新用戶 htpasswd userfile xyz
刪除用戶 htpasswd -D userfile xyz
生成.htaccess htpasswd -c .htaccess user
關鍵字:Apache htpasswd 管理 SVN 帳戶
新文章:
- CentOS7下圖形配置網絡的方法
- CentOS 7如何添加刪除用戶
- 如何解決centos7雙系統后丟失windows啟動項
- CentOS單網卡如何批量添加不同IP段
- CentOS下iconv命令的介紹
- Centos7 SSH密鑰登陸及密碼密鑰雙重驗證詳解
- CentOS 7.1添加刪除用戶的方法
- CentOS查找/掃描局域網打印機IP講解
- CentOS7使用hostapd實現無AP模式的詳解
- su命令不能切換root的解決方法
- 解決VMware下CentOS7網絡重啟出錯
- 解決Centos7雙系統后丟失windows啟動項
- CentOS下如何避免文件覆蓋
- CentOS7和CentOS6系統有什么不同呢
- Centos 6.6默認iptable規則詳解