https://bz.apache.org/bugzilla/show_bug.cgi?id=65158
--- Comment #33 from [email protected] --- Sorry for changing the test-file. In the meantime I found that probably every type of file seems to be corrupted, even small text files. I'll try to keep the "test-environment" fixed in the future. Here the results corresponding to your test-sequence: ########### first terminal ################################################ vim /usr/local/httpd/conf/myhttpd.conf # grep LogLev /usr/local/httpd/conf/myhttpd.conf # LogLevel: Control the number of messages logged to the error_log. #LogLevel warn LogLevel trace7 # grep dumpio /usr/local/httpd/conf/myhttpd.conf LoadModule dumpio_module modules/mod_dumpio.so # strace -o strace.out /usr/local/httpd/bin/httpd -X -f /usr/local/httpd/conf/myhttpd.conf [Mon Mar 08 17:01:40.402877 2021] [core:trace3] [pid 445607] core.c(3361): Setting LogLevel for all modules to trace7 ^C ########### second terminal ################################################ # wget http://192.168.85.17/haushalt/test.txt --2021-03-08 17:01:57-- http://192.168.85.17/haushalt/test.txt Verbindungsaufbau zu 192.168.85.17:80 … verbunden. HTTP-Anforderung gesendet, auf Antwort wird gewartet … 200 OK Länge: 17 [text/plain] Wird in »test.txt.13« gespeichert. test.txt.13 100%[====================>] 17 --.-KB/s in 0s 2021-03-08 17:01:57 (952 KB/s) - »test.txt.13« gespeichert [17/17] ########################################################################### ########### first terminal ################################################ # /usr/local/httpd/bin/httpd -X -f /usr/local/httpd/conf/myhttpd.conf [Mon Mar 08 17:02:23.622230 2021] [core:trace3] [pid 445627] core.c(3361): Setting LogLevel for all modules to trace7 ########### second terminal ################################################ # wget http://192.168.85.17/haushalt/test.txt --2021-03-08 17:02:35-- http://192.168.85.17/haushalt/test.txt Verbindungsaufbau zu 192.168.85.17:80 … verbunden. HTTP-Anforderung gesendet, auf Antwort wird gewartet … 200 Keine Header, vermutlich ist es HTTP/0.9. Länge: nicht spezifiziert Wird in »test.txt.14« gespeichert. test.txt.14 [ <=> ] 324 --.-KB/s in 4,8s 2021-03-08 17:02:40 (68,1 B/s) - »test.txt.14« gespeichert [324] -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
