0

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?

Mario R
  • 171
  • 6
  • what have you tried? have you check the [`mod_authz_host` documentation](https://httpd.apache.org/docs/2.4/mod/mod_authz_host.html#requiredirectives)? – Bagus Tesa Sep 12 '22 at 10:10
  • By adding "Allow from 127.0.0.1" inside Location element works but not sure how to mention multiple IPs. Is there way to specify the many IPs? – Mario R Sep 12 '22 at 13:29

0 Answers0