When my access log shows that an unrecognized IP address requested..."GET / HTTP/1.0" 200 322...does that mean that I served it my top-level directory?If so, can Apache prohibit that request from succeeding?I want to serve the files when requested, if the client knows the file name a priori, but not the whole directory.--Gil