- From: <Francis.Gregoire@met.fr>
- Date: Mon, 17 Jun 1996 12:23:16 +0200 (MET DST)
- To: www-proxy@w3.org
Hello, I'm configuring CERN httpd as a proxy. Is it possible to restrict access from a station to a list of server? For example, I want that a station A only accesses to a server C and that a station B only accesses to a server D. Here is an extract of my configuration file : Protection PROXY-LIEVRE { Mask @( A ) } Protection PROXY-KHI { Mask @( B ) } Protect http:C PROXY-LIEVRE Protect http:D PROXY-KHI Pass http://C/* http://C/* Pass http://D/* http://D/* Fail * Unfortunately, I obtain an access to C and D from A with this configuration file. Does anyone know to solve this problem? Thanks per advance, Francis GREGOIRE
Received on Monday, 17 June 1996 06:25:45 UTC