"Check Parallels Plesk Panel is ready" task failed
Modified on: Sat, 18 Nov 2023 5:33 AM2020-01-22
Symptoms
Check Parallels Plesk Panel is ready
task failed with the following output:
Plesk is unavailable on host
Cause
Privacy proxy service is not in running state on the appropriate node, or it is not working properly.
Resolution
Privacy Proxy service is responsible for transferring XMLRPC or HTTP(S) requests from the protected internal network (BackNet) to the external network (FrontNet). Check if privacy proxy service is in running state on the proxy node, and it is listening on the right port and on the right IP address:
[root@proxy ~]# netstat -ntpl | grep privoxy
tcp 0 0 X.X.X.X:8008 0.0.0.0:* LISTEN 18190/privoxy
In case of wrong settings use the following instruction:
- Change settings in
/etc/privoxy/config
; -
Restart
privoxy
service:[root@proxy ~]# /etc/init.d/privoxy restart Stopping Privoxy, OK. Starting Privoxy, OK.
- Rerun the failed task.