if squid won't start in smoothwall - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Server Administration (https://www.linux-noob.com/forums/forum-8.html) +--- Forum: Security and Firewalls (https://www.linux-noob.com/forums/forum-87.html) +--- Thread: if squid won't start in smoothwall (/thread-2951.html) |
if squid won't start in smoothwall - anyweb - 2005-01-02 i couldnt for the life of me figure out why squid (the web proxy) in smoothwall would not start, until while looking at another problem i perused through some logs (in /var/log/squid) and found a file there called cache.log.1 a quick look in it revealed Quote:2005/01/02 21:53:55| Current Directory is /home/httpd/cgi-bin2005/01/02 21:53:55| urlParse: Illegal character in hostname 'ln_fw' and that was it ! that little _ (illegal hostname charecter) was causing squid to fail to start, to fix it, i had to as root type setup scroll down to hostname and change the hostname from ln_fw to lnfw saved the changes and rebooted, and all is fine now for those of you that don't use smoothwall or squid check out what it can report in this screenshot cheers anyweb <a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/post-40-1104702002.png" data-fileid="246">[img]<fileStore.core_Attachment>/post-40-1104702002.png[/img]</a> |