yuu_nkjm blog
2014-09-28(Sun) [長年日記]
[openSUSE][Apache][.htaccess] Apache 2.4系でのアクセス制御の書き方
openSUSE 13.1でパッケージのアップデートをしたところ,apacheが2.4系になったようだ.それにともない,アクセス制御の書き方が変わった様だ.
Order deny,allow Deny from all Allow from 127.0.0.1
↑こう書いていたのを,↓こう書かなければいけないらしい.
Require ip 127.0.0.1
Order deny,allow Deny from all Allow from all
↑こう書いていたのを,↓こう書かなければいけないらしい.
Require all granted
人間とウェブの未来 - Apache 2.4系でのモダンなアクセス制御の書き方に詳しくまとまっている.
- apachr 2.4 .htaccess unix アクセス制御 ×2 / apache 2.4 .htaccess アクセス制御 ×1 / xampp Apache 2.4系 .htaccess ×1 / アクセス制御 .htaccess Apache 2.4 ×1 / apache 2.4 .htaccess ×1 / apache 2.4 PHP routing ×1 / Apache "2.4" -2.2 htaccess ×1 / suse 12 mod_perl apache 2.4 ×1 / apache 2.4 アクセス制御 ×1 / pukiwiki .htaccess 書き方 ×1 / Require all granted windows ×1 / opensuse 13.1 ssh 接続 ×1 / deny from all 2.4系 ×1 / apatch2.4 htaccess 書き方 ×1