• 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

Plesk on CentOS 7 - Domaine showing plesk default page

Sventekz

New Pleskian
Hello,

I have a VPS with CentOS 7 installed and Plesk.
In domaine provider DNS is done.
In plesk i created subscription for this domaine
All done fine.
When i open the domain in brower i see PLESK DEFAULT PAGE with no IP showen, event when i went to domaine => httpdocs and delete the default and cgi folder from there it keep showing the plesk default page.
Anyone can help me solving this issue please ?
 

Attachments

  • default.png
    default.png
    211.4 KB · Views: 5
Is the domain routed to the IP address of the server?
Is the subscription configured to associate the ip address with the domain?
 
Can it be a browser cache issue, meaning, did you clear the browser cache and tested again?
 
Have you verified that /var/www/vhosts/system/<your domain name>/conf/httpd.conf and /var/www/vhosts/system/<your domain name>/conf/nginx.conf show the correct IP address and domain name?

Have you verified that /etc/httpd/conf/plesk.conf.d/vhosts/<your domain name>.conf is linked correctly to /var/www/vhosts/system/<your domain name>/conf/httpd.conf and that /etc/nginx/plesk.conf.d/vhosts/<your domain name>.conf is linked correctly to /var/www/vhosts/system/<your domain name>/conf/nginx.conf?

Has the webserver been restarted/reloaded afterwards (# service httpd reload && service nginx reload)?
 
Have you verified that /var/www/vhosts/system/<your domain name>/conf/httpd.conf and /var/www/vhosts/system/<your domain name>/conf/nginx.conf show the correct IP address and domain name?

Have you verified that /etc/httpd/conf/plesk.conf.d/vhosts/<your domain name>.conf is linked correctly to /var/www/vhosts/system/<your domain name>/conf/httpd.conf and that /etc/nginx/plesk.conf.d/vhosts/<your domain name>.conf is linked correctly to /var/www/vhosts/system/<your domain name>/conf/nginx.conf?

Has the webserver been restarted/reloaded afterwards (# service httpd reload && service nginx reload)?
Could you please explain how do i can verify that ?
Thanks
 
You can simply look into the files and directory structure, e.g. "less <filename>" or "ll <filename>".
 
Everything seems ok.
I reinstalled the server with plesk and always same issue, using another VPS with the same company everything is fine.
 
Back
Top