This is a discussion on Re: [squid-users] redirecting transparently to few different ports within the Squid Users forums, part of the Web Server and Related Forums category; On Thu, 11 Dec 2003, Rami Jaamour wrote: > #!/usr/bin/perl > $|=1; > while (<>) { > > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Thu, 11 Dec 2003, Rami Jaamour wrote:
> #!/usr/bin/perl > $|=1; > while (<>) { > > s@http://soaptest.parasoft.com/calcu...ulator-01.wsdl@; > > s@http://soaptest.parasoft.com/glue/...t.parasoft.com:8000/glue/calculator@; > print; > } > > The first one work fine, but the when there are port changes like the > second one it does not work, I just get a 404 from apache on 81! I don't see even how first can work. How does your Squid find it's way to port 81? The redirector is looking for a port 80 url and returning a port 80 url.. Regards Henrik |
![]() |
| Thread Tools | |
| Display Modes | |
|
|