https://bz.apache.org/bugzilla/show_bug.cgi?id=65158

--- Comment #26 from Yann Ylavic <ylavic....@gmail.com> ---
> I'm confused with the result:
> 
> starting httpd without strace  =>  corrupted file transfer and
> HTTP-protocol-error
> 
> starting httpd with strace  =>  file transfer ok, HTTP-protocol ok

Do you start httpd with the same command line, i.e. without strace:
$ sudo /usr/local/httpd/bin/httpd -X -f /usr/local/httpd/conf/myhttpd.conf

and with strace:
$ sudo strace -o strace.out /usr/local/httpd/bin/httpd -X -f
/usr/local/httpd/conf/myhttpd.conf

?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to