Roney Duilio Stein wrote:

[lots of things related to the real issue]

[Tue May 29 15:29:58 2012] [error] [client 10.45.7.225] File does not exist: 
E:/Apache/htdocs/favicon.ico

Maybe do yourself a small favor : copy E:/Apache/manual/images/favicon.ico to E:/Apache/htdocs/favicon.ico, and avoid these irrelevant and annoying log messages, while at the same time saving CPU cycles and bandwidth.

There are cleverer ways with Alias or 302's, but this is quick and dirty.
Browsers (or maybe just IE) request this thingy as a matter of fact for each directory, just to display the cute little icon in the URL bar. Nothing you can do about that. But you can save your Apache a few disk lookups trying to find it and writing a log message; similarly, once a browser got it once, it will cache it, and not ask for it again. Everybody wins.
The triumph of looks over substance.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to