I've looked around at a lot of the questions, ran searches, and even examined the docs on scripting. So far I haven't found anything that concisely does what I'm after, so sorry if I missed an obvious solution.
Now for my question: I've noticed that if I link to a folder that contains an index.html file, then when the user clicks that link, the index.html file is served, but nothing shows in the log about it. In contrast, folders that only contain files available for download (ie, no index.html) will show a GET command, along with the path, when the user goes there. I'd like to see something similar for folders where there's an Index.html. Is there something I can put in my index.html that will make a one-liner come out in the log? Like a .log or .comment command? Or are index files simply passed straight out without any processing for script commands? I was hoping to avoid porting my index.html to template language and using the .load command. I guess as an ugly workaround I could have it serve a 1x1 gif picture in the page, since I have JPGs turned off in file download masks.
BTW, I'm using 2.3b build 275 under Wine with Ubuntu 10.04. Everything seems fine except that pressing the ALT key results in an unexpected exception, which seems harmless once the dialog is dismissed.
Thanks!