Didier Wiroth wrote:
Hi, sorry to repost this one.
(obsd 3.8 with httpd 1.3.29)
I still can't get it to work and was not able to find any related info in the 
faq or in the httpd manual, so I give it a second and last try on the list.

I'm trying to use an "allow from lu" directive, only .lu domains should have 
access to the directory. Unfortunately it doesn't work. I've tried every possible 
combination. I also tried entire host names etc, no way ... The only combination that 
works, is with IP Adresses/Networks (allow from 10.0.0.10 etc...)

I only get this in the error_log, it looks like the "allow from lu" directive 
is simply ignored.

[snip until end]

Hi,

1) Make sure your httpd can resolve names towards IP addresses
   (mkdir /var/www/etc && cp /etc/resolv.conf /var/www/etc/resolv.conf)

2) Try adding a dot before ``lu'': ``Allow from .lu''

Regards,
Stoyan Genov

Reply via email to