diff --git a/squid.conf b/squid.conf index b53fd05..0550f57 100644 --- a/squid.conf +++ b/squid.conf @@ -75,9 +75,9 @@ http_port 3128 #coredump_dir /var/cache/squid ## Where does Squid log to? -#access_log /var/log/squid/access.log +access_log /var/log/squid/access.log ## Use the below to turn off access logging -access_log none +#access_log none ## When logging, web auditors want to see the full uri, even with the query terms #strip_query_terms off ## Keep 7 days of logs @@ -118,4 +118,4 @@ shutdown_lifetime 30 seconds refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 -refresh_pattern . 0 20% 4320 \ No newline at end of file +refresh_pattern . 0 20% 4320