• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

PLESK on CentOs 6.5 - no Connection possible

ehrenwert

Basic Pleskian
Hello,

I just installed PLESK on CentOS 6.5 (64Bit).

Well, I can not get a connection - if I call the IP, there is a blank page - if I call the IP + 8880 there is a Message that the Connection could not be established.

I checked the logs: /var/log/sw-cp-server/ is empty...

What could cause this issue?
 
What sort of output of following command:

# lsof -i tcp:8443

Have you tried restart psa service?
 
Hi,

the result of lsof -i tcp:8443

[root@lichtenberg ~]# lsof -i tcp:8443
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
sw-cp-ser 1609 root 6u IPv4 12999 0t0 TCP *:pcsync-https (LISTEN)
sw-cp-ser 1609 root 8u IPv6 13001 0t0 TCP *:pcsync-https (LISTEN)
sw-cp-ser 1610 sw-cp-server 6u IPv4 12999 0t0 TCP *:pcsync-https (LISTEN)
sw-cp-ser 1610 sw-cp-server 8u IPv6 13001 0t0 TCP *:pcsync-https (LISTEN)
[root@lichtenberg ~]#

Yes, I restarted psa:

[root@lichtenberg ~]# service psa restart
Stopping sw-engine-fpm: [ OK ]
Starting sw-engine-fpm: [ OK ]
[root@lichtenberg ~]#
 
Well. sw-cp-server works fine. Looks like you have firewalled port 8443 on your server. Have you checked it?
 
Back
Top