2.4 - 特定のページで特定のIPからのみアクセスを許可したい


<Location /path/to/page>
    Require ip 123.223.323.423
</Location>