> > Hello, I would like to know if it's possible to limit the access to an
> > URL for a range of IP address. For example I want that people for the
> > network 172.16 only can connect to some URLs but the people of other
> > networks can connect to everything. Does it possible?.
> Sure.
> See:
> http://httpd.apache.org/docs-2.0/mod/mod_access.html
Hello I've looked the documentation about mod_access but it seems that
my trouble it's not resolve. I've resolved using squid (having several
acls to apply for each network) but I would like to continue using
apache. Is it possible using virtualhost?, for example I have that
network 10 only can access to www.abc.com and www.def.com but the
other network (for example 172.16) can access without limit, could
someone give me an example for this?.
Greetings.