I am having a small problem with access control that I hope some
of you out there can help me with. I am running NSCA httpd 1.4.2 pre-forked,
on SunOs 4.1.3. I have a directory with a .htaccess file that looks like
this:
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName Testthis
AuthType Basic
<Limit GET>
order deny,allow
deny from all
allow from .asel.udel.edu
#allow from 128.175.51.
</Limit>
Options Indexes FollowSymLinks
So, by the above, I should be limiting access to hosts in my domain (.asel
.udel.edu) right? Well, for some reason this causes _all_ hosts to be
denied access, regardless of whether they are in our domain or not. However,
if I comment out the first "allow from..." line, and uncomment the line
below it, all is well, and works like it should. So, I guess my question is:
What am I doing wrong, or what must be fixed? I would really prefer to use
naming instead of IP addresses, but I suppose I _could_ live with numbers if
need be...
Another weird thing - I _swear_ it was working right yesterday! :)
Thank you all in advance for your helpful replies,
Rehabilitation Robotics Group / Applied Science & Engineering Laboratories
Alfred I. duPont Institute / Univ. of Delaware / Wilmington, Del. USA