Wednesday, October 29th 2025, 1:26pm UTC+1
Giriş yapmadınız.
Sayın ziyaretçi, NAS Forum sitesine hoş geldiniz. Eğer buraya ilk ziyaretiniz ise lütfen Yardım bölümünü okuyunuz. Yardım bölümü bu sitenin nasıl çalıştığını açıklamaktadır. Site özelliklerinin tümünü kullanabilmeniz için öncelikle kayıt yaptırmanız gerekmektedir. Kayıt yaptırmak için kayıt formunu okuyabilir ya da kayıt işlemi hakkında daha fazla bilgi edinebilirsiniz. Eğer önceden kayıt yaptırdıysanız, buraya tıklayarak giriş yapabilirsiniz.

Alıntı
(Btw, mit dem FTP Server verhält es sich genauso!)
Egal, hauptsache Problem ist weg.


)|
|
Kaynak kod |
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.
Alıntı
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![]()

[/edit] Bu mesaj 1 defa düzenlendi; son düzenleyen "Sousuke" (Jul 15th 2008, 1:27am)
