̃Gg[͂ĂȃubN}[Nɒlj

apache :: 特定のIPアドレス以外でBasic認証



特定のIPアドレス以外は Basic認証 をかける設定です。

  • .htaccess
AuthType Basic
AuthName administrator
AuthUserFile /path/to/.htpasswd
Require valid-user
Satisfy any
Order deny,allow
Allow from x.x.x.x # 許可するIPアドレス
Allow from x.x.x.x # 複数OK
Deny from all


関連エントリー:





コメント (ご自由にお書きください)

Enter your comment
 
server/apache/basic_authentification/allow_from_specific_ipaddr.txt