• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Problem with 2 IP Addresses

Nicola

Basic Pleskian
Hi,
I have 2 IP for my server (IP-001, IP-002): I moved some domains to IP-002 and all work fine in the browser but if I send requests cURL/sockets the request appears to come from the IP-001. Anyone have any idea on how to change this setting?

Thanks in advance
 
Hi Nicola,

with your curl - command, your are able to use as well for example:

curl --interface XXX.XXX.XXX.XXX ...

... or use a PHP setting, as for example:
Code:
<?php
curl_setopt($ch, CURLOPT_INTERFACE, "XXX.XXX.XXX.XXX");
?>


Pls. consider to ask "non-Plesk-relevant" questions at for example => Open Topics
 
Last edited by a moderator:
ok thanks, but the cURL is only an example...my question is this: there is some setting in plesk or centOS 7 that allows me to set output IP for any kind of request?
 
Back
Top