Re: [users@httpd] Re: How to restrict page access to certain IPs using Apache httpd 2.4

2020-10-19 Thread Eric Covener
> > AuthType Kerberos > Krb5KeyTab /etc/my.keytab > KrbServiceName HTTP/something@abc.com > KrbAuthRealms ABC.COM > KrbMethodNegotiate on > KrbMethodK5Passwd on > require valid-user > Require ip 10.75 It is accepting either Requ

Re: [users@httpd] Re: How to restrict page access to certain IPs using Apache httpd 2.4

2020-10-19 Thread Anders Wong
Hi Eric, See below the configuration I have put in the httpd.conf AuthType Kerberos Krb5KeyTab /etc/my.keytab KrbServiceName HTTP/something@abc.com KrbAuthRealms ABC.COM KrbMethodNegotiate on KrbMethodK5Passwd on require valid

Re: [users@httpd] Re: How to restrict page access to certain IPs using Apache httpd 2.4

2020-10-19 Thread Eric Covener
On Mon, Oct 19, 2020 at 7:31 AM Anders Wong wrote: > > Hi, > > Anyone able to help please? It would help to show the config un-redacted and to show the resulting access_log entries. - To unsubscribe, e-mail: users-unsubscr...@ht

[users@httpd] Re: How to restrict page access to certain IPs using Apache httpd 2.4

2020-10-19 Thread Anders Wong
Hi, Anyone able to help please? Regards, Kwok On Wed, 14 Oct 2020 at 4:37 pm, Anders Wong wrote: > Hi HTTP apache community, > > I have a Location and Directory directive configured within > VirtualHost and I would like to restrict only 10.75.x.x IPs to access the > URL "http:///ords";