mercredi 10 septembre 2025, 00:56 UTC+2
Vous n’êtes pas connecté.
Citation
(Btw, mit dem FTP Server verhält es sich genauso!)
![]() |
Code source |
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.
Citation
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![]()
Ce message a été modifié 1 fois. Dernière modification effectuée par "Sousuke" (15 juillet 2008, 01:27)