Re: [squid-users] acl order

2009-08-13 Thread Erwann PENCREACH
Hi Riccardo Castellani a écrit : If create these entries in squid.conf: acl wwwebay dstdomain www.ebay.com acl wwwcons dstdomain demo.consortium.com acl emmepitre url_regex ^http://.*\.mp3 acl msnmessq req_mime_type -i ^application/x-msn-messenger$ acl msnmessp rep_mime_type -i ^application/x-m

Re: [squid-users] Adding HTTP headers w/ Squid

2009-08-13 Thread Amos Jeffries
Kelly Jones wrote: I use squid, and want to add HTTP headers to all GET/POST requests I make, above/beyond the headers my browser + squid already send. Can squid do this? Please explain why. Then we can point you at the right possible solution to your problem. There are usually better ways t

Re: [squid-users] caching dynamic image content

2009-08-13 Thread Terry
On Thu, Aug 13, 2009 at 6:36 PM, Amos Jeffries wrote: > Terry wrote: >> >> On Thu, Aug 13, 2009 at 9:32 AM, Terry wrote: >>> >>> On Thu, Aug 13, 2009 at 8:10 AM, Amos Jeffries >>> wrote: Terry wrote: > > Hello, > > I don't have squid implemented yet. > > I am resea

Re: [squid-users] All NTLM auth RESERVED or DEFERRED

2009-08-13 Thread Amos Jeffries
Берсенев Виктор Сергеевич wrote: Squid 3.0 stable 18 # FD PID # Requests # Deferred Requests Flags Time Offset Request 1 58 31375 186 0 R 0.000 0 (none) 2 59 31376 59 0 R 0.001 0 (none) 3

Re: [squid-users] caching dynamic image content

2009-08-13 Thread Amos Jeffries
Terry wrote: On Thu, Aug 13, 2009 at 9:32 AM, Terry wrote: On Thu, Aug 13, 2009 at 8:10 AM, Amos Jeffries wrote: Terry wrote: Hello, I don't have squid implemented yet. I am researching a web architecture issue I am seeing with a site. Squid may be a bandaid for what I think may be some poor

Re: [squid-users] caching dynamic image content

2009-08-13 Thread Chris Robertson
Terry wrote: Just to further prove its not being cached, here's the header: GET /Pic.aspx?i=db1edbcd-2375-4bae-b33f-a53ced60deed HTTP/1.1 Host: foo.domain.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729) Accept: image/p

Re: [squid-users] Problem with website

2009-08-13 Thread Rob Poe
The site is made by a development company. Long story short, the development company was receptive to my criticism, and they're going to look into fixing the code. :) Henrik Nordstrom wrote: tor 2009-08-13 klockan 12:11 -0500 skrev Rob Poe: So, I call up the webmaster of that website, an

Re: [squid-users] Terminal Server Users

2009-08-13 Thread nairb rotsak
I have a client that uses a TS farm as well. If they are using AD and everything is working, you can: 1. Create an AD group called limited-Inet 2. Put the users you want to be restricted in that group 3. Add this to your squid.conf acl our_networks src 192.168.0.0/16 acl NTLMUsers proxy_auth

Re: [squid-users] Problem with website

2009-08-13 Thread Henrik Nordstrom
tor 2009-08-13 klockan 12:11 -0500 skrev Rob Poe: > So, I call up the webmaster of that website, and tell them their webserver is > broken, and leave it at that? Start there. Regards Henrik

Re: [squid-users] Unsupported method in request '_'

2009-08-13 Thread Ralf Hildebrandt
* donovan jeffrey j : > >>2009/08/13 09:31:30| clientParseRequestMethod: Unsupported method in > >>request '_' > > > >What does the request "_" do? > > > I thought it was attached at the end of a url some-site-had-many- > hyphens-then_ _.jpg > im not sure > > I need to grab a better snapshot.

Re: [squid-users] Problem with website

2009-08-13 Thread Rob Poe
So, I call up the webmaster of that website, and tell them their webserver is broken, and leave it at that? If it works without being proxied up, and fails through a proxy, what would I tell him/her to do ... to fix the issue? Since it's ASPX could it be the code itself (which I'm considering -

[squid-users] Adding HTTP headers w/ Squid

2009-08-13 Thread Kelly Jones
I use squid, and want to add HTTP headers to all GET/POST requests I make, above/beyond the headers my browser + squid already send. Can squid do this? -- We're just a Bunch Of Regular Guys, a collective group that's trying to understand and assimilate technology. We feel that resistance to new

[squid-users] All NTLM auth RESERVED or DEFERRED

2009-08-13 Thread Берсенев Виктор Сергеевич
Squid 3.0 stable 18 # FD PID # Requests # Deferred Requests Flags Time Offset Request 1 58 31375 186 0 R 0.000 0 (none) 2 59 31376 59 0 R 0.001 0 (none) 3 60 31377 13 0

[squid-users] ACL order in squid.conf

2009-08-13 Thread Riccardo Castellani
If create these entries in squid.conf: acl wwwebay dstdomain www.ebay.com acl wwwcons dstdomain demo.consortium.com acl emmepitre url_regex ^http://.*\.mp3 acl msnmessq req_mime_type -i ^application/x-msn-messenger$ acl msnmessp rep_mime_type -i ^application/x-msn-messenger$ acl audiosp rep_mime_t

Re: [squid-users] Unsupported method in request '_'

2009-08-13 Thread donovan jeffrey j
On Aug 13, 2009, at 10:24 AM, Ralf Hildebrandt wrote: * donovan jeffrey j : Greetings I'm seeing this error in cache.log 2009/08/13 09:31:30| clientParseRequestMethod: Unsupported method in request '_' What does the request "_" do? I thought it was attached at the end of a url some-site

Re: [squid-users] caching dynamic image content

2009-08-13 Thread Terry
On Thu, Aug 13, 2009 at 9:32 AM, Terry wrote: > On Thu, Aug 13, 2009 at 8:10 AM, Amos Jeffries wrote: >> Terry wrote: >>> >>> Hello, >>> >>> I don't have squid implemented yet. >>> >>> I am researching a web architecture issue I am seeing with a site. >>> Squid may be a bandaid for what I think may

Re: [squid-users] caching dynamic image content

2009-08-13 Thread Terry
On Thu, Aug 13, 2009 at 8:10 AM, Amos Jeffries wrote: > Terry wrote: >> >> Hello, >> >> I don't have squid implemented yet. >> >> I am researching a web architecture issue I am seeing with a site. >> Squid may be a bandaid for what I think may be some poor development >> architecture decisions.  Th

[squid-users] acl order

2009-08-13 Thread Riccardo Castellani
If create these entries in squid.conf: acl wwwebay dstdomain www.ebay.com acl wwwcons dstdomain demo.consortium.com acl emmepitre url_regex ^http://.*\.mp3 acl msnmessq req_mime_type -i ^application/x-msn-messenger$ acl msnmessp rep_mime_type -i ^application/x-msn-messenger$ acl audiosp rep_mime_t

Re: [squid-users] Unsupported method in request '_'

2009-08-13 Thread Ralf Hildebrandt
* donovan jeffrey j : > Greetings > > I'm seeing this error in cache.log > > 2009/08/13 09:31:30| clientParseRequestMethod: Unsupported method in > request '_' What does the request "_" do? -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin

Aw: [squid-users] Reverse Proxy with Squid 3.0

2009-08-13 Thread pangj
- Original Nachricht Von: Roberto O. Fernández Crisial An: squid-users@squid-cache.org Datum: 12.08.2009 20:25 Betreff: [squid-users] Reverse Proxy with Squid 3.0 > I'm currently deploying Squid 3.0 but I couldn't make it work as > reverse-proxy. > Hi, Coz I have helped ma

Re: [squid-users] Terminal Server Users

2009-08-13 Thread Amos Jeffries
9 denis wrote: Hi, I am pretty new to Squid. I am using Webmin to configure Squid. We have Microsoft Windows 2003 Terminal Server on which 50 users login with their Active Directory ID. I have configured Proxy settings for all the users using Internet. Now, we want to block certain websites f

Re: [squid-users] Unsupported method in request '_'

2009-08-13 Thread donovan jeffrey j
On Aug 13, 2009, at 9:56 AM, Amos Jeffries wrote: donovan jeffrey j wrote: Greetings I'm seeing this error in cache.log 2009/08/13 09:31:30| clientParseRequestMethod: Unsupported method in request '_' I thought i compiled with enable underscores. So im not sure what is causing this error.

Re: [squid-users] Unsupported method in request '_'

2009-08-13 Thread Amos Jeffries
donovan jeffrey j wrote: Greetings I'm seeing this error in cache.log 2009/08/13 09:31:30| clientParseRequestMethod: Unsupported method in request '_' I thought i compiled with enable underscores. So im not sure what is causing this error. Im seeing it in 3.0 stable 18 &16 --enable-unders

[squid-users] Unsupported method in request '_'

2009-08-13 Thread donovan jeffrey j
Greetings I'm seeing this error in cache.log 2009/08/13 09:31:30| clientParseRequestMethod: Unsupported method in request '_' I thought i compiled with enable underscores. So im not sure what is causing this error. Im seeing it in 3.0 stable 18 &16 root# squid -v Squid Cache: Version 3.0

Re: [squid-users] caching dynamic image content

2009-08-13 Thread Amos Jeffries
Terry wrote: Hello, I don't have squid implemented yet. I am researching a web architecture issue I am seeing with a site. Squid may be a bandaid for what I think may be some poor development architecture decisions. There are concerns that the site is written in a way that browsers and reverse

Re: [squid-users] Terminal Server Users

2009-08-13 Thread Angela Williams
Hi! On Thursday 13 August 2009, 9 denis wrote: > Hi, > > I am pretty new to Squid.  I am using Webmin to configure Squid. > > We have Microsoft Windows 2003 Terminal Server on which 50 users login > with their Active Directory ID.  I have configured Proxy settings for > all the users using Internet

[squid-users] Make squid problem

2009-08-13 Thread Aleksey Samostrelov
Hello. Trying to install squid 3 stable 18 on AIX 5.3 Configuration is successfull, but make produces an error: "util.c", line 76.21: 1506-162 (W) No definition was found for function default_failure_notify. Storage class changed to extern. "util.c", line 109.4: 1506-191 (E) The character # is n

[squid-users] Terminal Server Users

2009-08-13 Thread 9 denis
Hi, I am pretty new to Squid.  I am using Webmin to configure Squid. We have Microsoft Windows 2003 Terminal Server on which 50 users login with their Active Directory ID.  I have configured Proxy settings for all the users using Internet. Now, we want to block certain websites for only some of t

Re: [squid-users] caching dynamic image content

2009-08-13 Thread Henrik Nordstrom
ons 2009-08-12 klockan 22:19 -0500 skrev Terry: > Here's an example of an image as seen from the client. I pulled this > right out of my firefox memory cache: > http://foo.domain.com/Image.aspx?i=db1edbcd-2375-4bae-b33f-a53ced60deed If thai i argument is a session variable then you will need to

Re: [squid-users] R: aufs vs ufs

2009-08-13 Thread Henrik Nordstrom
tor 2009-08-13 klockan 08:40 +0200 skrev Riccardo Castellani: > I'm using Debian 5.0.1, but what fs do you suggest me for cache_dir ? > > aufs or ufs ? aufs, as ufs performs very badly under load. Regards Henrik