I want to allow access to a folder from a "domain name" instead of IP address in apache. Now, allow from accepts domains as arguments, but I think it also does a reverse DNS lookup to cross check (which is good but too strict for me). Is there a way to configure apache not to do the reverse dns check (for that particular allow from directive).
((Basically, I want to allow access only from my PC, which has a dynamic IP address. I have mapped it to a domain using DynDns - however the reverse lookup of my "dynamic IP" will not resolve to the domain)).
Alternately, if someone can suggest a free service that also configures reverse DNS lookup for my dynamic IP (dont know if its possible in first place), that would do the trick as well.
Thanks!
JP