<div dir="ltr">Hi Grant,<div><br></div><div>So my idea is to install a single squid server and redirect the internal servers to that url instead of the original one. Squid will then redirect the post to the correct external server asi it is installed on a server that has external access  I hope this is possible</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 24, 2021 at 5:59 PM Grant Taylor <<a href="mailto:gtaylor@tnetconsulting.net">gtaylor@tnetconsulting.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 9/24/21 3:26 PM, Mike Yates wrote:<br>
> Ok so let's say the new server outside the dmz has a different name.<br>
<br>
Are you going to re-configure the clients to use the new / different <br>
name?  Or do you need to re-configure either the intermediate Squid or <br>
the target; Fred, also running squid, to translate from the old API <br>
hostname to the new / different hostname?<br>
<br>
> I need a squid server configuration that will just forward the api <br>
> calls to an external address.  So my internal servers will still point <br>
> to Fred ( which is now a squid server and has access to the outside <br>
> world) and will then forward the requests to the new server I have in <br>
> the cloud.<br>
<br>
Are there two Squid servers in play now that Fred is running Squid?<br>
<br>
Is there a proxy server, Squid or otherwise, between clients and Fred? <br>
Or is Fred the Squid server that you were referencing in your emails?<br>
<br>
> Long story short I just need a pass through squid server.<br>
<br>
I suspect you might need to do more than simply pass the requests <br>
through.  It sounds to me like you need to translates requests for <br>
<a rel="noreferrer">https://fred.mydomain.com/api/event</a> to <a rel="noreferrer">https://dmz.mydomain.com/api/event</a>.<br>
<br>
It seems to me like you are going to want to configure Squid on Fred to <br>
act as a Reverse Proxy (Accelerator).<br>
<br>
Link - Reverse Proxy Mode<br>
  - <a rel="noreferrer">https://wiki.squid-cache.org/SquidFaq/ReverseProxy</a><br>
<br>
<br>
<br>
-- <br>
Grant. . . .<br>
unix || die<br>
<br>
_______________________________________________<br>
squid-users mailing list<br>
<a>squid-users@lists.squid-cache.org</a><br>
<a rel="noreferrer">http://lists.squid-cache.org/listinfo/squid-users</a><br>
</blockquote></div>