https://bz.apache.org/bugzilla/show_bug.cgi?id=64834

--- Comment #1 from Ruediger Pluem <[email protected]> ---
Have you tried setting

EnableMMAP Off

http://httpd.apache.org/docs/2.4/mod/core.html#enablemmap

for the directory that contains the file?

<Directory /directory>
    EnableMMAP Off
</Directory>

or

<Location /replication/minute>
    EnableMMAP Off
</Location>

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to