I was trying to serve some pages and files off of a windows samba share but was only getting a blank page. After some googling around I found the solution.
Simply put “EnableSendfile Off” in your httpd.conf file and restart Apache.
I was trying to serve some pages and files off of a windows samba share but was only getting a blank page. After some googling around I found the solution.
Simply put “EnableSendfile Off” in your httpd.conf file and restart Apache.
Thank you very much! I was migrating a working server, so I was only looking at the cifs rights. This option enabled works brilliant!