Puneet wrote: > I wanted to install squid proxy server for our office network. > i get the following eror when i try to start squid.
>> parseConfigFile: line 2052 unrecognized: 'eriva7' >> FATAL: Could not determine fully qualified hostname. Please set > 'visible_hostname' > i have tried setting visible_hostname in the squid.conf file to eriva7 but > it does not seem to help. That won't work, because eriva7 is not a fully-qualified host name. Fully-qualified names are in the format "host.domain.tld". Add that information to eriva7 in the visible_hostname directive, and it will work. Adam
