Ok, I'm digging out my UT99 setups, and am setting up my own redirect server.
Basically trying to dust off roughly 20 years of memories here. LOL.
I remember roughly how to have UT99 servers specify redirect servers for the client to use. Usually something like this example:
[IpDrv.HTTPDownload]
RedirectToURL=http://uz.MyRedirectServer.com/
ProxyServerHost=
ProxyServerPort=3128
UseCompression=True
[IpDrv.TcpNetDriver]
AllowDownloads=True
MaxDownloadSize=0
DownloadManagers=IpDrv.HTTPDownload
DownloadManagers=Engine.ChannelDownload
Ok, because the client is issueing either an HTTP GET or POST (I forget which), does it mean that my redirect server should be hosting on the standard http port 80?
Or can I specify (say) the port 6666 as this:
Thanks guys. Trying to remember stuff I used to know like the back of my hand is embarrassing, but feel free to bust on me anyway.
Basically trying to dust off roughly 20 years of memories here. LOL.
I remember roughly how to have UT99 servers specify redirect servers for the client to use. Usually something like this example:
[IpDrv.HTTPDownload]
RedirectToURL=http://uz.MyRedirectServer.com/
ProxyServerHost=
ProxyServerPort=3128
UseCompression=True
[IpDrv.TcpNetDriver]
AllowDownloads=True
MaxDownloadSize=0
DownloadManagers=IpDrv.HTTPDownload
DownloadManagers=Engine.ChannelDownload
Ok, because the client is issueing either an HTTP GET or POST (I forget which), does it mean that my redirect server should be hosting on the standard http port 80?
Or can I specify (say) the port 6666 as this:
[IpDrv.HTTPDownload]
RedirectToURL=http://uz.MyRedirectServer.com:6666/
RedirectToURL=http://uz.MyRedirectServer.com:6666/
Thanks guys. Trying to remember stuff I used to know like the back of my hand is embarrassing, but feel free to bust on me anyway.

Comment