Hello,
we're running CERN HTTPd 3.0 and I need to protect some directories
so they will only be acessible to our local users.
I'm using the following command lines in the httpd.conf file:
Protect /usuarios/www/help/ {
GET-Mask _at_200.17.161.*
}
Where 200.17.161.* is our class-C IP number. Well, as you can guess
by now, this is not working. One of my doubts is if I should use the *real*
path or the URL path. I mean, our web server is rooted at /usuarios/www/ and
I want to protect the "help" directory - should I use "/usuarios/www/help/"
or just "/help/". Anyway, I tried both ways without success, so I guess
that's not the main problem.
If anyone can help me, please respond me via private e-mail, as I'm
not subscribed to the list at the moment.
Thanks in advance,
Henrique Vianna
snoopy_at_ufpel.tche.br
UFPEL Webmaster
Received on Wed Jan 15 1997 - 15:00:00 NZDT