セキュリティ設定
<IP 確認>
https://www.cman.jp/network/support/go_access.cgi
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
/etc/httpd/conf/httpd.conf
【 /etc/httpd/conf.d/kaki.conf 】
DocumentRoot /home/kaki/ethna/www
<Directory /home/kaki/ethna>
AllowOverride All
Options FollowSymLinks
Require all denied
Require ip 10.123.64.2
</Directory>
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
【 /etc/hosts.allow 】
sshd : 10.123.64.2
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
【 /etc/hosts.deny 】
all:all
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━