Apacheの設定について調べています。
conf
1<VirtualHost *:80> 2 DocumentRoot "/var/www/html" 3 ServerName example.com 4 <Directory "/var/www/html/test"> 5 Order deny,allow 6 Allow from xxx.xxx.xxx.xxx 7 </Directory> 8</VirtualHost> 9
上記の設定では、http://example.com/の設定に追加する形でhttps://example.com/test/~へのアクセスはIP制限がかかっています。
これに類似するように
http://example.com/test.php や http://example.com/test.php?a=123&b=456
のようにtest.phpにアクセスした場合に
IP制限を掛ける記述例を調べていますがなかなか情報にたどりつけません。
何卒ご教授をお願いします。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。