Re: [squid-users] Problems downloading files from command line

2005-03-17 Thread Peter Albrecht
Hi Jose, > When I try to download a file using wget > > wget ftp://ftp.site.com/file-???-x86.exe > > I get the following error message > > 502 Bad Gateway > > Now, if I specify a specific file > > wget ftp://ftp.site.com/file-001-x86.exe > > it all works great. Maybe it's becaus

Re: [squid-users] ftp slow

2005-03-17 Thread Matus UHLAR - fantomas
On 16.03 16:32, it clown wrote: > I will set my browser not to use a proxy and i will connect > to the internet via the forwarder ( ip_forward ). When i do > it that way things are nice and speedy for ftp access. I've never heard about such thing. Don't you just mean directly (probably with NAT)?

Re: [squid-users] Re: HTTP POST problem with httpd-accelerator

2005-03-17 Thread Steve Jasper
Can you please explain with a little more detail? I'm quite new to this. Regards, Steve - Original Message - From: "Henrik Nordstrom" <[EMAIL PROTECTED]> To: "Steve Jasper" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, March 16, 2005 9:22 PM Subject: Re: [squid-users] Re: HTTP POST problem

Re: [squid-users] Squid -> Homepage

2005-03-17 Thread Matus UHLAR - fantomas
On 16.03 14:23, Michael Pophal wrote: > As I know there is a possibility to define a homepage via proxy-pac. Where? I haven't found that anywhere. Can you provide more info? > proxypac is a javascript, which configures the client. It tells the > client, which proxy to use and afaik it can tell th

Re: [squid-users] Problems downloading files from command line

2005-03-17 Thread Matus UHLAR - fantomas
On 16.03 11:11, "José J. Cintrón" wrote: > When I try to download a file using wget > > wget ftp://ftp.site.com/file-???-x86.exe > > I get the following error message > > 502 Bad Gateway > > Now, if I specify a specific file > > wget ftp://ftp.site.com/file-001-x86.exe > > it all

Re: [squid-users] Re: HTTP POST problem with httpd-accelerator

2005-03-17 Thread Steve Jasper
This is my setup and the HTTP POST is being sent by the 'internet pc' but not being forwarded by the 'squid reverse proxy' - I don't think I am using a parent am I? Regards, Steve -Original Message- From: Elsen Marc [mailto:[EMAIL PROTECTED] Sent: 17 March 2005 10:16 To: Steve J

Re: [squid-users] acl dstdomain

2005-03-17 Thread Henrik Nordstrom
On Thu, 17 Mar 2005, [gb2312] 杨明 wrote: If I access some addres of interior net ,such as 192.168.1.x , squid always to revers resolve ip addres untile timeout . Fix your DNS server to have proper zone definitions for your local network. Regards Henrik

Re: [squid-users] Unable to increase file descriptor

2005-03-17 Thread Henrik Nordstrom
On Thu, 17 Mar 2005, Yong Bong Fong wrote: I have a squid that always start with 1024 file descriptors. But I intend to increase the value because my new proxy will serve around 70-80 users. My squid version is squid-2.5.STABLE5-2, kernel is 2.6.5-1.358. My squid comes with the distribution the

Re: [squid-users] code 502

2005-03-17 Thread Henrik Nordstrom
On Thu, 17 Mar 2005, Askar wrote: thanks but why i'm getting "code 520, Bad Gateway" only today even though we didn't changed anything. What did the error message sent to the browser say? Note: if using MSIE then make sure to disable "Show friendly HTTP error messages" or else MSIE will not allow

Re: [squid-users] Re: HTTP POST problem with httpd-accelerator

2005-03-17 Thread Henrik Nordstrom
On Thu, 17 Mar 2005, Steve Jasper wrote: This is my setup and the HTTP POST is being sent by the 'internet pc' but not being forwarded by the 'squid reverse proxy' How have you configured Squid to act as an httpd accelerator? There is multiple methods of configuring Squid as a httpd accelerator an

Re: [squid-users] Squid -> Homepage

2005-03-17 Thread Michael Pophal
It took me also some time to find anything ;-) Try this Link http://www.innopacusers.org/list/archives/2001/msg03577.html and search for browser.startup.page Hope this helps you. It would be nice, if you could give me some response of your results on this. Regards Michael On Thu, 2005-03-17 a

Re: [squid-users] Squid -> Homepage

2005-03-17 Thread Henrik Nordstrom
On Thu, 17 Mar 2005, Matus UHLAR - fantomas wrote: On 16.03 14:23, Michael Pophal wrote: As I know there is a possibility to define a homepage via proxy-pac. Where? I haven't found that anywhere. One method is to use a trick similar to the redirector I tried to explain earlier. The PAC can redir

[squid-users] Re: help with config file for OWA 2003 reverse proxy setup

2005-03-17 Thread Martin Burke
On Thu, 17 Mar 2005 00:59:44 -0500, Martin Burke <[EMAIL PROTECTED]> wrote: > I have 3.0-PRE3 running now, but the OWA login prompt doesn't accept > my credentials. The entry in the access log is: > > "GET https://testmail.ncmec.org/exchange/ HTTP/1.1" 401 405 > TCP_MISS:FIRST_UP_PARENT > > My c

Re: [squid-users] Re: HTTP POST problem with httpd-accelerator

2005-03-17 Thread Steve Jasper
Hi, I'm getting a TCP_DENIED/403 in the access.log for the HTTP POST. On further inspection it has substituted the client host name in the destination URL instead of the webserver. Why would it do that? Regards, Steve - Original Message - From: "Steve Jasper" <[EMAIL PROTECTED]> To: S

Re: [squid-users] Snmpwalk doesnt work with squid

2005-03-17 Thread Henrik Nordstrom
On Wed, 16 Mar 2005, Babs wrote: #snmpwalk -c public -m /etc/squid/mib.txt 127.0.0.1 You probably need to specify the snmp version to use. Squid implements SNMP version 1 (-v 1). Also when you get past that point you may need to specify the starting OID as snmpwalk by default starts on the Inter

Re: [squid-users] Re: HTTP POST problem with httpd-accelerator

2005-03-17 Thread Henrik Nordstrom
On Thu, 17 Mar 2005, Steve Jasper wrote: I'm getting a TCP_DENIED/403 in the access.log for the HTTP POST. On further inspection it has substituted the client host name in the destination URL instead of the webserver. Why would it do that? Squid doesn't, but perhaps you are using a redirector which

[squid-users] check if it's available in other proxy

2005-03-17 Thread regatta
Hi Is it possible to make squid check another proxy just to see if the request page available or not ? and if its available just get it directory from the site it self and if it's not available (blocked in the other proxy) then display a message to the user that the page is blocked ? Thanks --

RE: [squid-users] check if it's available in other proxy

2005-03-17 Thread Elsen Marc
> Hi > > Is it possible to make squid check another proxy just to see if the > request page available or not ? Squid does not serve pages, only objects. > and if its available just get it > directory from the site it self and if it's not available (blocked in > the other proxy) > Ho

Re: [squid-users] check if it's available in other proxy

2005-03-17 Thread regatta
Will if the object is a text && content the word " ACCESS Denied., please call [EMAIL PROTECTED]" then this mean the page is blocked On Thu, 17 Mar 2005 15:45:12 +0100, Elsen Marc <[EMAIL PROTECTED]> wrote: > > > > Hi > > > > Is it possible to make squid check another proxy just to see if the >

[squid-users] Blocking FTP uploads

2005-03-17 Thread Tracey, Michael
I would like to block all FTP uploads via squid's HTTP-FTP gateway, while keeping the HTTP proxy of FTP working. (Read/download only FTP). All I seem to find are people trying to make FTP uploads work, guess I'm just contrary Thanks for any help you can offer, this list has been very helpful

RE: [squid-users] Blocking FTP uploads

2005-03-17 Thread Elsen Marc
> I would like to block all FTP uploads via squid's HTTP-FTP > gateway, while > keeping the HTTP proxy of FTP working. (Read/download only FTP). > > All I seem to find are people trying to make FTP uploads > work, guess I'm > just contrary > acl ftp_put method put http_acce

Re: [squid-users] Re: help with config file for OWA 2003 reverse proxy setup

2005-03-17 Thread Henrik Nordstrom
On Thu, 17 Mar 2005, Martin Burke wrote: Is the connection now ssl on both sides (from the client to the reverse proxy and then from the reverse proxy to the webserver)? This is supported by Squid-3, or by Squid-2.5 + ssl update patch. But unless you want to for security reasons there really is no

Re: [squid-users] check if it's available in other proxy

2005-03-17 Thread Henrik Nordstrom
On Thu, 17 Mar 2005, regatta wrote: Is it possible to make squid check another proxy just to see if the request page available or not? You can make Squid check if the page is in the cache of the other proxy. This is done automatically by ICP enabled cache peerings. and if its available just get i

RE: [squid-users] Blocking FTP uploads

2005-03-17 Thread Henrik Nordstrom
On Thu, 17 Mar 2005, Elsen Marc wrote: acl ftp_put method put http_access deny ftp_put This also blocks HTTP uploads using PUT (used by WebDAV and a few other tools). To only block FTP upload use acl FTP proto FTP acl PUT method PUT http_access deny FTP PUT Regards Henrik

[squid-users] High Utilization

2005-03-17 Thread Jorgen Rosink
Hi, I'm using 2.5.STABLE8 from Debian Sarge and experiencing very high utilization and random stalls client side at peek time. Did upgrade to 2.5.STABLE9 from Debian Unstable, but no difference so far. I'm almost sure I misconfigured some (or all ;-)) things, but totally out of options. To see so

Re: [squid-users] Problem with jsp

2005-03-17 Thread sasa
"sasa" wrote: >I think that the problem is present before to insert user/password, whitout >Proxy I view the web page with >toolbar, this toolbar (Home, Chi Siamo, News >etc) is on the top page, with Proxy I don't view the toolbar >(same result without Proxy but with Firefox). >What I can try ?

Re: [squid-users] Re: HTTP POST problem with httpd-accelerator

2005-03-17 Thread Steve Jasper
Hi, Got it!!! I was looking at the actual HTTP GET and POST packets on the LAN to the webserver and found the following; The HTTP GET Header had the "HOST:" field set to webserver IP address. Which is why it worked from the reverse proxy. The HTTP POST Header had the "HOST:" field set to the cli

Re: [squid-users] Squid 2.5 w/ LDAP

2005-03-17 Thread Martin Richard
Hi Steve, I've just finished installing squid with auth on a eDirectory LDAP (Novel 5.11) and after some headaches here's what worked 1. run configure with --enable-basic-auth-helpers=LDAP This will compile and install the ldap helper programs 2. test the process from the command line,

Re: [squid-users] Re: help with config file for OWA 2003 reverse proxy setup

2005-03-17 Thread Martin Burke
On Thu, 17 Mar 2005 17:15:57 +0100 (CET), Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > On Thu, 17 Mar 2005, Martin Burke wrote: > > > I've added them one by one, and since putting in login=PASS, I get > > past the login prompt but am back to the old situation of seeing two > > frames with no data

[squid-users] delay class & acls

2005-03-17 Thread Alex
Hello, one question: to match every host in a /20 subnet do I have to use for delay pools, the class 2 or 3 type? Thanks! Alex -- This message has been scanned for viruses and dangerous content by LG-Network(http://www.lgnet.ro), and is believed to be clean.

[squid-users] Cute FTP through Squid ..how ???

2005-03-17 Thread kk
Hi Brothers I am new to this group and this is my 1st post to this group.. i found this gorup intresting coz i am more keen to squid ...and intrested in learning the most i can about it...well the problem i am facing is regarding FTP ... i searched a lot regarding my query on google but was no

[squid-users] squid requests limitations

2005-03-17 Thread Pablo Arias
hi i want to ask, if someone knows wich is de maximum number of requests that squid can handle. i was interested in theorical and practical numbers. perhaps you can tell me that this depends on what is under squid, but what i want to know is if there is a request limitation inherent to squid. th

Re: [squid-users] Squid 2.5 w/ LDAP

2005-03-17 Thread Jayesh Kamdar
Martin and other on the list, I am new to squid and ldap. I have it compiled with ldap but having trouble making the query work. I found 2 binaries - /usr/local/squid/bin/squid_auth_ldap and - /usr/lib/squid/squid_ldap_auth And with both I have tried several different queries but none have

[squid-users] js files being cached

2005-03-17 Thread Brad Taylor
How do I make sure .js files are not cached and only image files are? Here is what I have now for refresh_patterns: refresh_pattern ^ftp: 144020% 10080 refresh_pattern ^gopher:14400% 1440 refresh_pattern . 0 20% 4320 refresh_pattern -i \.

Re: [squid-users] Re: help with config file for OWA 2003 reverse proxy setup

2005-03-17 Thread Henrik Nordstrom
On Thu, 17 Mar 2005, Martin Burke wrote: What URLs do the frameset HTML source use for the frames? http:// or https://? The URL for the page shows https://testmail.ncmec.org/exchange/ This is the base URL of the main exchange frameset, not the frames... What does the frameset HTML source read like

Re: [squid-users] squid requests limitations

2005-03-17 Thread Henrik Nordstrom
On Thu, 17 Mar 2005, Pablo Arias wrote: i want to ask, if someone knows wich is de maximum number of requests that squid can handle. i was interested in theorical and practical numbers. This depends very much in how you use Squid and on what kind of server. For caching Internet proxies the maximum

Re: [squid-users] js files being cached

2005-03-17 Thread Henrik Nordstrom
On Thu, 17 Mar 2005, Brad Taylor wrote: How do I make sure .js files are not cached and only image files are? Use no_cache with a url_regex or rep_mime_type acl. Regards Henrik

Re: [squid-users] delay class & acls

2005-03-17 Thread Henrik Nordstrom
On Thu, 17 Mar 2005, Alex wrote: one question: to match every host in a /20 subnet do I have to use for delay pools, the class 2 or 3 type? Class 3. Regards Henrik

Re: [squid-users] auth popup is not comming

2005-03-17 Thread Henrik Nordstrom
On Sat, 12 Mar 2005, ss babu wrote: I need to know how to cinfigure the squid in the transparent mode to get the webservsers authetication window. Normally no special configuration is required. It is rather the opposite, special configurations or odd setups is required to not make authentication

Re: [squid-users] Squid & Webalizer

2005-03-17 Thread Henrik Nordstrom
On Mon, 14 Mar 2005, [ISO-8859-1] Cédric Petter wrote: I have installed on my web server the soft WebAlizer and when i look on the stats, I can see the IP of my proxy server and not the IP of the visitor!! Could you tell me the option that permit to modify this ? You need to teach the web server to

Re: [squid-users] Re: help with config file for OWA 2003 reverse proxy setup

2005-03-17 Thread Martin Burke
On Thu, 17 Mar 2005 21:12:40 +0100 (CET), Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > > What does the frameset HTML source read like in full? (view source). > No URL is present when I view source...it's a DNS error page in both frames. Thanks, Martin > Regards > Henrik >

RE: [squid-users] High Utilization

2005-03-17 Thread Chris Robertson
> -Original Message- > From: Jorgen Rosink [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 17, 2005 7:31 AM > To: squid-users@squid-cache.org > Subject: [squid-users] High Utilization > > > Hi, > > I'm using 2.5.STABLE8 from Debian Sarge and experiencing very high > utilization and ran

Re: [squid-users] Re: help with config file for OWA 2003 reverse proxy setup

2005-03-17 Thread Henrik Nordstrom
On Thu, 17 Mar 2005, Martin Burke wrote: What does the frameset HTML source read like in full? (view source). No URL is present when I view source... Then you can not have any frames on the screen. You need to view the source of the frame set, not an individual frame. Regards Henrik

[squid-users] FreeBSD, OpenBSD and IP-Filter users wanted, running Squid as transparent proxy

2005-03-17 Thread Henrik Nordstrom
I need help to verify a pending patch for transparent interception on various platforms. I can only verify this on Linux myself. If you run Squid as a transparent proxy on another platform than Linux, using one of the following configure options: --enable-ipf-transparent (IP-Filter) -

Re: [squid-users] Re: help with config file for OWA 2003 reverse proxy setup

2005-03-17 Thread Martin Burke
On Fri, 18 Mar 2005 00:14:24 +0100 (CET), Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > On Thu, 17 Mar 2005, Martin Burke wrote: > > >> What does the frameset HTML source read like in full? (view source). > > > > No URL is present when I view source... > > Then you can not have any frames on the

Re: [squid-users] Re: help with config file for OWA 2003 reverse proxy setup

2005-03-17 Thread Henrik Nordstrom
On Thu, 17 Mar 2005, Martin Burke wrote: Ok, now I've got it. I apologize for drawing this out so painfully. The url is http://testmail.ncmec.org/exchange/MartinBurke/ Then the front-end-https thing did not kick in proper. Regards Henrik

Re: [squid-users] Squid 2.5 w/ LDAP

2005-03-17 Thread Steven Adams
Hi, Thanks for the reply. What i actually want to do is depending on which group the user is depends how much access they get. Eg group "somesites" gets access to only some sites.. Group "allsites" gets access to all sites. Is this possible, as far as i can see it only works with one group? I t

Re: [squid-users] Re: help with config file for OWA 2003 reverse proxy setup - UPDATED Config

2005-03-17 Thread Martin Burke
On Fri, 18 Mar 2005 00:14:24 +0100 (CET), Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > > You need to view the source of the frame set, not an individual frame. > > Regards > Henrik Ok, as stated the url of the frame is: http://testmail.ncmec.org/exchange/MartinBurke/ The newly compiled and pat

Re: [squid-users] Squid 2.5 w/ LDAP

2005-03-17 Thread Henrik Nordstrom
On Fri, 18 Mar 2005, Steven Adams wrote: What i actually want to do is depending on which group the user is depends how much access they get. Eg group "somesites" gets access to only some sites.. Group "allsites" gets access to all sites. You need to start with first getting the authentication t

[squid-users] proxy_auth and external helpers behaviour with http_access

2005-03-17 Thread Rolf
hello presently we have working perfectly, basic auth against an ldap query to Active Directory. so acls: acl authenticated_user proxy_auth REQUIRED acl group1 external ...detail of helper and dn of group name etc At the moment there is http_access allow authenticated_user group1 http_access deny

Re: [squid-users] Squid 2.5 w/ LDAP

2005-03-17 Thread Steven Adams
Hey Again, Ok i have run squid_ldap_auth program from command like and enter user/password and it comes back OK so it seems to be working.. I put this in squid.conf authenticate_program /usr/local/squid/libexec/squid_ldap_auth -H ldap://192.168.0.1 -D "cn=adminsq,o=adminsq" -w etc etc... acl a

Re: [squid-users] Squid 2.5 w/ LDAP

2005-03-17 Thread Steven Adams
Oops, i fixed it.. had to remove the quotes from the auth_program line.. works now.. ill move onto getting the groups working now :) Thanks for your help.. Steven Adams wrote: Hey Again, Ok i have run squid_ldap_auth program from command like and enter user/password and it comes back OK so it se

[squid-users] BEST refresh_pattern

2005-03-17 Thread Umar Draz
hi dear members! i want maximum HIT in my squid cache so plz help me what kind of refresh_pattern should be use? thanks and regards Umar Draz _ Don't just search. Find. Check out the new MSN Search! http://search.msn.com/