Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2001 00:10:48 +0100
From:      "Leif Neland" <leifn@neland.dk>
To:        <freebsd-net@FreeBSD.ORG>, "Tom" <tompeck@paradise.net.nz>
Subject:   Re: 1 IP - 1 Firewall - 2 Webservers
Message-ID:  <00be01c1842b$683be360$6d05a8c0@neland.dk>
References:  <5.1.0.14.2.20011213102454.0280ee78@pop3.paradise.net.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
I've got a different solution:

Use squid for logging and acl.

The squid access.log contains the client adress and the requested url,
just like the apache log.

And squid can also grant and deny requests based on ip and url.

You can also make access to certain urls passwordguarded from the
outside and passwordless from the inside.

The only thing which could be difficult is to have password guarded
access from certain outside addresses and passwordless from other
outside addresses. But that doesn't happen often, I believe.

Leif






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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00be01c1842b$683be360$6d05a8c0>