[server-admins] crosswire.ico
Peter von Kaehne
refdoc at gmx.net
Thu Nov 12 08:23:26 MST 2009
DM Smith wrote:
> 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">
something like this is actually in index.jsp, but the file is somehow
not accessible.
http://www.crosswire.org/icons/crosswire.ico
results in a 404 error, despite the file being in the directory, the
directory being readable and the file too.
I have now copied the file over into ~crosswire/html/images and link to
it there. Now it works. Do not ask me why - but i would appreciate an
explanation why it works if anyone has one.
Thanks
Peter
>
>
>
> -- DM
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> server-admins mailing list
> server-admins at crosswire.org
> http://www.crosswire.org/mailman/listinfo/server-admins
More information about the server-admins
mailing list