[Info-vax] Apache log rotation
Paul Sture
paul.nospam at sture.ch
Tue Aug 14 08:33:41 EDT 2012
On Tue, 14 Aug 2012 04:32:55 -0700, Neil Rieck wrote:
> Continuation of my previous post: on a public site where you don't have
> control of the webserver config file, "favicon" will be requested from
> the root directory of the public server. So adding "favicon" to your
> account would not put a dent in the number of requests they must be
> receiving. But it can be done, if for no other reason than showing off"
I don't see it as showing off. Instead it is giving a visual clue to the
reader.
> You need to add these two lines to every page wishing to display favicon
> on the browser tab.
>
> <link rel="icon" href="http://www3.sympatico.ca/n.rieck/favicon.ico"
> type="image/x-icon">
> <link rel="shortcut icon"
> href="http://www3.sympatico.ca/n.rieck/favicon.ico" type="image/x-icon">
>
Or stick it in the top level directory and use href="/favicon.ico", or an
icons directory and use href="/icons/favicon.ico"
Either way, you don't have to change the URL to run a copy on a test
server.
P.S. I have just noticed that Firefox 14.01 doesn't display favicon in
the URL bar any more. Here I am getting a grey blob which when hovered
over gives
"This website does not supply identity information"
and when clicked on will allow you to display more information about the
page. From here you can access a Permissions tab which allows selective
blocking of cookies, images, pop up windows and more for that page.
--
Paul Sture
More information about the Info-vax
mailing list