Vagrant: Fix caching issues on vboxsf

Control httpd to not use the sendfile support from the kernel to
transmit file contents to the client because the sendfile syscall
is broken with the VirtualBox file system as of the time of writing.

refs #4384
This commit is contained in:
Eric Lippmann 2013-07-05 14:46:42 +02:00
parent 6be510b05e
commit 1999dd1e1a
1 changed files with 2 additions and 0 deletions

View File

@ -5,4 +5,6 @@
Order allow,deny
Allow from all
EnableSendfile Off
</Directory>