On Wed, Mar 17, 2010 at 10:08 AM, ChiaTzung Liu
<chiatzung....@zyxel.com.tw> wrote:
> I used strace to watch httpd, I found it use sendfile64 to write date to 
> socket.
> But my cpu doesn't 64bits. Does anyone know sendfile64 whether can work on 
> 32bits cpu?

yes; sendfile64 has large file support for 32-bit applications (to
handle files over 2GB in size)

> Or how can I do to let httpd not to use sendfile64?

put "EnableSendfile Off" in httpd.conf

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to