Re: [squid-users] high latency satellite link - downloads slow/cease, broken links

2006-11-28 Thread Sean
im pretty sure it the upstream (starband.net) caching and periodically breaking things. after 2 days of running off the proxy, i still see a lot of broken links off and on. too many errors right now to assume it's squid's fault! :( sorry for wasting time if thats the case, and thanks for everyb

Re: [squid-users] force refresh to not cache?

2006-11-28 Thread Henrik Nordstrom
tis 2006-11-28 klockan 15:58 -1000 skrev Sean: > from the clients, when they click refresh (f5) in the browser. > similar to when they hold cntrl and click refresh, is there a way to > force squid to do that for ALL refresh requests? Well, it does. Refresh always forces Squid to query the origin s

Re: [squid-users] force refresh to not cache?

2006-11-28 Thread Sean
from the clients, when they click refresh (f5) in the browser. similar to when they hold cntrl and click refresh, is there a way to force squid to do that for ALL refresh requests? On 11/28/06, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: tis 2006-11-28 klockan 15:02 -1000 skrev Sean: > is there

Re: [squid-users] force refresh to not cache?

2006-11-28 Thread Henrik Nordstrom
tis 2006-11-28 klockan 15:02 -1000 skrev Sean: > is there anyway to force all refresh requests to bypass cache? What do you mean exactly? Refresh requests from where? Regards Henrik signature.asc Description: Detta är en digitalt signerad meddelandedel

[squid-users] force refresh to not cache?

2006-11-28 Thread Sean
is there anyway to force all refresh requests to bypass cache? similar to the cntrl-refresh option under the browsers. ive RTFM'ed, it seems its possible but i cant figure it out! thanks in advance.

Re: [squid-users] deny_info not working as expected.

2006-11-28 Thread Henrik Nordstrom
tis 2006-11-28 klockan 17:35 -0700 skrev Sherwood Botsford: > Thanks, Henrik, This solved the problem. > > How would you do a custom message that depended on two acl's? By making it dependent on a third, if none of the current acls on the http_access line is suitable for deny_info selection.. a

Re: [squid-users] deny_info not working as expected.

2006-11-28 Thread Sherwood Botsford
Henrik Nordstrom wrote: tor 2006-11-23 klockan 18:17 -0700 skrev Sherwood Botsford: #Block MS Internet explorer acl browsers.bad browser "/etc/squid/browsers.bad" http_access deny browsers.bad lab http_access deny browsers.bad laptops deny_info ERR_NOEXPLORER browsers.bad deny_info matches th

Re: [squid-users] max-age and Last-Modified header

2006-11-28 Thread Henrik Nordstrom
tis 2006-11-28 klockan 12:10 -0800 skrev Mohan: > Will squid cache the response from a origin server if the server does > NOT send a Last-Modified header or a max-age ( greater than 0) header? What do you want Squid to do in such case? For all what it knows the object is dynamically generated on

Re: [squid-users] No capabilities?

2006-11-28 Thread Henrik Nordstrom
sön 2006-11-26 klockan 18:02 + skrev Angel Mieres: > When i set up my squid server(v2.6) i must to configure the > cache_effective_user as squid(or other similar), this user must have > CAP_NET_ADMIN capability if im using it for TPROXY to made effective the > spoofing? The user starting Squi

Re: [squid-users] squid with FreeBSD 6.0 tuning

2006-11-28 Thread Henrik Nordstrom
tis 2006-11-28 klockan 13:14 +0100 skrev Wojciech Puchar: > and works with 2.5STABLE4. redirection is done with gateway machine > running linux. > > tried 2.6.5 from FreeBSD ports, removed all httpd_* lines and changed last > to transparent mode operation only works when Squid is running on th

Re: [squid-users] STILL No buffer space available

2006-11-28 Thread Henrik Lidström
Citerar Wojciech Puchar <[EMAIL PROTECTED]>: 2006/11/28 18:11:24| comm_open: socket failure: (55) No buffer space available 2006/11/28 18:11:24| comm_open: socket failure: (55) No buffer space available under FreeBSD 6 with such sysctl.conf: kern.ipc.somaxconn=65535 kern.ipc.nmbclusters=

Re: [squid-users] Squid 2.6 + WCCPv2 + Linux 2.6 + cisco -- solved.

2006-11-28 Thread Henrik Nordstrom
mån 2006-11-20 klockan 07:50 -0500 skrev Chad Harrelson: > However I was not able to surf and the tcpdump showed errors (ICMP > protocol 47 port x unreachable). I switched from WCCP ver2 to > ver1 (changing router configs and replacing wccp2_router with > wccp_router in squid.conf) and everyt

[squid-users] squid with ntlm and citrix content redirect

2006-11-28 Thread [EMAIL PROTECTED]
Hi all, I have a problem about squid and the content redirect provide by citrix. I try to explain... I've succefully installed and configured squid nt with ntlm support... everything works fine, squid check correctly the NT group in active directory. Every pc's use squid and... citrix presentation

[squid-users] max-age and Last-Modified header

2006-11-28 Thread Mohan
Will squid cache the response from a origin server if the server does NOT send a Last-Modified header or a max-age ( greater than 0) header? Looking at the code below, I see that it needs the last modified header. Is that true ? Am I looking at the right place ? refreshIsCachable(const StoreEn

[squid-users] STILL No buffer space available

2006-11-28 Thread Wojciech Puchar
2006/11/28 18:11:24| comm_open: socket failure: (55) No buffer space available 2006/11/28 18:11:24| comm_open: socket failure: (55) No buffer space available under FreeBSD 6 with such sysctl.conf: kern.ipc.somaxconn=65535 kern.ipc.nmbclusters=32768 kern.maxfiles=65536 kern.maxfilesperproc=3276

RE: [squid-users] Downloads not going through parent proxy, going DIRECT

2006-11-28 Thread Geoff Varney
That could well be, maybe I'll try to track that down. However, if it's nothing to be overly concerned about it I probably won't be worrying about it any time soon! -Original Message- From: Steve Wilson Jr [mailto:[EMAIL PROTECTED] Sent: Monday, November 27, 2006 7:04 PM To: Geoff Varney

[squid-users] No capabilities?

2006-11-28 Thread Angel Mieres
Hi all... again :) When i set up my squid server(v2.6) i must to configure the cache_effective_user as squid(or other similar), this user must have CAP_NET_ADMIN capability if im using it for TPROXY to made effective the spoofing? If it's necessary, how could i give the CAP_NET_ADMIN capability t

Re: [squid-users] What's wrong with my Squid?

2006-11-28 Thread Mark Elsen
Hi there All! I use Squid 2.6 STABLE5 in our intranet (about 150-200 permanent users) with NTLM users authentication via SAMBA ntlm_auth external helper. All works good. But I can see some wornings in squid cache.log: 2006/11/28 18:43:53| comm_accept: FD

[squid-users] Squid port forwarding ? Proxy ? What do i need ?

2006-11-28 Thread Philippe Dhont \(Sea-ro\)
Hello, there is an internet application we want to use and i have some clients who needs to connect to it. Firewall is setup so that it can connect to thos ports, proxy server is squid. The internet application is using different ports, my proxy server listens only to port 4480 (http traffic for

[squid-users] What's wrong with my Squid?

2006-11-28 Thread Alexander Gottlieb
Hi there All! I use Squid 2.6 STABLE5 in our intranet (about 150-200 permanent users) with NTLM users authentication via SAMBA ntlm_auth external helper. All works good. But I can see some wornings in squid cache.log: 2006/11/28 18:43:53| comm_accept: FD 74:

Re: [squid-users] urlpath_regex squid 2.6

2006-11-28 Thread Wojciech Puchar
http_access deny CONNECT numeric_addr to block skype through proxy - it has to block CONNECT when target address is numeric. Then you should use dstdom_regex, not urlpath_regex.. CONNECT does not have an URL-path, only a hostname and port.. Regards Henrik thanks very much, i just read some

Re: [squid-users] squid with FreeBSD 6.0 tuning

2006-11-28 Thread Wojciech Puchar
Read the release notes - a handful of things changed. transparent proxy support changed and doesn't work for me even with transparent added to http_port. Please elaborate a bit on "doesn't work". In what way? TCP_DENIED in logs. now using httpd_accel_host virtual httpd_accel_port 80 httpd_

Re: [squid-users] Downloads not going through parent proxy, going DIRECT

2006-11-28 Thread Matus UHLAR - fantomas
On 27.11.06 13:58, Geoff Varney wrote: > Thanks Matus, that did it! You guys on this list sure are a great > resource and so often have simple solutions to problems such as this one. > > As the default setting had this setting in it, should I expect any other > issues now that I have disabled it?