Hi
I installed squid on my machine and it is working( I think ) but when I run this tail -f /var/log/squid/access.log I do not see anything also I want to see my machine ip address 193.192.119.231 when I tail to access.log here is my acl and http_access configuration: acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 acl erolsan src 193.192.119.231/255.255.255.255 acl all src 0.0.0.0/0.0.0.0 http_access allow manager localhost http_access allow manager erolsan http-access deny manager http_access allow all just I want that squid runs on my machine and shows my ip address when I tail to access.log (also the url ) thank you for your help Erol Sonmez CytelNet

