Search squid archive

Re: ACL Woes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* Ralf Hildebrandt <Ralf.Hildebrandt@xxxxxxxxxx>:
> * Aaron Drever <addrever@xxxxxxxxx>:
> > Hello,
> > 
> > I'm currently looking to implement a rule that allows people behind
> > the proxy to access a specific URL.  In my case the URL is
> > https://mail.google.com/a/domain.tld.
> > 
> > We are using GApps, but I don't want them to be able to use
> > mail.google.com to access typical gmail.
> > 
> > I used:
> > 
> > acl Google url_regex -i ^https://mail.google.com/a/domain.tld$
> > http_access allow Google
> 
> Where's the deny rule?

So I'd guess you need:

acl gmail         url_regex -i ^https://mail.google.com/";
acl custom_google url_regex -i ^https://mail.google.com/a/domain.tld$
http_access allow custom_google
http_access deny  gmail

-- 
Ralf Hildebrandt
  GeschÃftsbereich IT | Abteilung Netzwerk
  Charità - UniversitÃtsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebrandt@xxxxxxxxxx | http://www.charite.de
	    


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux