• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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