Re: [users@httpd] apache 2.4 Require IP

2015-02-04 Thread Tim Dunphy
Great. Thank you gentlemen! I'll add the module tomorrow. Regards, Tim Sent from my iPhone > On Feb 4, 2015, at 10:10 PM, Eric Covener wrote: > >> On Wed, Feb 4, 2015 at 4:41 PM, Daniel wrote: >> you forgot to load the module proper > > The module that implements "ip" is mod_authz_host. > >

Re: [users@httpd] apache 2.4 Require IP

2015-02-04 Thread Eric Covener
On Wed, Feb 4, 2015 at 4:41 PM, Daniel wrote: > you forgot to load the module proper The module that implements "ip" is mod_authz_host. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail

Re: [users@httpd] apache 2.4 Require IP

2015-02-04 Thread Daniel
you forgot to load the module proper El Wed Feb 04 2015 at 7:22:18 PM, Tim Dunphy () escribió: > Hey all, > > I need to allow access to a list of IPs to the server-status of some > hosts. I tried out the new syntax I used according to this document: > > http://httpd.apache.org/docs/current/mod/

[users@httpd] apache 2.4 Require IP

2015-02-04 Thread Tim Dunphy
Hey all, I need to allow access to a list of IPs to the server-status of some hosts. I tried out the new syntax I used according to this document: http://httpd.apache.org/docs/current/mod/mod_authz_host.html So I have my server-status block set like this: SetHandler server-status Req