Re: [users@httpd] IP Address restriction not working

2022-01-29 Thread Praveen Gattu
I figured out the issue. I have Apcahe 2.4 installed, but the syntax I was using is for version 2.2. I used "Require local" and it works now. -- Praveen On Sat, Jan 29, 2022 at 8:12 PM Jim Albert wrote: > On 1/29/2022 10:42 PM, Praveen Gattu wrote: > > I am trying to setup

[users@httpd] IP Address restriction not working

2022-01-29 Thread Praveen Gattu
I am trying to setup IP restriction for the phpmyadmin of my site. However, it's not working. Here's the apache.conf file for phpmyadmin. Any ideas what I am missing? # phpMyAdmin default Apache configuration > > Alias /padm /usr/share/phpmyadmin > > > Options SymLinksIfOwnerMatch > Dire