Either make changes reading: http_access allow all or
http_access allow our_networks (if in case for specific network.) Regards. acl our_networks src 192.168.1.0/24 > acl ceo src 192.168.1.8 > acl normal_users src 192.168.1.59 192.168.1.60 192.168.1.61 192.168.1.62 > acl allowedsites url_regex -i "/etc/squid/allowedsites.txt" > http_access allow ceo allowed_sites > http_access deny !normal_users > http_access allow localhost > http_access deny all > > Please point me where I did mistake? > > Thanks & Regards > > MThanigairajan > > > > The Most Certain Way To Succeed Is To Try One More Time > > -- By Edison > > > Add more friends to your messenger and enjoy! Go to > http://messenger.yahoo.com/invite/ > _______________________________________________ > To unsubscribe, email [email protected] with > "unsubscribe <password> <address>" > in the subject or body of the message. > http://www.ae.iitm.ac.in/mailman/listinfo/ilugc > _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
