Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter r.chessa

    (@rchessa)

    I’ve tried with a 4.0.1 clean installation, and the problem is the same
    only the first ip receive a PURGE request.

    Two server are under a load-balancer on AWS datacenter, with glusterfs like shared filesystem.

    Is it a varnish configuration issue? or I’m wrong something in w3-total-cahce configuration?

    r.

    HI ecafaller,

    you can use the aws-cli to obtain the ip address of istances in the autoscaling group.

    something like this :

    aws ec2 describe-instances –filters ‘Name=tag:Name,Values=YOUR_VALUES’ –output text –query ‘Reservations[*].Instances[*].PrivateIpAddress’

    r.

Viewing 2 replies - 1 through 2 (of 2 total)