Re: [squid-users] redirecting transparently to few different ports based on URL or domain name

2003-12-12 Thread Henrik Nordstrom
On Thu, 11 Dec 2003, Rami Jaamour wrote: #!/usr/bin/perl $|=1; while () { [EMAIL PROTECTED]://soaptest.parasoft.com/[EMAIL PROTECTED]://soaptest.parasoft.com/glue/calculator-01.wsdl@; [EMAIL PROTECTED]://soaptest.parasoft.com/glue/[EMAIL

[squid-users] redirecting transparently to few different ports based on URL or domain name

2003-12-11 Thread Rami Jaamour
I am running Squid on port 80, proxing to Apache httpd on 81, following the FAQs. I could use a redirector successfully to redirect from one URL to another on the same host and port, however, I'd like Squid and/or it's redirector to be able to route requests based on URL (ideally) or at least

Re: [squid-users] redirecting transparently to few different ports based on URL or domain name

2003-12-11 Thread Henrik Nordstrom
On Thu, 11 Dec 2003, Rami Jaamour wrote: I am running Squid on port 80, proxing to Apache httpd on 81, following the FAQs. I could use a redirector successfully to redirect from one URL to another on the same host and port, however, I'd like Squid and/or it's redirector to be able to

Re: [squid-users] redirecting transparently to few different ports based on URL or domain name

2003-12-11 Thread Rami Jaamour
well, yes, I see what you are saying, I thought that I can do that, but here is my redirector: #!/usr/bin/perl $|=1; while () { [EMAIL PROTECTED]://soaptest.parasoft.com/[EMAIL PROTECTED]://soaptest.parasoft.com/glue/calculator-01.wsdl@; [EMAIL

Re: [squid-users] redirecting transparently to few different ports based on URL or domain name

2003-12-11 Thread Henrik Nordstrom
And what is your httpd_accel_single_host setting? If this redirection does not work then I suspect you have set httpd_accel_single_host to on which will force Squid to always contact httpd_accel_host:httpd_accel_port no matter what is indicated by the URL. Regards Henrik On Thu, 11 Dec 2003,