I'm running apache in a lamp configuration. Recently I had some sensitive files available because of a mix up in the options -Indexes in my HTacess.
Now I want to find out if anyone accessed those files in the time they were up.
Where would I go to find such information?
The server has WHM and cpanel installed and I have full access to it.
It your apache is configured to write access.log, you can "grep" it to find strings, containing requests to these files.
Of course, use your own path to access.log.