I'd like to maintain a file which includes a list of ip's which are blocked from using a site. I understand deny from can be used to achieve this (e.g Deny from 127.0.0.1 10.0.0.1 some.other.ip.address).
However, I'd like an external file so that an individual who does not have access to the config can update a txt file with ip's and this will then be included in the deny from.
Does anyone have any reccomendations on how this can be achieved? Any help is greatly appriciated.