PDA

View Full Version : [ubuntu] srg squid config help


dragos2
February 4th, 2010, 04:19 AM
I think I miss something here(Ubuntu 9.10 server 64bit):

/etc/srg/srg.conf


##### SRG Example Configuration File #####

# Squid log file to process
# Defaults to access.log in the srg directory.
# e.g. log_file "/usr/local/squid/logs/access.log"
log_file "/var/log/squid/access.log"

because when I try to point it to squid logs


root@ubu:~# srg -Cv /etc/srg/srg.conf
WARNING: Configuration file not found!
No logfile lines found to process!
Any ideas what I miss ?

koenn
February 4th, 2010, 07:08 AM
obvious first guess:


/etc/srg/srg.conf doesn't exist or is not readable by srg (permissions ?)

/var/log/squid/access.log doesn't exist or is not readable by srg (permissions ?)