Henrik Nordstrom wrote, On 5/17/2008 7:12 PM:
On lör, 2008-05-17 at 18:23 +0300, Bashar wrote:
# squid -v
Squid Cache: Version 2.6.STABLE17
so i need uncomment the lines in squid.conf for access_log to work?
Yes, as there is no default access.log in 2.6.
Clean up your squid.conf to only contain the active lines, then see
squid.conf.default.. Having old obsolete documentation mixed with your
configuration is only confusing.
grep ^[a-z] squid.conf >squid.conf.clean
edit squid.conf.clean adding your comments why things are done the way
they are, then activate the cleaned up version
mv squid.conf.clean squid.conf
and reconfigure squid.
Regards
Henrik
worked perfectly, thanks Henrik and all for the tips :)
Best Regards,
Bashar