Niestety squid nie tworzy mi zadnych logow

, tworzy tylko katalog cache i sie wylacza
Podaje moj plik squid.conf
Cytat: http_port 8080
cache_mem 32 MB
cache_swap_low 90
cache_swap_high 95
maximum_object_size 4096 KB
maximum_object_size_in_memory 1 MB
cache_replacement_policy lru
memory_replacement_policy lru
cache_dir ufs /home/squid/cache 200 16 256
cache_access_log /home/squid/logs/access.log
cache_store_log /home/squid/logs/store.log
#Recommended minimum configuration:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 631 # cups
acl Safe_ports port 777 # multiling http
acl Safe_ports port 901 # SWAT
acl purge method PURGE
acl CONNECT method CONNECT
#Recommended minimum configuration:
#
# Only allow cachemgr access from localhost
http_access allow manager localhost
http_access deny manager
# Only allow purge requests from localhost
http_access allow purge localhost
http_access deny purge
# Deny requests to unknown ports
http_access deny !Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access deny all
acl ournet src 10.10.10.0/255.255.255.0
http_access allow ournet
ie_refresh on
visible_hostname proxy
cache_effective_user squid
cache_effective_group squid
P.S moj serwer to : ADM duron 850, 256 Mb RAM, Hdd 40 Gb.