• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

nginx error

Tsi-Shawn

Basic Pleskian
Restarting nginx I get the error:

nginx: [warn] conflicting server name "www.strategicmineplanning.com" on 206.248.173.164:80, ignored
Starting nginx: nginx: [warn] conflicting server name "www.strategicmineplanning.com" on 206.248.173.164:80, ignored

www.strategicmineplanning.com is not in the control panel and is not located in /var/www/vosts (because it is a forward it does not show up in vhosts)

If you go to the URL it forwards you to a site. This site is in the control panel and also has another forward in the control panel pointing to it: www.strategicmineplanning.ca

If I try to add www.strategicmineplanning.com to the control panel it fails with an error stating that the site is already there.

When I look for the site in the cli I get the following back:

[root@webhost1 vhosts]# locate strategicmineplanning.com
/etc/httpd/conf/plesk.conf.d/forwarding/strategicmineplanning.com_httpd.conf
/etc/httpd/conf/plesk.conf.d/forwarding/strategicmineplanning.com_httpd.conf.bak
/etc/httpd/conf/plesk.conf.d/forwarding/www.strategicmineplanning.com_httpd.conf
/etc/httpd/conf/plesk.conf.d/webmails/roundcube/strategicmineplanning.com_webmail.conf
/etc/httpd/conf/plesk.conf.d/webmails/roundcube/www.strategicmineplanning.com_webmail.conf
/etc/nginx/plesk.conf.d/forwarding/strategicmineplanning.com_nginx.conf
/etc/nginx/plesk.conf.d/forwarding/strategicmineplanning.com_nginx.conf.bak
/etc/nginx/plesk.conf.d/forwarding/www.strategicmineplanning.com_nginx.conf
/etc/nginx/plesk.conf.d/webmails/strategicmineplanning.com_webmail.conf
/etc/nginx/plesk.conf.d/webmails/www.strategicmineplanning.com_webmail.conf
/var/named/chroot/var/strategicmineplanning.com
/var/qmail/mailnames/strategicmineplanning.com
/var/spool/postfix/private/plesk-strategicmineplanning.com-206.248.173.164-

When I ping/host/dig the site it all points back to the server. So it is hosted on the server but it is not viewable in the control panel. Any thoughts?
 
Igor,

That fixed the nginx error but when trying to add the domain through the control panel:


Domain name *
www. This domain name already exists.
 
Maybe additionally you need to remove other files with www and check corresponding orphaned records in psa database.
 
Run

# plesk db

and use SQL queries for searching extra records in tables about this domain. Contact Parallels Support Team if you are not familiar with SQL.
 
Back
Top