Georgi Georgiev

Results 8 comments of Georgi Georgiev

So, if I understand my implementantion is worng and the right is the following, right?: if (req.url ~ "xmlrpc.php|wp-login.php") { if (throttle.is_allowed("ip:" +req.http.X-Actual-IP, "45req/s") > 0s) { shield.conn_reset(); } How...

Shouldn't it work with client.ip? When I set it to client.ip it doesn't work at all (but it's again global, not per ip ?).

From 1000 concurrent requests through apache benchmark to xmlrpc.php with the following configuration only 5 requests are failed from 1000 (and I always catch these requests that does not fails):...

@pablolibo I have installed the module on varnish 4 and addded ; in the end of the lines but it doesn't work again - I do not see the GeoIP...

Friend, I had the same problem and searched a lot of time, so now I am glad to help you. You need to install the package varnish-libs-devl and the configure...

No problem. Please tell me if now it works, because I installed it, but there are no X-GeoIP header and i doesn't work not matter that i have installed geoip...

Yes, but it's not compatible with varnish 4 so it doesn't work to me. I still can't understand why header ar emissing and geoip-vmod doesn't work to me as every...

I understand, but I need to end this project until 10 days. Is there a chance to work if I replace by some way the functions or is there any...