Debera Posted September 25, 2015 Share Posted September 25, 2015 Hello! I would like to know if it is possible to use multiple download urls at the same time for only one server... You know, like a PHP script or something to forward the downloads to different server. Thank you in advance. Link to comment
0 UserToDelete Posted September 26, 2015 Share Posted September 26, 2015 You can't, because MTA system uses an URL to download, like this example in site of: yourHost/resource/clientFile.lua uses for example.. HTTPURL/resource/clientFile.lua it is not vinculed to any script to execute for that Link to comment
0 myonlake Posted September 28, 2015 Share Posted September 28, 2015 You can use your DNS service to add multiple IP addresses to a domain. Therefore whenever someone connects to your domain at www.example.com, they are downloading it from another IP address each time. It is possible, since I am doing it myself just fine. Link to comment
0 UserToDelete Posted September 29, 2015 Share Posted September 29, 2015 You can use your DNS service to add multiple IP addresses to a domain. Therefore whenever someone connects to your domain at http://www.example.com, they are downloading it from another IP address each time. It is possible, since I am doing it myself just fine. He is asking downloads by PHP script It is teorical possible, with rewrite mod for Apache2 Link to comment
0 myonlake Posted September 30, 2015 Share Posted September 30, 2015 You can use your DNS service to add multiple IP addresses to a domain. Therefore whenever someone connects to your domain at http://www.example.com, they are downloading it from another IP address each time. It is possible, since I am doing it myself just fine. He is asking downloads by PHP script It is teorical possible, with rewrite mod for Apache2 I don't use Apache, so I don't know. What I do know is DNS A-records are far more easier to add. Just my two cents, but whatever. Link to comment
0 UserToDelete Posted September 30, 2015 Share Posted September 30, 2015 You can use your DNS service to add multiple IP addresses to a domain. Therefore whenever someone connects to your domain at http://www.example.com, they are downloading it from another IP address each time. It is possible, since I am doing it myself just fine. He is asking downloads by PHP script It is teorical possible, with rewrite mod for Apache2 I don't use Apache, so I don't know. What I do know is DNS A-records are far more easier to add. Just my two cents, but whatever. MTA only can download directly by one DNS, you can use an NO HTTP server for downloadFile() function alternative Link to comment
0 myonlake Posted September 30, 2015 Share Posted September 30, 2015 MTA only can download directly by one DNS, you can use an NO HTTP server for downloadFile() function alternative That's not up to MTA to decide. DNS handles the requests, not MTA. Link to comment
0 UserToDelete Posted October 1, 2015 Share Posted October 1, 2015 MTA only can download directly by one DEFINED DNS, you can use an NO HTTP server for downloadFile() function alternative That's not up to MTA to decide. DNS handles the requests, not MTA. DNS cant handle multiple IPs from same DNS, www.example.com points to same IP, not multiple servers like this problem Link to comment
0 myonlake Posted October 2, 2015 Share Posted October 2, 2015 MTA only can download directly by one DEFINED DNS, you can use an NO HTTP server for downloadFile() function alternative That's not up to MTA to decide. DNS handles the requests, not MTA. DNS cant handle multiple IPs from same DNS, http://www.example.com points to same IP, not multiple servers like this problem No. With DNS you can define multiple A-records to forward your example.com domain to different IPs, therefore different servers. You can even hook reverse proxy with that and have complete anonymity. Link to comment
0 UserToDelete Posted October 2, 2015 Share Posted October 2, 2015 You cant do that. i mean same record to two different IPs simultany www record >>> 173.56.27.48 and 163.57.26.4 simultany Link to comment
0 myonlake Posted October 2, 2015 Share Posted October 2, 2015 You cant do that. i mean same record to two different IPs simultanywww record >>> 173.56.27.48 and 163.57.26.4 simultany Yeah you can't do it simultaneously obviously, lol. It would make no sense. The point is whenever you connect to the address, it will assign you a different IP address each time. This happens on each download, as well. Link to comment
Question
Debera
Hello!
I would like to know if it is possible to use multiple download urls at the same time for only one server...
You know, like a PHP script or something to forward the downloads to different server.
Thank you in advance.
Link to comment
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now