Re: [squid-users] proxy only

2009-06-08 Thread Kinkie
On Mon, Jun 8, 2009 at 3:52 PM, Tech W. wrote: > > Hello, > > How to make squid proxy only without caching? > Thanks. in squid.conf: cache deny all See http://www.squid-cache.org/Doc/config/cache/ -- /kinkie

[squid-users] proxy only

2009-06-08 Thread Tech W.
Hello, How to make squid proxy only without caching? Thanks. Regards. Need a Holiday? Win a $10,000 Holiday of your choice. Enter now.http://us.lrd.yahoo.com/_ylc=X3oDMTJxN2x2ZmNpBF9zAzIwMjM2MTY2MTMEdG1fZG1lY2gDVGV4dCBMaW5rBHRtX2xuawNVMTEwMzk3NwR0bV9uZXQDWWFob28hBHRtX3BvcwN0YWdsaW5lBHR

Re: [squid-users] proxy only -with redirect

2006-03-17 Thread Mark Elsen
> can i do this? > > acl all src 0.0.0.0/0.0.0.0 > acl s3.1 src 192.199.0.0/16 192.200.0.0/16 > acl s4.1 src 192.208.0.0/16 192.209.0.0/16 > acl s5.1 src 192.217.0.0/16 192.218.0.0/16 > acl core src 10.3.1.0/24 10.142.0.0/16 10.135.0.0/16 > > # direct access no cache > #acl directlist dstdomain "/u

Re: [squid-users] proxy only -with redirect

2006-03-17 Thread Mark Elsen
> I want to check access time without using cache. when Squid is off > access is quick. Many sites my users are going to have web surveys > and dynamic content that gets in cache and not refreshed as quickly > as we / they would like. However we like the redirect to squidguard. > So i wanted to do

Re: [squid-users] proxy only -with redirect

2006-03-17 Thread Mark Elsen
> greetings > > I know this has been asked before. > I am running squid as a transparent proxy with squidguard for content > filtering. > > I want to have all request redirect to squidguard for content pass or > fail. if pass fetch web site direct. > is there anything else i need in here, or am i t

[squid-users] proxy only -with redirect

2006-03-17 Thread donovan
greetings I know this has been asked before. I am running squid as a transparent proxy with squidguard for content filtering. I want to have all request redirect to squidguard for content pass or fail. if pass fetch web site direct. is there anything else i need in here, or am i totally fo

Re: [squid-users] proxy only question

2006-02-14 Thread Mark Elsen
> thanks for the reply. > yes I just read that section. what about my other settings in the > conf file. do i need to remove or add anything else? > If you decide to configure the null storage device as mentioned in the FAQ then you don't need any cache dirs. M.

Re: [squid-users] proxy only question

2006-02-14 Thread donovan
On Feb 14, 2006, at 8:28 AM, Mark Elsen wrote: greetings I would like to see how squid performs as a proxy only, no cache. which means i need to modify my squid.conf. do i just add; acl all src 0/0 no_cache deny all http://www.squid-cache.org/Doc/FAQ/FAQ-4.html#ss4.20 thanks for

Re: [squid-users] proxy only question

2006-02-14 Thread Mark Elsen
> greetings > > I would like to see how squid performs as a proxy only, no cache. > which means i need to modify my squid.conf. > > do i just add; > acl all src 0/0 > no_cache deny all > http://www.squid-cache.org/Doc/FAQ/FAQ-4.html#ss4.20 M.

[squid-users] proxy only question

2006-02-14 Thread donovan
greetings I would like to see how squid performs as a proxy only, no cache. which means i need to modify my squid.conf. do i just add; acl all src 0/0 no_cache deny all i have other acl allowing my src ip's to access squid, and i am also allowing http_access. do I need to modify any of the