Jan Schaumann <jschauma@xxxxxxxxxxxxxx> wrote:
> I just upgraded apache 2.2 to apache 2.4. After the upgrade, my
> autoindex directory listings show up as corrupted strings (see
> https://www.netmeister.org/t/ for an example). All other content
> serving appears to work fine.
It turns out I was wrong. All other content gets appended null bytes
until the size is a multiple of 2K, which happens to be my file system's
fragsize. It seems, somehow apache is getting the wrong filesize for
all files and directories such that instead of getting the actual
filesize, it gets the filesize in blocks:
...
Any idea how this might happen?