Re: [users@httpd] directive not having any effect

2017-01-25 Thread Jason Brooks
Hello Rainer, Thanks for your suggestion: I checked, and apache appears to handle multiple leading slashes properly without having to specify the regex as “^/+wp-login.php.*” And it appears to be consistent using safari, chrome, and firefox. —jason Jason BrooksSystems Administrator eROI

Re: [users@httpd] directive not having any effect

2017-01-25 Thread Rainer Jung
Am 25.01.2017 um 20:57 schrieb Jason Brooks: Ok, that’s exactly what did it: I put in two locationmatches: one being: and the other: Thank you for your fast response! What about multiple leading slashes, e.g. ///wp-login.php ? Check and if those are not yet covered use something like

Re: [users@httpd] directive not having any effect

2017-01-25 Thread Jason Brooks
Ok, that’s exactly what did it: I put in two locationmatches: one being: and the other: Thank you for your fast response! —jason Jason BrooksSystems Administrator eROIPerformance is Art. m: 505 nw couch #300 w: eroi.com t: 5

Re: [users@httpd] directive not having any effect

2017-01-25 Thread Eric Covener
Yep On Wed, Jan 25, 2017 at 2:41 PM, Jason Brooks wrote: > Ah: I am using a proxypassmatch for *.php. > > Will work? > > —jason > > > Jason Brooks Systems Administrator > eROI Performance is Art. > > m: 505 nw couch #300 w: eroi.com > t: 503.290.3105 <(503)%20290-3105> f: 503.228.4249 <(503)%20

Re: [users@httpd] directive not having any effect

2017-01-25 Thread Jason Brooks
Ah: I am using a proxypassmatch for *.php. Will work? —jason Jason BrooksSystems Administrator eROIPerformance is Art. m: 505 nw couch #300 w: eroi.com t: 503.290.3105f: 503.228.4249 fb: fb.com/eROI

Re: [users@httpd] directive not having any effect

2017-01-25 Thread Eric Covener
On Wed, Jan 25, 2017 at 2:32 PM, Jason Brooks wrote: > What’s going on? > ​If it's proxied, won't match. ​ -- Eric Covener cove...@gmail.com

[users@httpd] directive not having any effect

2017-01-25 Thread Jason Brooks
Hello, I am trying to lock out wp-admin.php to all but a whitelist of ip addresses. require ip www.xxx.yyy.zzz This is ubuntu 16.04 LTS running apache 2.4.18, and php-fpm. The "require ip www.xxx.yyy.zzz” all by itself blocks access for everyone except for the ip address, so THAT pa