[squid-users] Won't cache html pages

2007-09-06 Thread K J
I've just set up Squid, but somehow it will only cache images, CSS, and JS files. How do I get it to cache html pages? Also, many of my pages have no extensions on them, for instance: http://www.example.com/article/today_is_hot How would I cache these pages?

[squid-users] Caching strategy, will this work?

2007-09-06 Thread K J
I'd like to have caching in my application. However, it serves up different content depending on if you are logged in or not. I'm thinking, is it possible to offer up a cache for all users not logged in? If say the application determines you are logged in, then it won't use the default cache.

Re: [squid-users] To block perticuler IP for interner access

2007-09-06 Thread Tek Bahadur Limbu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Nandika, On Thu, 6 Sep 2007 09:48:16 +0700 nandika rupasinghe [EMAIL PROTECTED] wrote: Dear all I want to block perticular IP for internet browsing on squide proxy. can u help me for necessary steps. You can try the following ACL: acl

[squid-users] Re: Akamai-like CDN using squid and a DNS trick

2007-09-06 Thread Oliver Schoett
Neil Harkins wrote: If not, perhaps I'll write a tool to tail the log for the hottest objects, look at the headers on disk, and issue PURGE requests. Yuck. I found that a forced reload (i.e., a request with Pragma: no-cache, usually triggered by Shift-Reload in the browser) by a user helps

Re: [squid-users] assertion failed: client_side.c:4175

2007-09-06 Thread Tek Bahadur Limbu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Henrik, On Thu, 06 Sep 2007 01:42:12 +0200 Henrik Nordstrom [EMAIL PROTECTED] wrote: On tis, 2007-09-04 at 18:49 +0545, Tek Bahadur Limbu wrote: Adrian Chadd wrote: On Tue, Sep 04, 2007, Tek Bahadur Limbu wrote: -BEGIN PGP SIGNED

Re: [squid-users] assertion failed: client_side.c:4175

2007-09-06 Thread Henrik Nordstrom
On tor, 2007-09-06 at 13:55 +0545, Tek Bahadur Limbu wrote: 2.6.STABLE16 is out. Also there has been a patch available for this problem the whole week.. http://www.squid-cache.org/Versions/v2/2.6/changesets/11635.patch Thanks for the patch. I will apply the patch later today. The

Re: [squid-users] User Authentication Begins Failing

2007-09-06 Thread Henrik Nordstrom
On tor, 2007-09-06 at 11:06 +0800, Adrian Chadd wrote: I've seen a race condition here. The NCSA helper only reopens the file when it sees the modification time change. Right.. it should add a little margin and not reopen the file if it's being modified just now.. REgards Henrik

[squid-users] latest squid 2.6 stableX or squid 3.0 binaries to download for windows xp

2007-09-06 Thread squid inbox
hi To be deployed on windows OS. where can i get the latest binaries version of squid ? 2.6 stable15 or there are later versions of 2.6 ? or 3.0 ? Be a better Globetrotter. Get better travel answers

Re: [squid-users] Won't cache html pages

2007-09-06 Thread Henrik Nordstrom
On tor, 2007-09-06 at 14:05 +0800, K J wrote: I've just set up Squid, but somehow it will only cache images, CSS, and JS files. How do I get it to cache html pages? To Squid there is no difference. What matters is what freshness information the server has assigned to the object.

Re: [squid-users] Caching strategy, will this work?

2007-09-06 Thread Henrik Nordstrom
On tor, 2007-09-06 at 14:06 +0800, K J wrote: I'd like to have caching in my application. However, it serves up different content depending on if you are logged in or not. Which places a great deal of strain on caching within HTTP... HTTP do not like to see different content on the same URL..

Re: [squid-users] latest squid 2.6 stableX or squid 3.0 binaries to download for windows xp

2007-09-06 Thread Henrik Nordstrom
On tor, 2007-09-06 at 02:05 -0700, squid inbox wrote: hi To be deployed on windows OS. where can i get the latest binaries version of squid ? The latest binary release for Windows is 2.6.STABLE14, but I guess Guido will make a 2.6.STABLE16 binary soon. 2.6 stable15 or there are later

Re: [squid-users] Re: Akamai-like CDN using squid and a DNS trick

2007-09-06 Thread Henrik Nordstrom
On ons, 2007-09-05 at 12:37 -0700, Neil Harkins wrote: On 9/5/07, Oliver Schoett [EMAIL PROTECTED] wrote: Did you notice any ill effects of Bug 7 (http://www.squid-cache.org/bugs/show_bug.cgi?id=7)? This bug makes Squid deliver resources with expiration times in the past, thus causing the

Re: [squid-users] [solved] Delay Pools, external acl, single sign-on

2007-09-06 Thread Martin Perner
Thanks very much that solved the problem Henrik Nordstrom wrote: On tis, 2007-09-04 at 15:31 +0200, Martin Perner wrote: The problem is that the script for the single sign-on didn't seem to set the %LOGIN variable. Correct, as authentication has not been used. %EXT_USER is the

Re: [squid-users] User Authentication Begins Failing

2007-09-06 Thread Adrian Chadd
On Thu, Sep 06, 2007, Henrik Nordstrom wrote: On tor, 2007-09-06 at 11:06 +0800, Adrian Chadd wrote: I've seen a race condition here. The NCSA helper only reopens the file when it sees the modification time change. Right.. it should add a little margin and not reopen the file if it's

Re: [squid-users] assertion failed: client_side.c:4175

2007-09-06 Thread Tek Bahadur Limbu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Henrik, On Thu, 06 Sep 2007 10:21:34 +0200 Henrik Nordstrom [EMAIL PROTECTED] wrote: On tor, 2007-09-06 at 13:55 +0545, Tek Bahadur Limbu wrote: 2.6.STABLE16 is out. Also there has been a patch available for this problem the whole

Re: [squid-users] latest squid 2.6 stableX or squid 3.0 binaries to download for windows xp

2007-09-06 Thread Guido Serassio
Hi, At 11.27 06/09/2007, Henrik Nordstrom wrote: On tor, 2007-09-06 at 02:05 -0700, squid inbox wrote: hi To be deployed on windows OS. where can i get the latest binaries version of squid ? The latest binary release for Windows is 2.6.STABLE14, but I guess Guido will make a 2.6.STABLE16

Re: [squid-users] squid -k rotate does nothing

2007-09-06 Thread Wet Mogwai
Thanks for the help. The problem has been resolved. It was an ownership problem in a place that I didn't think to look. The owner of the log directory somehow got changed to a UID that doesn't match a user. After fixing that, rotate works properly. Wet Mogwai wrote: My squid machine stopped

[squid-users] Reverse Proxy Basic Authentication

2007-09-06 Thread Brad Taylor
We use both Squid 2.5 and 2.6 as reverse proxies for our production web site. 2.5 seem to pass basic authentication without an issue. We can not get this to work in 2.6. Looking at the release notes it is not clear to me what if anything would need to be changed in the config file to allow this to

[squid-users] Redirect first page

2007-09-06 Thread Alvin
Hi, My squid has config as a Transpersant Proxy Server. I want to redirect the first page to a disclaimer web page when the user first time connect to browse the web site. Anybody know how to do it? Thank you very much.

[squid-users] high performance filesystem on squid

2007-09-06 Thread Dave
Hello, I'm looking for the highest performance possible out of freebsd and squid. I've got a box with scsi disks that i want to work the best. I've heard of xfs and reiserfs, but believe those are linux only? Right now in my current setup i'm running it on ufs2 with softupdates, i'd like to

[squid-users] W3C Extented Log Format

2007-09-06 Thread Caleb Anthony
Hello all, I'm trying to use the logformat setting in Squid 2.6 to log in the W3C Extended log format. More specifically, we are trying to emulate W3C Extended under IIS. (

Re: [squid-users] Redirect first page

2007-09-06 Thread Henrik Nordstrom
On fre, 2007-09-07 at 00:04 +0800, Alvin wrote: Hi, My squid has config as a Transpersant Proxy Server. I want to redirect the first page to a disclaimer web page when the user first time connect to browse the web site. Anybody know how to do it? Thank you very much. See the session

Re: [squid-users] high performance filesystem on squid

2007-09-06 Thread Henrik Nordstrom
On tor, 2007-09-06 at 12:55 -0400, Dave wrote: Hello, I'm looking for the highest performance possible out of freebsd and squid. I've got a box with scsi disks that i want to work the best. I've heard of xfs and reiserfs, but believe those are linux only? Right now in my current setup

Re: [squid-users] Caching strategy, will this work?

2007-09-06 Thread K J
Which places a great deal of strain on caching within HTTP... HTTP do not like to see different content on the same URL.. It is possible to solve this using Vary, but only if you are not using session cookies on anonymous users. And even then some browsers (mainly Firefox) will get a bit

Re: [squid-users] high performance filesystem on squid

2007-09-06 Thread Dave
Hi, Thanks for your reply. That helps a lot, i didn't get very far with xfs and reiserfs on freebsd, they appear to be read only. Currently on one box squid has it's cache under the /usr filesystem, if i add the noatime option to fstab and remount it will i brake anything? And you

[squid-users] Squid authenticating against ADS without prompting the user

2007-09-06 Thread Darren Maskowitz
The hard drive on the Squid proxy just died, and I'm trying to get the replacement to work. The proxy was running on Fedora Core 3 using Squid 2 and Samba 3.x. The replacement is running Fedora Core 6 and Squid 2.6 STABLE7 and Samba 3.0.23. I have managed to join the replacement to and have it

Re: [squid-users] User Authentication Begins Failing

2007-09-06 Thread Adrian Chadd
On Thu, Sep 06, 2007, Henrik Nordstrom wrote: With a 2 seconds or so margin on the stat time you should not need to care. Also solves the double password change within the same second problem... but yes checking the size as well do not hurt. Patch adding a 2 seconds margin to the stat time

[squid-users] TPROXY on new kernel. 2.6.22

2007-09-06 Thread ogeb
hello all, I have problem install squid in new kernel using tproxy patch, as we know new kernel and iptables using xtable for ip filtering that i only found xt_TPROXY.h and not found ip_tproxy.h. ip_tproxy.h cannot be found on new patch kernel 2.6.22 checking for

Re: [squid-users] Squid authenticating against ADS without prompting the user

2007-09-06 Thread Ian
Hi Darren, Can you provide a copy of the squid.conf as well as the smb.conf and the commands you ran to join the server to the domain? Thanks Ian On 9/7/07, Darren Maskowitz [EMAIL PROTECTED] wrote: The hard drive on the Squid proxy just died, and I'm trying to get the replacement to work.