--
You received this message because you are subscribed to the Google Groups "web.py" group.
To post to this group, send email to we...@googlegroups.com.
To unsubscribe from this group, send email to webpy+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
web.header("Content-Type","image/x-icon")
Sure this is not the optimal solution for production, it just answers
the question made by Bruce Eckel, favicon is served entirely by
web.py, no matter if under Apache or not, and is also valid even in
cases in which you are not serving HTML pages.
Thank you!