From owner-freebsd-hackers Tue Feb 19 16:32: 5 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from chiark.greenend.org.uk (chiark.greenend.org.uk [212.22.195.2]) by hub.freebsd.org (Postfix) with ESMTP id 5500B37B400 for ; Tue, 19 Feb 2002 16:32:00 -0800 (PST) Received: from fanf by chiark.greenend.org.uk with local (Exim 3.12 #2) id 16dKfp-0004ax-00 (Debian); Wed, 20 Feb 2002 00:31:53 +0000 Date: Wed, 20 Feb 2002 00:31:53 +0000 From: Tony Finch To: freebsd-hackers@FreeBSD.org Cc: Julian Elischer , Hiten Pandya Subject: Re: In-Kernel HTTP Server (name preference) Message-ID: <20020220003153.A17250@chiark.greenend.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Julian Elischer 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