FATAL: Could not determine fully qualified hostname. Please set ‘visible_hostname’

---

You get:

FATAL: Could not determine fully qualified hostname. Please set ‘visible_hostname’
After installing squid (=after apt-getting squid on Ubuntu)

Solution is very simple.

Open your squid.conf file (/etc/squid/squid.conf) find out visible_hostname and put any name after visible_hostname:

visible_hostname myLocalDesktopComputer

That’s all.

Related entries:

  • No related posts

Comments are closed.