Hi Kenneth,

Probably the guy is building an embedded system.

Kenneth Oncinian wrote:

Junix,

Out of curiosity, can you describe your squid setup? a little ascii art would be fine if its ok with you :).
why do you need a 2nd squid for authentication?


regards,
Kenneth

Need to create a squid without a cache. It will act as a second squid
to handle authentication (login, mac-address, etc) only. and for that
I dont want it to cache objects.


use the no_cache directive...

acl all src 0.0.0.0/0
no_cache deny all

the above will not cache any objects...

to avoid creating a cache directory...

cache_dir null </any/path/and/must/be/exist>

you must enable this null storage module during "configure" stage..

./configure --enable-storeio=ufs,null

fooler.
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph



--
Jimmy B. Lim
IT Operation & Support Team Leader
System Administrator
Tricom Dynamics, Inc.
Tricom Systems (Phils.), Inc.
Key Id: 0x7D2BD148
j i m m y @ t r i c o m . c o m . p h
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to