|
Posted by Freebird on 10/13/10 11:32
> You can limit access to a directory based on the ip that tries to access.
>
> <Location /download-specialfiles>
> Order deny,allow
> Deny from all
> Allow from 192.168.0.1 10.0.20
> </Location>
Well, that wouldn't work because it works like this:
the script is installe on server b, than, server b subscribe to a service in
the server a.
So, from server b, I connect to server a, register his domain, username and
password, and next time the user from server b wants to use the service, the
script will go form server b, verify if the domain from server b is ok, and
if so, allow server b to do whatever it must be done.
But if the server owner restarts his machine, he's ip will probably change,
and the verification will not work ok, what do you think ?
Tks a lot for your help
Bye
Peoplel
Navigation:
[Reply to this message]
|