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

--- Comment #26 from Yann Ylavic <[email protected]> ---
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to