Hum, I see now...
And how would the acl line to group those ACLs into one be like?
Thanks again (specially for your patience)!
Regards,
Luis Talora
Henrik Nordstrom escreveu:
mån 2006-06-26 klockan 10:54 -0300 skrev "Luís Fernando C. Talora":
I´ve tried that, but it didn´t work as expected. I´ve replaced lines as
follow:
http_access allow usr_site1 password
http_access allow usr_site2 password
http_access allow usr_site3 password0
with this line:
http_access allow usr_site1 usr_site2 usr_site3 password
This is not what I meant and won't work... (acl's in a http_access is
logically AND:ed, so for the above to work the requested site must be in
all three ACLs at the same time...)
What I meant was joining the three into a single usr_sites acl.
http_access allow usr_sites password
Regards
Henrik