Re: Fwd: [squid-users] How to strip/ignore header in squid?

2009-05-31 Thread Kurt Buff
On Sat, May 30, 2009 at 17:55, Amos Jeffries wrote: > Kurt Buff wrote: >>> Squid-3 has request_header_access and reply_header_access separately now. >>> I think you need request_header_access for those ones. >> >> That eliminated the error message! >> >> Now to test and see if the problem with PDF

Re: Fwd: [squid-users] How to strip/ignore header in squid?

2009-05-30 Thread Amos Jeffries
Kurt Buff wrote: On Sat, May 30, 2009 at 17:37, Amos Jeffries wrote: Kurt Buff wrote: On Thu, May 28, 2009 at 22:40, Amos Jeffries wrote: Amos Jeffries wrote: A typo in my patch :( sorry. Lower case 'T'. Amos FWIW, I'm just build testing for the commit now. It will be in the next set of s

Re: Fwd: [squid-users] How to strip/ignore header in squid?

2009-05-30 Thread Kurt Buff
On Sat, May 30, 2009 at 17:37, Amos Jeffries wrote: > Kurt Buff wrote: >> >> On Thu, May 28, 2009 at 22:40, Amos Jeffries wrote: >>> >>> Amos Jeffries wrote: A typo in my patch :( sorry. Lower case 'T'. Amos >>> >>> FWIW, I'm just build testing for the commit now. It will be i

Re: Fwd: [squid-users] How to strip/ignore header in squid?

2009-05-30 Thread Amos Jeffries
Kurt Buff wrote: On Thu, May 28, 2009 at 22:40, Amos Jeffries wrote: Amos Jeffries wrote: A typo in my patch :( sorry. Lower case 'T'. Amos FWIW, I'm just build testing for the commit now. It will be in the next set of snapshots. Cool. installation of the patched version went fine (no erro

Re: Fwd: [squid-users] How to strip/ignore header in squid?

2009-05-30 Thread Kurt Buff
On Thu, May 28, 2009 at 22:40, Amos Jeffries wrote: > Amos Jeffries wrote: >> A typo in my patch :( sorry. Lower case 'T'. >> >> Amos > > FWIW, I'm just build testing for the commit now. It will be in the next set > of snapshots. Cool. installation of the patched version went fine (no errors afte

Re: Fwd: [squid-users] How to strip/ignore header in squid?

2009-05-28 Thread Amos Jeffries
Amos Jeffries wrote: Kurt Buff wrote: On Wed, May 27, 2009 at 12:11, Chris Robertson wrote: Kurt Buff wrote: I cd'ed to /usr/ports/www/squid30/work/squid-3.0.STABLE15/ and saved the file as httpheader.patch, with the following results: -- squid# patch Good. Hmm... The next patch

Re: Fwd: [squid-users] How to strip/ignore header in squid?

2009-05-28 Thread Amos Jeffries
Kurt Buff wrote: On Wed, May 27, 2009 at 12:11, Chris Robertson wrote: Kurt Buff wrote: I cd'ed to /usr/ports/www/squid30/work/squid-3.0.STABLE15/ and saved the file as httpheader.patch, with the following results: -- squid# patch Good. Hmm... The next patch looks like a unified d

Re: Fwd: [squid-users] How to strip/ignore header in squid?

2009-05-28 Thread Kurt Buff
On Wed, May 27, 2009 at 12:11, Chris Robertson wrote: > Kurt Buff wrote: >> I cd'ed to /usr/ports/www/squid30/work/squid-3.0.STABLE15/ and saved >> the file as httpheader.patch, with the following results: >> >> -- >> squid# patch > Hmm...  Looks like a unified diff to me... >> The text le

Re: Fwd: [squid-users] How to strip/ignore header in squid?

2009-05-27 Thread Chris Robertson
Kurt Buff wrote: My sincere apologies for not responding sooner... On Sun, May 17, 2009 at 00:23, Amos Jeffries wrote: Please find attached a patch for 3.0 that adds the headers so header_access can remove them. This should apply with -p0, or if not on your version on the current snapshots

Fwd: [squid-users] How to strip/ignore header in squid?

2009-05-26 Thread Kurt Buff
My sincere apologies for not responding sooner... On Sun, May 17, 2009 at 00:23, Amos Jeffries wrote: > Please find attached a patch for 3.0 that adds the headers so header_access > can remove them. > > This should apply with -p0, or if not on your version on the current > snapshots. > > Amos > -

Re: [squid-users] How to strip/ignore header in squid?

2009-05-18 Thread Amos Jeffries
Robert Collins wrote: On Wed, 2009-05-13 at 19:39 -0700, Kurt Buff wrote: I came to that conclusion on my own, and did recompile with that option ('make --enable-http-violations' then 'make install', and it went without error) but it didn't help, as I'm getting the same error message. I'm sure

Re: [squid-users] How to strip/ignore header in squid?

2009-05-17 Thread Amos Jeffries
Kurt Buff wrote: On Thu, May 14, 2009 at 21:56, Amos Jeffries wrote: Kurt Buff wrote: On Wed, May 13, 2009 at 18:18, Amos Jeffries wrote: On Tue, May 12, 2009 at 17:09, Chris Robertson wrote: Kurt Buff wrote: All, My user population is having frequent problems fetching PDFs through our s

Re: [squid-users] How to strip/ignore header in squid?

2009-05-15 Thread Kurt Buff
On Thu, May 14, 2009 at 21:56, Amos Jeffries wrote: > Kurt Buff wrote: >> >> On Wed, May 13, 2009 at 18:18, Amos Jeffries wrote: On Tue, May 12, 2009 at 17:09, Chris Robertson wrote: > > Kurt Buff wrote: >> >> All, >> >> My user population is having frequen

Re: [squid-users] How to strip/ignore header in squid?

2009-05-14 Thread Amos Jeffries
Kurt Buff wrote: On Wed, May 13, 2009 at 18:18, Amos Jeffries wrote: On Tue, May 12, 2009 at 17:09, Chris Robertson wrote: Kurt Buff wrote: All, My user population is having frequent problems fetching PDFs through our squid proxy, and I think I've narrowed down the issue, though I'm not 100

Re: [squid-users] How to strip/ignore header in squid?

2009-05-13 Thread Kurt Buff
On Wed, May 13, 2009 at 20:16, Robert Collins wrote: > On Wed, 2009-05-13 at 19:39 -0700, Kurt Buff wrote: > >> I came to that conclusion on my own, and did recompile with that >> option ('make --enable-http-violations' then 'make install', and it >> went without error) but it didn't help, as I'm

Re: [squid-users] How to strip/ignore header in squid?

2009-05-13 Thread Robert Collins
On Wed, 2009-05-13 at 19:39 -0700, Kurt Buff wrote: > I came to that conclusion on my own, and did recompile with that > option ('make --enable-http-violations' then 'make install', and it > went without error) but it didn't help, as I'm getting the same error > message. > > I'm sure I'm missing

Re: [squid-users] How to strip/ignore header in squid?

2009-05-13 Thread Kurt Buff
On Wed, May 13, 2009 at 18:18, Amos Jeffries wrote: >> On Tue, May 12, 2009 at 17:09, Chris Robertson wrote: >>> Kurt Buff wrote: All, My user population is having frequent problems fetching PDFs through our squid proxy, and I think I've narrowed down the issue, though I'

Re: [squid-users] How to strip/ignore header in squid?

2009-05-13 Thread Amos Jeffries
> On Tue, May 12, 2009 at 17:09, Chris Robertson wrote: >> Kurt Buff wrote: >>> >>> All, >>> >>> My user population is having frequent problems fetching PDFs through >>> our squid proxy, and I think I've narrowed down the issue, though I'm >>> not 100% certain of it. >>> >>> I see two deny message

Re: [squid-users] How to strip/ignore header in squid?

2009-05-13 Thread Kurt Buff
On Tue, May 12, 2009 at 17:09, Chris Robertson wrote: > Kurt Buff wrote: >> >> All, >> >> My user population is having frequent problems fetching PDFs through >> our squid proxy, and I think I've narrowed down the issue, though I'm >> not 100% certain of it. >> >> I see two deny messages from our

Re: [squid-users] How to strip/ignore header in squid?

2009-05-12 Thread Chris Robertson
Kurt Buff wrote: All, My user population is having frequent problems fetching PDFs through our squid proxy, and I think I've narrowed down the issue, though I'm not 100% certain of it. I see two deny messages from our Sidewinder firewall, that are associated with the URLs regarding request head

[squid-users] How to strip/ignore header in squid?

2009-05-12 Thread Kurt Buff
All, My user population is having frequent problems fetching PDFs through our squid proxy, and I think I've narrowed down the issue, though I'm not 100% certain of it. I see two deny messages from our Sidewinder firewall, that are associated with the URLs regarding request headers for the PDFs: