[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 02088) Re: Apache 2 and IPv6 on Linux/TCP_CORK problem (fwd)



At Wed, 15 Jan 2003 15:26:48 +0900,
To:usagi-users@xxxxxxxxxxxxxx wrote:

Hello subscribers,

Sorry for posting Japanese message by my mistake.

I encounter the same problem installing apache-2.0.44 posted by
Dr. Peter Bieringer. I will track it.

-- Yuji Sekiya

> > Over the last couple of days, there has been a thread on
> > dev@xxxxxxxxxxxxxxxx and dev@xxxxxxxxxxxxxx regarding an apparent
> > problem with TCP_CORK and/or sendfile() with IPv6 on Linux.
> > 
> > Here is a pointer:
> > 
> > http://groups.yahoo.com/group/new-httpd/message/41403
> > 
> > A couple of people with kernel 2.4.18 noticed that serious breakage.
> > Changing Apache to not use the TCP_CORK socket option around
> > sendfile() or not using sendfile() at all works around the problem.
> > 
> > With 2.0.43, the work-around is to add "--without-sendfile" to the
> > Apache configure invocation (this is an APR option to pretend that
> > the system doesn't have sendfile).  An option more specific to this
> > problem to avoid using TCP_CORK for IPv6 connections will likely be
> > added prior to 2.0.44.