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