Plesk showing default page instead of website

On Apache web servers:

service httpd stop
service httpd start

If it didn't solve, run:

/usr/local/psa/admin/sbin/websrvmng -a

On NGINX web servers:

Check 80 port is listening to...

netstat -plnt | grep ':80'

Then,

/usr/local/psa/admin/sbin/nginxmng -d
/usr/local/psa/admin/sbin/nginxmng -e

This will reconfigure all Apache and Nginx web server configuration files, hence set the Apache configuration to ports 7080 and 7081.

If the problem persists afterwards, you must find out, in which file Apache is still binding to port 80. It must then be a custom file that was added, e.g. in /etc/httpd or a subdirectory of that path.

 

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to enable rewrite rules for Plesk using NGINX

Login to Plesk. Open the domain you need to update. Click on the “Apache and nginx settings”...

How to Enable Nginx with PHP-FPM on Plesk

Nginx is supported with PHP-FPM which is a fast and reliable web server.Plesk Control Panel...

How to Enable all of the required ports of Plesk

If you found, the ports are closed of a Plesk server due to FirewallD, then run the following...

Plesk license getting revoked? Here's the solution

Some of our clients' complaints that their Plesk WebHost license getting revoked. So, here's the...

How to Install Plesk or Onyx on Linux CentOS?

Plesk is a popular website control panel, and it makes managing your website easy. Although it is...