That means it served what ever your DirectoryIndex is. The default is
usually index.html or something similar.
If you set "DirectoryIndex disabled" (in Apache 2.4), Apache won't look for
any file.

If mod_autoindex is loaded, it could also serve a directory listing.
You could disable it or you could add "Options -Indexes" to your Directory
configuration.



On Wed, Aug 27, 2014 at 2:43 PM, Gil Dawson <g...@gildawson.com> wrote:

> 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
>
>
>

Reply via email to