Combining Basic Auth and IP-Filtering


Both NCSA, CERN server all combinations of both methods


NCSA httpd:
	

  • .htaccess files for per-directory access control

  • specify allowed access by AND, OR equivilents

    satisfy any
    allow from .cs.edu.au
    require user moe curly schemp


CERN httpd:
	

  • .www_acl files for per-file access control

    "* : get, put : @128.141.*.*"





for more information....
Mosaic User Authentication Tutorial