> I want to publish a URL as http://www.coe.uncc.edu/COE.html
> but if the client is here at UNCC then the proxy should return
> a file and point the client to the local AFS file system
> by telling the client to go find the URL file:/afs/uncc/public/web/COE.html.

If you use two servers, one for your local people and one for "foreign" 
people, the local server can use a map rule to rewrite local addresses, i.e.

map http://www.coe.uncc.edu/* file:/afs/uncc/public/web/*

This assumes that you are using the CERN proxy.  You could two servers on the 
same machine, each listening to a different port.  Suggest port 80 for the 
"foreign" users, and perhaps 8000 for the local users.

Good Luck!


-------------------------------------------------------------------------------
          "Just remember, no matter where you go, there you are."
-------------------------------------------------------------------------------
Rob Elkins                              Internet: [EMAIL PROTECTED]
DuPont Central Research & Development
Scientific Computing Division           Voice:  302-695-9292

Standard Disclaimer:  I'm an adult, these are my opinions, not DuPont's.


Reply via email to