On one of my servers which is being used for some internal development spaces and the likes, are configured with Apache, Git, Subversion among other things. The VirtualHost configuration is nothing out of the ordinary and I thought I had full control and understanding of this server's configuration and how it runs. I guess I was wrong. I recently discovered that all requests, no matter what VirtualHost I try, return the Subversion favicon when accessing <vhost>.<domain>/favicon.ico
. This puzzled me - and annoyed me a bit since I was convinced that I knew all about this server's configuration.
It doesn't seem to pose any problems but I'm annoyed that there is a configuration somewhere which does something I explicitly didn't ask for. So I've been trying to track down this configuration but so far with no luck.
The server is running Gentoo Linux, so I figured I was looking for a <Location>
block somewhere in my Apache configuration. I've been going through all my VirtualHost definitions, all my module configurations and my Apache configuration. I've even gone so far as to grep
for all <Location>
and favicon
entries in all of my /etc/
files. Still no luck.
I've run out of ideas as to how I'm going to hunt down this thing so I'm hoping for some help from you guys and girls.
Thank you for your time :)