mercoledì, 10 settembre 2025, 14:35 UTC+2
Non risulti loggato.
Citato
(Btw, mit dem FTP Server verhält es sich genauso!)
![]() |
Codice sorgente |
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.
Citato
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![]()
Questo post è stato modificato 1 volta(e), ultima modifica di "Sousuke" (15/07/2008, 01:27)