On Wed, 5 Jul 1995, Tom Kozlowski wrote:
> Any ideas would be appreciated on the following question.
>
> I am currently running cern-httpd as a WWW proxy on Solaris
> 2.4. I would like to be able to block some of the "unwanted" internet
> sites via this cern-httpd proxy. For example, so that users cannot
> access www.playboy.com from local Netscape browser and so on.
> Is it possible? Has anyone done it?
Before you say Pass http://* say
# Block access to porno
Map http://www.cnam.fr/* /nono.html
Map http://intertain-inc.com/xxx/* /nono.html
/nono.html may or may not exist, depending on what action you wish to take.
Having it not exist is probably easiest.
D.
Follow-Ups:
References:
|
|