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";

Re: [users@httpd] Apache httpd End of Support/Life date?

2020-10-19 Thread Eric Covener
On Sun, Oct 18, 2020 at 11:41 PM Ivan Low wrote: > > Hi, may I ask if there are any End of Support or End of Life (EoL) dates for > versions 2.4.37 or 2.4.46? I can't seem to find any dates anywhere except for > version 2.2... Thanks No, not for any individual micro releases. -