• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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