• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Problems with Apache https?

synthetic5995

Basic Pleskian
Hi guys, I'm facing my new problem.

I'm using: CentOS 6.4 (Final) with Plesk panel 11.0.9 Update #53

My server hostname is: server.abc.com (example)
I hosted emails and website for my customers: xyz.com (example)

When i use port 80 (everything's normal):
Access to server.abc.com:80 (show default website of Plesk)
Access to xyz.com:80 (show website of xyz.com)
Access to mail.xyz.com:80 (show default website of Plesk)
Access to Server's IP Addess:80 (show default website of Plesk)

When i use port 443 (something's wrong):
Access to Server's IP Addess:443 (show website of xyz.com)
Access to mail.xyz.com:443(show website of xyz.com)
Access to xyz.com:443 (show website of xyz.com)

In my other Plesk Server when i access to IP Address:443 and mail.xyz.com:443 it will shown the default website of Plesk?

How to resolve my problems?

Thank you and sorry for my bad English.
 
Try to run

Code:
# /usr/local/psa/admin/sbin/httpdmng --reconfigure-all

Thank you for your support!

But can i ask one more question about this command? Do it impact to our current website hosted on my server and also web-mail?

Because our customers are often Japanese Customers, they want the service 100% up-time and very grumpy ...

Thanks so much!
 
Hello,

You will not face any issues with above command. This command will rebuild the httpd configuration on your server and you will not get any downtime for your users
 
Back
Top