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)

link|improve this question

That tutorial also includes an -a ... listening address; you've forgotten it. Did you forget it just here or also in your environment? – sarnold Jan 31 at 22:24
Look on the last line on this webpage: varnish-cache.org/docs/3.0/tutorial/… It's says to remove -a option – user1028100 Jan 31 at 22:27
Ah! Thanks. I'll leave my comment in place just so that it's clear to to others that it isn't a mistake. What's the output of netstat -anp | grep -i varnish ? – sarnold Jan 31 at 22:29
it's null. Nothing – user1028100 Jan 31 at 22:45
How about ps auxw | grep -i varnish ? – sarnold Jan 31 at 22:57
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.