• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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