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

Empty host name on IIS site bindings

Coskun

New Pleskian
Hi everyone,

Plesk, for an unknown reason to me, creates an "empty binding" on one specific website every time I make a "hosting change" on that very website (subscription in Plesk terms). What I mean by a "hosting change" is things like enabling/disabling SSL, adding/removing aliases and anything similar that might require Plesk to re-arrange the bindings for that website.

The issue exists only on one of the many websites I am hosting/configuring via Plesk, the others don't have any similar issues.

The result of the issue is the given website being stopped by IIS since the "empty binding" is already in use by the "Default Web Site".

If I go ahead and delete the empty binding from the given website, I can start the website up again, so I have a workaround but I am still curious, what might cause the issue?

The Plesk version I am having is 12.0.18 Update #38, which I assume is the latest one.

Please see the attached screen shot below.

Screen Shot 2015-03-24 at 12.39.35 AM.png
 
Just wondering but have you tried running the reconfiguration command?

Code:
"%plesk_cli%\repair.exe" --reconfigure-web-site -web-site-name suna.li
(run that command in an elevated command prompt)
 
I just tried what you said and have got the response below:

Code:
This Web site cannot be started.  Another Web site may be using the same port.
In Microsoft.Web.Administration module
Exception type: Microsoft.Web.Administration.ServerManagerException
   at Microsoft.Web.Administration.Site.Start()
   at IISWebSite.startStop(IISWebSite* , Boolean start)
   at IISWebSite.start(IISWebSite* )

(Error code 1)

The command seems to add that mysterious empty binding again. I remove the empty binding manually and voila, the website can be started up again.
 
remove that binding again and run the reconfig this should fix issue for that and any future sites added the blank binding should only be for default site
 
Hi Matthew,

Thank you for your suggestions. I have already tried that and the issue still remains. It is not a showstopper for me, since I don't play with that website's settings everyday but I am just curious why would that happen.
 
Back
Top