Restrict specific IPs using Virtual Host in Apache

Viewed 18

I need to control few 100+ Ips using Apache’s Virtual Host. I have tag inside tag with below config.

<Directory “/usr/…”>
 …
    AllowOverride None
    Require all granted
..
</Directory>

Can anyone tell how to mention all 100 IPs in Directory tag?

0 Answers
Related