Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2002 00:31:53 +0000
From:      Tony Finch <dot@dotat.at>
To:        freebsd-hackers@FreeBSD.org
Cc:        Julian Elischer <julian@elischer.org>, Hiten Pandya <hiten@uk.FreeBSD.org>
Subject:   Re: In-Kernel HTTP Server (name preference)
Message-ID:  <20020220003153.A17250@chiark.greenend.org.uk>
In-Reply-To: <Pine.BSF.4.21.0202181110290.52663-100000@InterJet.elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Julian Elischer <julian@elischer.org> wrote:
>
> I can suggest using a netgraph module for the work as it can be connected
> to a netgraph ksocket node to receive the requests (jdp made all the
> changes needed to allow this to be done).

Another way would be to implement it as an accept filter which knows how
to handle simple requests but drops anything more complicated down to
a userland web server -- an unmodified Apache would be able to do the
latter, since it already supports accept filters. Some way of configuring
it is still needed, though...

Tony.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020220003153.A17250>