[server-admins] crosswire.ico
DM Smith
dmsmith at crosswire.org
Thu Nov 12 04:41:28 MST 2009
Looking at the httpd logs we have a lot of failures for:
/var/www/icons/crosswire.ico
/home/crosswire/html/favicon.ico
(To me this is background noise that makes it harder to see errors that are important.)
We have no hits for:
/home/crosswire/html/icons/crosswire.ico
But this file exists.
The simplest "fix" would be to copy the one that does exist to the places/names that is looked for today:
cp /home/crosswire/html/icons/crosswire.ico /home/crosswire/html/favicon.ico
cp /home/crosswire/html/icons/crosswire.ico /var/www/icons/crosswire.ico
Links might work, if follow links is turned on for these.
A better fix is to specify in the html file in the head element the icon that should be used (something like):
<link rel="shortcut icon" href="/icons/crosswire.ico">
-- DM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.crosswire.org/pipermail/server-admins/attachments/20091112/e6516b60/attachment.html>
More information about the server-admins
mailing list