My directory /var/www/html/
(which contains files that can be downloaded) contains a soft link to a directory contained on CIFS mounted file system (/mnt/netappIllumina/
).
When files are downloaded from this directory, they are corrupted as a header is added to it (see below).
15:22:10 GMT
ETag: "1d-5af1f5d7cb0cc"
Accept-Ranges: bytes
Content-Length: 29
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
I really don't have any idea of what is happening there and how to suppress it. Hereafter, some possibly interesting lines of my apache.conf
<Directory />
Options FollowSymLinks
AllowOverride None
Require all denied
</Directory>
<Directory /usr/share>
AllowOverride None
Require all granted
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
EnableSendfile Off
</Directory>
I accept any advice... I am completely lost. I found a recent similar issue in there but nobody found any solution.
Running :
Server version: Apache/2.4.29 (Ubuntu)
Server built: 2020-08-12T21:33:25