virtualbox虚拟机中apache bug

虚拟机apache中,httpd.conf 中加入如下内容,即可解决:

<Directory />

  EnableSendFile Off

</Directory>


你可能感兴趣的:(apache,linux,技术)