I have 5 virtual hosts in httpdhttpd.conf.conf
all All of them have thisthe configuration below except for one.
<Location />
    Order Deny,Allow
    Deny from all
    Allow from IP.ADDRESS.GOES.HERE
</Location>
iI think it would be better to tell all virtual hosts to have this except for one.
currently i Currently, I am telling each virtual host one by one to have this.
is Is there a wild card method to apply this setting to all virtual hosts
and then remove this lawstanza from one of the virtual hosts
  in httpd.conf httpd.conf?
 
                