• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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