![]()
From: Gürkan KARABATAK (gkarabatak@firat.edu.tr)
Date: Thu 22 May 2003 - 15:14:28 EEST
En alttaki satirlarda bir kayma olmus olabilir. Ufak bir karakter sorunu =
var. Ayrica bildigim kadariyla gdsf kullanabilmek icin squidi ona gore =
derlemek gerekiyor.
-----Original Message-----
From: Mustafa =D6zbak=FDr [mailto:mozbakir@deba.com.tr]=20
Sent: Thursday, May 22, 2003 3:10 PM
To: linux-sohbet@liste.linux.org.tr
Subject: [linux-sohbet] Re: Squide Mesir Macunu was: Re: Re: TTnet =
evlere senlik
Merhaba;
Stopping squid: 2003/05/22 14:44:19| redreshAddToList: Unknown option =
=3D
'\.gif$': \override-expire
2003/05/22 14:44:19| redreshAddToList: Unknown option '\.jpg$': =3D
\override-expire
2003/05/22 14:44:19| redreshAddToList: Unknown option '.': \
Asagidaki satirlari ekledim ama yukardaki hatalari verdi nasil fix =3D
edebilirim?
Mustafa =3DD6zbak=3DFDr
-----Original Message-----
From: ILKER FICICILAR [mailto:ilkerf@isbank.net.tr]=3D20
Sent: Thursday, May 22, 2003 1:27 PM
To: linux-sohbet@liste.linux.org.tr
Subject: [linux-sohbet] Squide Mesir Macunu was: Re: Re: TTnet evlere =
=3D
senlik
"Dayan squid'im dayan" demek isteyenler i=3DE7in:
A)
# TAG: cache_peer
# To specify other caches in a hierarchy, use the format:
#
# cache_peer hostname type http_port icp_port
T=3DFCrk=3DE7esi:
cache_peer venus1.ttnet.net.tr sibling 8080 3130
cache_peer venus2.ttnet.net.tr sibling 8080 3130
ya da g=3DFC=3DE7lerinizi birlestirebileceginiz baska proxy'lerle.
B)
# TAG: maximum_object_size (bytes)
# value is specified in kilobytes, and the default is 4MB. If
# you wish to get a high BYTES hit ratio, you should probably
# increase this (one 32 MB object hit counts for 3200 10KB
#
maximum_object_size 16384 KB=3D20
C)
# TAG: cache_replacement_policy
# The cache replacement policy parameter determines which
# objects are evicted (replaced) when disk space is needed.
#
# The heap GDSF policy optimizes object hit rate by keeping
# smaller popular objects in cache so it has a better chance of
# getting a hit. It achieves a lower byte hit rate than LFUDA
# though since it evicts larger (possibly popular) objects.
#
# The heap LFUDA policy keeps popular objects in cache regardless
# of their size and thus optimizes byte hit rate at the expense of
# hit rate since one large, popular object will prevent many =
=3D20
# smaller, slightly less popular objects from being cached. =
=3D20
#
cache_replacement_policy heap GDSF
D)
# TAG: refresh_pattern
# usage: refresh_pattern [-i] regex min percent max [options]
#
# options: override-expire
# override-lastmod
# reload-into-ims=3D20
# ignore-reload =3D20
#
# override-expire enforces min age even if the server
# sent a Expires: header. Doing this VIOLATES the HTTP
# standard. Enabling this feature could make you liable
# for problems which it causes.
#
# override-lastmod enforces min age even on objects
# that was modified recently.
#
# reload-into-ims changes client no-cache or ``reload''
# to If-Modified-Since requests. Doing this VIOLATES the
# HTTP standard. Enabling this feature could make you =
=3D20
# liable for problems which it causes.
#
# ignore-reload ignores a client no-cache or ``reload''
# header. Doing this VIOLATES the HTTP standard. Enabling
# this feature could make you liable for problems which =
=3D20
# it causes.
refresh_pattern \.gif$ 10080 100% 43200 \
override-expire=3D20
refresh_pattern \.jpg$ 10080 100% 43200 \=3D20
override-expire=3D20
refresh_pattern cgi-bin 1 20% 2
refresh_pattern \.asp$ 1 20% 2
refresh_pattern \.acgi$ 1 20% 2
refresh_pattern \.cgi$ 1 20% 2
refresh_pattern \.pl$ 1 20% 2
refresh_pattern \.shtml$ 1 20% 2
refresh_pattern \.php3$ 1 20% 2
refresh_pattern \.php$ 1 20% 2=3D20
refresh_pattern \? 1 20% 2
refresh_pattern . 960 90% 43200 \
reload-into-ims ignore-reload
--=3D20
![]()