From 81f12dfe7feaf6039bf7b21713afdf19d3b06e03 Mon Sep 17 00:00:00 2001 From: Guilherme Cantoni Date: Fri, 20 Mar 2015 17:29:06 -0300 Subject: [PATCH] Correção do bug do VirtualBox relacionado ao Sendfile. --- sei/Dockerfile | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/sei/Dockerfile b/sei/Dockerfile index 204108c..a841782 100644 --- a/sei/Dockerfile +++ b/sei/Dockerfile @@ -22,6 +22,9 @@ RUN yum -y update && \ # Configuração do charset do Apache RUN echo "AddDefaultCharset iso-8859-1" | tee -a /etc/httpd/conf/httpd.conf +# Correção do bug do VirtualBox relacionado ao Sendfile. http://docs.vagrantup.com/v2/synced-folders/virtualbox.html +RUN echo "EnableSendfile Off" | tee -a /etc/httpd/conf/httpd.conf + # Instalação do PHP 5 e demais bibliotecas RUN yum -y update && \ yum -y install php-5.3.* php-common php-cli php-pear php-bcmath php-gd php-gmp \ -- libgit2 0.21.2