Squid Proxy Server Centos 5.3
Squid Proxy Server Centos 5.3
3)
root@ns1# rpm -qa --last | grep squid
squid-2.6.STABLE21-6.el5
# cache_mem 8 MB ---------------------------------------------Line 1580
cache_mem 600 MB
# maximum_object_size_in_memory 8 KB -------------- Line 1598
maximum_object_size_in_memory 8 KB
# cache_dir ufs /var/spool/squid 100 16 256
------------------- Line 1786
cache_dir ufs /var/spool/squid 100 32 512
# maximum_object_size 4096 KB
------------------------------ Line 1828
maximum_object_size 4096 KB
# cache_swap_low 90 -------------------------------------------------- Line 1845
cache_swap_low 90
# cache_swap_high 95
cache_swap_high 95
#access_log /var/log/squid/access.log squid ------------------ Linie 1953
access_log /var/log/squid/access.log squid
# cache_log /var/log/squid/cache.log ------------------------- Line 1969
cache_log /var/log/squid/cache.log
# cache_store_log /var/log/squid/store.log ------------------ Line 1980
cache_store_log /var/log/squid/store.log
# client_netmask 255.255.255.255 ----------------------------------- Line 2123
client_netmask 255.255.255.255
# cache_effective_user squid
cache_effective_user squid
# cache_effective_group squid
-------------------------------- Line 2998
cache_effective_group squid