<div dir="ltr"><div>Hi,</div><div><br></div><div>I have a single ec2 instance running and would like to install and configure Varnish for that aws instance</div><div><br></div><div>I've changed the default settings for varnish - /etc/sysconfig/varnish</div><div><br></div><div>DAEMON_OPTS="-a :80 \</div><div>             -T localhost:6082 \</div><div>             -b localhost:8080 \</div><div>             -u varnish -g varnish \</div><div>             -s file,/var/lib/varnish/varnish_storage.bin,1G"</div><div><br></div><div>and configured httpd - /etc/httpd/conf/httpd.conf to listen on port 8080</div><div><br></div><div>But when I restart both services, the webpage fails to load.</div><div><br></div><div>There's nothing in the error_log and when I tail -f the access_log nothing is logged when I refresh the page.</div><div>Do I need to open port 8080 too?</div><div><br></div><div>Are there any guides on how to configure Varnish for an aws instance?</div><div><br></div><div>Thanks</div></div>