Hi all, I'm writing a fixup handler which do some statistics for each request base on the URI. The problem is when I open "/", I have no way to know the file sent to the client in the Response Phase is "/index.html" or whatever it was mapped. $r->filename gives me "/www/htdocs", i.e $r->document_root, which is not what I wanted. Is there any work-around here? Thanks. Kenneth