So when I offer a link to a directory, I sometimes include a README.html file in that directory, the contents of which Apache very conveniently appends to the directory list. When I GET that directory, the listing of the directory contents pops up (along with all the boilerplate icon gifs) with the README.html file displayed below. OK, fine. But what has me puzzled is that while that README.html file is always properly served and displayed, it never shows up in the Apache access_log as having been served. Huh? I see a GET for the directory in the logs, and GETs for all the icons there as well. But not for the README.html file. It's as if the Apache log is unaware that file was ever served.
Strikes me as a bit weird. Nothing wrong. Just weird. Why would that file not be served in response to a loggable GET?