From owner-freebsd-questions Tue Jan 5 23:08:18 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA27980 for freebsd-questions-outgoing; Tue, 5 Jan 1999 23:08:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from guru.phone.net (guru.phone.net [209.157.82.120]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA27975 for ; Tue, 5 Jan 1999 23:08:16 -0800 (PST) (envelope-from mwm@phone.net) Received: (qmail 878 invoked by uid 100); 6 Jan 1999 07:07:49 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 6 Jan 1999 07:07:49 -0000 Date: Tue, 5 Jan 1999 23:07:49 -0800 (PST) From: Mike Meyer To: freebsd-questions@FreeBSD.ORG Subject: Re: natd and ipfw and URL filter again (sorry for repost) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 5 Jan 1999, Paul Coyne wrote: > Please reply direct... (sorry for the repost) > > Any suggestions on how to filter URL's? Yes; install a proxy http server. CERN's server has been able to do this job for quite a while. I've not checked out Apache's proxy facilities - bad experiences with NCSA's code made me leary of it for a long while, but I'd start there, as CERN's is no longer supported. If that fails, the W3C's sample code would be my next stop.