I have a file on my apache server which i do not want the public to access.
I have a couple of IP addresses that will be needing the file, hence i want to grant them access to the file.
How can i go about it?
Thanks
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
If you want to restrict access to just a single file say
| |||
|
feedback
|
|
mod_authz_host? There are a few way to specify, check out the link it has a few examples.
| |||
|
feedback
|