apacheの設定ファイルでアクセス制限する(ubuntu)
アクセス制限用のファイルを作成する。
/etc/apache2/conf.d/設定ファイル名
[内容]
<%code%>
Order deny,allow
Deny from All
Allow from アクセスを許可するIP or Network
Allow from アクセスを許可するIP or Network
AuthType Basic
AuthName “ID and Password are needed to access this page”
AuthUserFile パスワードファイル名
AuthGroupFile /dev/null
Require valid-user
<%/code%>
[参考]
http://mizupc8.bio.mie-u.ac.jp/pukiwiki/index.php?Apache