On 07/29/2006 07:15 AM, Sander Temme wrote:
> > Currently, this plan makes the tests skip on Apache 1.3 (which does not > have mod_nntp_like), Linux (where I must assume deferred accept() is Using AcceptFilter nttp none also disables deferred accepts on Linux for nttp. > enabled automatically under any 2.1.0 and up) and FreeBSD when > accf_http is loaded according to kldstat. > > I'd love to restrict this to Apache 2.0, but I have no idea how to > selectively insert the 'AcceptFilter nntp none' line into extra.conf... How about using mod_version (http://httpd.apache.org/docs/2.0/mod/mod_version.html) for version dependent configuration? Regards RĂ¼diger
