Pada Sel, 21 Juni 2011, 21:07, Asri Rachman menulis:
>
> ini acl squid saya, mohon petunjuknya
>
> acl mynet src 192.168.0.0/24
> acl mynet src 192.168.1.0/24
> acl mynet src 192.168.10.0/24
> acl mynet src 192.168.99.0/24
> acl bypass dst 192.168.1.11
> cache deny bypass
> http_access allow mynet
> http_access deny all
> http_reply_access allow all
> icp_access deny all
> always_direct deny all
> always_direct allow bypass

Mengacu pada squid.conf versi 2.6, keterangan sebagai berikut:

Option Name:    cache
Replaces:       no_cache
Requires:
Default Value:  none
Suggested Config:

#We recommend you to use the following two lines.
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY


A list of ACL elements which, if matched, cause the request to
not be satisfied from the cache and the reply to not be cached.
In other words, use this to force certain objects to never be cached.

You must use the word 'DENY' to indicate the ACL names which should
NOT be cached.

Default is to allow all to be cached


Jadi menurut saya konfigurasi anda sudah benar


-- 
[     Yudhi Kusnanto      ]
[ STMIK Akakom Yogyakarta ]


-- 
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke tanya-jawab-unsubscr...@linux.or.id
Arsip dan info milis selengkapnya di http://linux.or.id/milis

Kirim email ke