I'am still struggeling with that issue that my apache 2.4.12 don't
serve me any html files. (apache 2.4.12 is self compiled and running
on a embedded arm platform)
If I request this simple index.html with
curl 127.0.0.1:80/index.html
curl: (52) Empty reply from server
I get an Empty reply
cat i
On 25/02/2015 13:58, Oliver Graute wrote:
I load the dir_module and tried thas directive without sucess
DirectoryIndex index.html
I have got like this in my conf file:
DirectoryIndex index.php index.html
However, yours should work, so something else isn't right.