• 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.

Upgrade 12.08 to 12.5 - Apache Status

moswak

Regular Pleskian
Since the upgrade from Plesk 12.08 to 12.5 the Apache Status page /sk-server-status shows only the serverIP and not the really clientIP of the visitor.
I´ve searched in files like /etc/nginx/plesk.conf.d/server.conf and /etc/httpd/conf.d/rpaf.conf but its
no difference to 12.08.

Are there any other files that I can search. Have I overlooked something ? Can someone please help me?
 
Hi @moswak!

The issue will be fixed in the upcoming microupdate. You can disable and enable nginx to solve the issue temporary. You can make it in UI on screen Tools & Settings > Services Management or using cli:
# plesk sbin nginxmng --disable
# plesk sbin nginxmng --enable
 
Hi vlikhtanskiy

if i disable nginx in UI this error appears:
Unable to make action: Unable to manage service by nginxmng: ('stop', 'nginx'). Error: [2015-10-19 09:09:15] ERR [util_exec] proc_close() failed ['/usr/local/psa/admin/bin/nginx_proxy' '--off' '--port-map' '7080:80,7081:443'] with exit code [255]
disabling nginx proxy failed :
255 Service /etc/init.d/httpd failed to start
Service /etc/init.d/httpd failed to start

but if nginx is reactivated its ok an the issue is solved.
thanks
 
Back
Top