<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Looking at the httpd logs we have a lot of failures for:<div><span class="Apple-tab-span" style="white-space:pre">        </span>/var/www/icons/crosswire.ico</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>/home/crosswire/html/favicon.ico</div><div><br></div><div>(To me this is background noise that makes it harder to see errors that are important.)</div><div><br></div><div>We have no hits for:</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>/home/crosswire/html/icons/crosswire.ico</div><div>But this file exists.</div><div><br></div><div>The simplest "fix" would be to copy the one that does exist to the places/names that is looked for today:</div><div>cp /home/crosswire/html/icons/crosswire.ico /home/crosswire/html/favicon.ico</div><div>cp /home/crosswire/html/icons/crosswire.ico /var/www/icons/crosswire.ico</div><div><br></div><div>Links might work, if follow links is turned on for these.</div><div><br></div><div>A better fix is to specify in the html file in the head element the icon that should be used (something like):</div><div><span class="Apple-style-span" style="font-family: Times; "><pre style="word-wrap: break-word; white-space: pre-wrap; "><link rel="shortcut icon" href="/icons/crosswire.ico"></pre></span><div><br></div></div><div><br></div><div>-- DM</div></body></html>