On Tue, Jun 21, 2011 at 10:30:14PM +0800, Asri Rachman wrote: > Pada tanggal 21/06/11, Luqman <[email protected]> menulis: > > Mungkin pake ini: > > > > cache deny bypass > > > > sudah saya pakai > > acl bypass dst 192.168.1.11 > cache deny bypass
Ini yang saya lakukan /etc/squid/squid.conf: ... hierarchy_stoplist cgi-bin ? localhost woody.org telkom.net plasa.com acl QUERY urlpath_regex cgi-bin \? localhost proxy.org telkom.net plasa.com acl localdomain url_regex -i "/usr/local/squid/etc/nocachedomain" #no_cache deny QUERY #no_cache deny localdomain cache deny QUERY cache deny localdomain cache_mem 8 MB cache_swap_low 98 cache_swap_high 99 ... /etc/squid/nocachedomain http://202.1.2.3 http://www.showip.com -- Arief Yudhawarman http://awarmanf.wordpress.com -- FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab Unsubscribe: kirim email ke [email protected] Arsip dan info milis selengkapnya di http://linux.or.id/milis
