Re: [users@httpd] Allow or Deny from large numbers of hosts

2025-03-21 Thread Christopher Schultz
Frank, On 3/21/25 10:15 AM, Frank Gingras wrote: On Fri, Mar 21, 2025 at 9:03 AM Christopher Schultz mailto:ch...@christopherschultz.net>> wrote: All, Is there a way to load a bunch of allow or deny hosts from a file or other data-store? I have several dozen CIDR expressions and t

Re: [users@httpd] Allow or Deny from large numbers of hosts

2025-03-21 Thread Frank Gingras
On Fri, Mar 21, 2025 at 9:03 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > All, > > Is there a way to load a bunch of allow or deny hosts from a file or > other data-store? I have several dozen CIDR expressions and they will > need to change periodically, so it would be more conv

Re: [users@httpd] Allow or Deny from large numbers of hosts

2025-03-21 Thread Frank Gingras
On Fri, Mar 21, 2025 at 12:53 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Frank, > > On 3/21/25 10:15 AM, Frank Gingras wrote: > > On Fri, Mar 21, 2025 at 9:03 AM Christopher Schultz > > mailto:ch...@christopherschultz.net>> > wrote: > > > > All, > > > > Is there a way

[users@httpd] Allow or Deny from large numbers of hosts

2025-03-21 Thread Christopher Schultz
All, Is there a way to load a bunch of allow or deny hosts from a file or other data-store? I have several dozen CIDR expressions and they will need to change periodically, so it would be more convenient if I could load them from at least a file on the disk and clean-up my config a bit. I su