To hard reset the Motorola Moto G Android 4.4.4
Make sure the phone has over 50% of battery, remove the SIM card
1-Press Volume- and Power for 4 seconds
2-When …
varnishadm ban
When cleaning the cache on varnish 3.0 there is a way to only ban the specific host.
The command is:
varnishadm -T localhost:1234 ban req.http.host ~ “site.com” && req.url ~ …
How to get varnish client.ip behind ELB
How to get varnish client.ip behind ELB
I needed to filter access by IP using varnish acl, but when your varnish is behind a Amazon ELB Load Balancer, by default …