Wednesday, September 10th 2025, 2:45pm UTC+2
You are not logged in.
Quoted
(Btw, mit dem FTP Server verhält es sich genauso!)
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# Apache server # /etc/apache2/apache2.conf # http://httpd.apache.org/docs/2.0/mod/core.html#enablesendfile EnableSendfile Off # lighttpd server # /etc/lighttpd/lighttpd.conf # http://trac.lighttpd.net/trac/wiki/server.network-backendDetails server.network-backend = "writev" # thttpd server # Keine Option noetig, da thttpd (vanilla) kein sendfile unterstuetzt. # proftpd server # /etc/proftpd/proftpd.conf # http://proftpd.org/docs/directives/linked/config_ref_UseSendfile.html UseSendfile off |
Offensichtlich isses in dem debian build deaktiviert oder per default auf off gesetzt? Egal... wie du sagst, das muss echt nichts heißen.
Quoted
zum use_sendfile: das war im ftp conf auch net drin, das händische reinsetzen mit param. = off hatte den erfolg gebracht. Also steht nich drin muss nix heißen![]()
This post has been edited 1 times, last edit by "Sousuke" (Jul 15th 2008, 1:27am)