You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for providing the container!
I am doing a research aiming at finding issues in configuration files. After pulling the image we notice that EnableSendfile is set to onhere, whose default is Off.
However, the HttpD official document recommends to set EnableSendfile to Off to avoid operational problems when:
Some platforms may have broken sendfile support that the build system did not detect, especially if the binaries were built on another box and moved to such a machine with broken sendfile support.
On Linux the use of sendfile triggers TCP-checksum offloading bugs on certain networking cards when using IPv6.
On Linux on Itanium, sendfile may be unable to handle files over 2GB in size.
With a network-mounted DocumentRoot (e.g., NFS, SMB, CIFS, FUSE), the kernel may be unable to serve the network file through its own cache.
Maybe it's better to set EnableSendfile should be changed back to off as default.
The text was updated successfully, but these errors were encountered:
Thanks for providing the container!
I am doing a research aiming at finding issues in configuration files. After pulling the image we notice that
EnableSendfile
is set toon
here, whose default isOff
.However, the HttpD official document recommends to set
EnableSendfile
toOff
to avoid operational problems when:Maybe it's better to set
EnableSendfile
should be changed back tooff
as default.The text was updated successfully, but these errors were encountered: