Re: [squid-users] Redirection by backend server

2007-01-08 Thread Sameer Joshi
Trying to work 2 webservers behind Squid 2.6 stable 4 reverse proxy : My (non-working) relevant config : www.abc.com, www.xyz.com: These are urls given to users 1.2.3.4: actual ip address of the server www.abc.com or abc.mydomain.com 5.6.7.8: actual ip address of the server www.xyz.com or xyz.m

[squid-users] Proxy hierarchy

2007-01-08 Thread Alexandre Correa
Hello !! How i configure one server to act a "MASTER" and others servers act as "SLAVE" i have many clients running squid and i want to configure the clients squid to use my squid servers on the provider... thanks !! -- Sds. Alexandre J. Correa Onda Internet / OPinguim.net http://www.ondainte

Re: [squid-users] Need to redirect traffic of www.hi5.com to a different parent proxy

2007-01-08 Thread Tek Bahadur Limbu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear Manoj, I have solved this problem by redirecting the traffic of the proxy server to another proxy server which can access the www.hi5.com site. I am using Squid-2.5 right now. I plan to upgrade to Squid-2.6 when FreeBSD-6.2 gets released. Howe

Re: [squid-users] Need to redirect traffic of www.hi5.com to a different parent proxy

2007-01-08 Thread Tek Bahadur Limbu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 8 Jan 2007 11:23:46 +0545 (NPT) Manoj Rajkarnikar <[EMAIL PROTECTED]> wrote: > On Sun, 7 Jan 2007, Odhiambo WASHINGTON wrote: > > > * On 07/01/07 15:40 +0545, Manoj Rajkarnikar wrote: > > | Hi. > > | > > | We too got same error with our squi

Re: [squid-users] Need to redirect traffic of www.hi5.com to a different parent proxy

2007-01-08 Thread Manoj Rajkarnikar
On Mon, 8 Jan 2007, Tek Bahadur Limbu wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Dear Manoj, > > I have solved this problem by redirecting the traffic of the proxy > server to another proxy server which can access the www.hi5.com site. > > I am using Squid-2.5 right now. I

Re: [squid-users] Redirection by backend server

2007-01-08 Thread Henrik Nordstrom
mån 2007-01-08 klockan 13:46 +0530 skrev Sameer Joshi: > Trying to work 2 webservers behind Squid 2.6 stable 4 reverse proxy : > > > My (non-working) relevant config : > > > www.abc.com, www.xyz.com: These are urls given to users > 1.2.3.4: actual ip address of the server www.abc.com or abc.myd

Re: [squid-users] Need to redirect traffic of www.hi5.com to a different parent proxy

2007-01-08 Thread Amos Jeffries
Manoj Rajkarnikar wrote: On Mon, 8 Jan 2007, Tek Bahadur Limbu wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear Manoj, I have solved this problem by redirecting the traffic of the proxy server to another proxy server which can access the www.hi5.com site. I am using Squid-2.5 right

Re: [squid-users] Redirection by backend server

2007-01-08 Thread Sameer Joshi
Hi I tried adding following to the configuration: acl abc_domain dstdomain www.abc.com acl xyz_domain dstdomain www.xyz.com cache_peer_access abc.mydomain.com allow abc_domain cache_peer_access xyz.mydomain.com allow xyz_domain **

Re: [squid-users] Redirection by backend server

2007-01-08 Thread Sameer Joshi
I also tried: Replacing 'cache_peer www.abc.com parent 80 0 originserver', by cache_peer 1.2.3.4 parent 80 0 originserver www.abc.com cache_peer 5.6.7.8 parent 80 0 originserver www.xyz.com Result is that for both www.abc.com and www.xyz.com, i m served with www.abc.com Sameer Joshi -Orig

Re: [squid-users] Redirection by backend server

2007-01-08 Thread Henrik Nordstrom
mån 2007-01-08 klockan 17:23 +0530 skrev Sameer Joshi: > I also tried: > > Replacing 'cache_peer www.abc.com parent 80 0 originserver', by > cache_peer 1.2.3.4 parent 80 0 originserver www.abc.com > cache_peer 5.6.7.8 parent 80 0 originserver www.xyz.com > > Result is that for both www.abc.com an

[squid-users] un-accessible site with version 2.6S3

2007-01-08 Thread Shoebottom, Bryan
Hello, I am having difficulty connecting to the site www.nap.edu. Our cache server is setup with wccp but I even tried configuring it in the browser proxy settings and still cannot connect to the site. When I try to get to it I simply get a "waiting for www.nap.edu" in the status bar. There a

Re: [squid-users] Redirection by backend server

2007-01-08 Thread Sameer Joshi
www.abc.com :Is the url given to users to access the server from internet (this is not configured on webserver. its only in squid.conf) abc.mydomain.com: actual server domain name (this url i use when i access the webserver internally) Sameer Joshi -Original Message- From: "Henrik Nords

[squid-users] Trailing Slash / Using Reverse Proxy

2007-01-08 Thread Brad Taylor
I'm using Squid 2.6 in reverse proxy / accelerator mode and IIS 6.0 as the back end web server. We are having a problem with trailing slashes not working through Squid but working through IIS. Request for https://www.exmaple.com will add the trailing slash going through both Squid and IIS -> https

Re: [squid-users] Need to redirect traffic of www.hi5.com to a different parent proxy

2007-01-08 Thread Henrik Nordstrom
sön 2007-01-07 klockan 13:21 +0545 skrev Tek Bahadur Limbu: > Some of my Squid servers are having problems while accessing the site > www.hi5.com. > > I get the error as below: > > While trying to retrieve the URL: http://www.hi5.com/ > > The following error was encountered: > > * Connectio

Re: [squid-users] Redirection by backend server

2007-01-08 Thread Henrik Nordstrom
mån 2007-01-08 klockan 18:57 +0530 skrev Sameer Joshi: > www.abc.com :Is the url given to users to access the server from internet > (this is not configured on webserver. its only in squid.conf) You better configure this on the web server as well if it is using the Host header.. It is possible to

Re: [squid-users] Need to redirect traffic of www.hi5.com to a different parent proxy

2007-01-08 Thread Henrik Nordstrom
tis 2007-01-09 klockan 00:28 +1300 skrev Amos Jeffries: > Can/Has someone confirm that it is actually a squid problem rather than > a problem of hi5.com blocking the servers somehow? "Connection refused" errors is by definition not Squid.. it's the site or network refusing to accept TCP/IP conne

Re: [squid-users] HTTPS connections

2007-01-08 Thread Henrik Nordstrom
mån 2007-01-08 klockan 13:52 +0800 skrev Ow Mun Heng: > I know SSL connections aren't really supported, but I know it supports > pass through connection using the CONNECT method. Yes... > Last night, I tried to (i have a transparent proxy setup through my > firewall) redirect all HTTPS(Port 443)

Re: [squid-users] un-accessible site with version 2.6S3

2007-01-08 Thread Henrik Nordstrom
mån 2007-01-08 klockan 08:25 -0500 skrev Shoebottom, Bryan: > Hello, > > I am having difficulty connecting to the site www.nap.edu. Our cache server > is setup with wccp but I even tried configuring it in the browser proxy > settings and still cannot connect to the site. > When I try to get to

Re: [squid-users] Trailing Slash / Using Reverse Proxy

2007-01-08 Thread Henrik Nordstrom
mån 2007-01-08 klockan 09:44 -0500 skrev Brad Taylor: > Request for https://www.example.com/test will not work through Squid but > IIS will add the trailing slash https://www.example.com/test/ What happens here is that the web server says "Sorry, the URL you requested is not valid. You should go

[squid-users] Authentication problem

2007-01-08 Thread Nick Duda
Sorry to bring up an old post of mine, but I have one question about it. First off, 2.6 did fix my problems, so thanks again. The problem I have now is we decided to use SmartFilter by Secure Computing which fixes all the ACL issues I have. The only problem is that they only support up to 2.5stab

[squid-users] Cache Streaming Video?

2007-01-08 Thread Santiago del Castillo
Hi, is there any way to cache streaming videos like youtube or google videos? Thanks, Santiago

RE: [squid-users] Trailing Slash / Using Reverse Proxy

2007-01-08 Thread Brad Taylor
>> Request for https://www.example.com/test will not work through Squid but >> IIS will add the trailing slash https://www.example.com/test/ >What happens here is that the web server says "Sorry, the URL you >requested is not valid. You should go to http://my.server.name/test/ >instead. >> Going

Re: [squid-users] Cache Streaming Video?

2007-01-08 Thread Adrian Chadd
On Mon, Jan 08, 2007, Santiago del Castillo wrote: > Hi, is there any way to cache streaming videos like youtube or google > videos? youtube videos are just shockwave files with some range request stuff going on. Caching those is on my (long!) list of things to do but as always, paid work gets in

[squid-users] Re: Cache Streaming Video?

2007-01-08 Thread Paul Johnson
Santiago del Castillo wrote: > Hi, is there any way to cache streaming videos like youtube or google > videos? Yup, they seem to cache fine for me, since they're not actually streaming videos but shockwave flash files.

Re: [squid-users] Web server acceleration with squid and clustering with high availability

2007-01-08 Thread Henrik Nordstrom
sön 2007-01-07 klockan 15:58 +0200 skrev Forse: > o Setup squid 1 (one that is running on same machine as web server) so > it uses squid2 (one on VPS) as sibling and forwards all media requests > to it. > o Squid2 in turn will fetch media content when asked from squid1 and > then serve it from own

Re: [squid-users] HTTPS connections

2007-01-08 Thread Ow Mun Heng
On Mon, 2007-01-08 at 16:33 +0100, Henrik Nordstrom wrote: > mån 2007-01-08 klockan 13:52 +0800 skrev Ow Mun Heng: > > I know SSL connections aren't really supported, but I know it supports > > pass through connection using the CONNECT method. > > Yes... > > > Last night, I tried to (i have a tra

Re: [squid-users] Zero Size Reply

2007-01-08 Thread Henrik Nordstrom
sön 2007-01-07 klockan 19:49 -0800 skrev nonama: > Dear All, > Need to find out why does everytime my user tries to go to a webpage, this > error will come out: > > ERROR > The requested URL could not be retrieved > > While trying to retrieve the URL: http:// Individual Req > > The following e

Re: [squid-users] Proxy hierarchy

2007-01-08 Thread Henrik Nordstrom
mån 2007-01-08 klockan 05:27 -0300 skrev Alexandre Correa: > How i configure one server to act a "MASTER" and others servers act as "SLAVE" In Squid speak it's called parent and child.. > i have many clients running squid and i want to configure the clients > squid to use my squid servers on the

RE: [squid-users] Trailing Slash / Using Reverse Proxy

2007-01-08 Thread Henrik Nordstrom
mån 2007-01-08 klockan 18:20 -0500 skrev Brad Taylor: > How would I setup the reverse proxy to not rewrite the host name > componet? Depends on how you set things up. If setting up Squid as a vhost then it by default doesn't. > Here is my config file: > > http_port 80 > https_port 443 cert=/et

Re: [squid-users] Authentication problem

2007-01-08 Thread Henrik Nordstrom
mån 2007-01-08 klockan 12:19 -0500 skrev Nick Duda: > First off, 2.6 did fix my problems, so thanks again. The problem I have > now is we decided to use SmartFilter by Secure Computing which fixes all > the ACL issues I have. The only problem is that they only support up to > 2.5stable13 (they say

Re: [squid-users] HTTPS connections

2007-01-08 Thread Henrik Nordstrom
tis 2007-01-09 klockan 08:58 +0800 skrev Ow Mun Heng: > Thanks hendrik, that's useful information. > May I ask for this little snippet of information be updated in the FAQ? > > http://wiki.squid-cache.org/SquidFaq/AboutSquid#head-593dae4b6b740816917a6cc2ce5854d3d43624ee Fail to see whats wrong w

Re: [squid-users] Re: Cache Streaming Video?

2007-01-08 Thread zulkarnain
--- Paul Johnson <[EMAIL PROTECTED]> wrote: > Yup, they seem to cache fine for me, since they're > not actually streaming > videos but shockwave flash files. > Not for me, it's ain't work for my squid with default configuration. any tricks on how to make it work? regards, Zul