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

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