On 11/17/2010 09:21 PM, Peter Janovsky wrote:
does apache modify the last access date of a resource obtained through a call to function ap_sub_req_lookup_file?
That would be dependent on your filesystem, not apache. If you mount the filesystem with noatime, it will not be changed. -- J.