My question is, do you know of any open source projects or freeware programs that do this? If so, can you give me a reference link?
Any help is much appreciated.
Moderator: General Moderators
http://computing.fnal.gov/cd/web/apache ... pache.html (2 pages down or so)Here is a more complicated example where selected other computers/domains are given access in addition to Fermilab on-site computers.
order deny,allow
deny from all
allow from 131.225 .stanford.edu .uchicago.edu 171.64 128.59.35.56
This denies access to everyone except people using browsers on:
* any computer whose IP address starts with 131.225 (i.e. anybody at Fermilab)
* .stanford.edu computers
* .uchicago.edu computers
* the single computer whose IP address is 128.59.35.56 (i.e. a particular computer at Columbia)