• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved apache return always remote ip 127.0.0.1

StephM

New Pleskian
Server operating system version
debian 11
Plesk version and microupdate number
18.0.56
Hi,

i install a new server (Debian 11 - plesk 18.0.56) and apache return always 127.0.0.1 as remote ip (nginx ok)

thanks
1698143855816.png
 
Hi,

What you are experiencing is a new feature in Plesk 18.0.56:

Plesk Obsidian 18.0.56
10 October 2023


To enhance security, Apache now listens to only the loopback IP address (also called localhost) when Apache runs with nginx as a reverse proxy.

This feature is turned on by default on new Plesk installations. To enable it on existing installations, run the following CLI command: plesk bin apache --listen-on-localhost true. For information on the feature, see the KB article.
 
Back
Top