I followed this guide: https://www.varnish-cache.org/docs/3.0/tutorial/putting_varnish_on_port_80.html It's all ok untile i change port from 8080 to 80.
I have to this step:
- pkill varnishd
- Changed Port on Apache from *:80 to *:8080 (in /etc2/apache2/sites-available/mywebsite.com)
- varnishd -f /etc/varnish/default.vcl -s malloc,1G -T 127.0.0.1:2000
it's ok, but if i try to enter this command: "varnishlog" i don't see nothing. Neither an error!
What's wrong?
PS: Untile this page it's all ok (Varnish test) https://www.varnish-cache.org/docs/3.0/tutorial/starting_varnish.html
Ubuntu 11.10 (linode)
-a ...listening address; you've forgotten it. Did you forget it just here or also in your environment? – sarnold Jan 31 at 22:24netstat -anp | grep -i varnish? – sarnold Jan 31 at 22:29ps auxw | grep -i varnish? – sarnold Jan 31 at 22:57