Julian Elischer <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to