• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Service unavailable/sitepreview.dll missing

T

TorstenK

Guest
After updating from 10.0 to 10.2 the plesk panel showed "Service unavailable".
I found a solution by deleting the undefined sitepreview filter in ISAPI (IIS Website Properties). Now the event viewer tells that the HTTP-Filter-DLL ..PLesk\isapi\sitepreview.dll could not loaded. The dll is not in this directory!
Can someone tell me where to get this dll in order to put it to the ISAPI correctly?

Thanks ;-)
 
Starting from Plesk 10.2 sitepreview ISAPI filter is not required anymore.

The following command executed during upgrade to remove filter from IIS:
"%plesk_dir%\admin\bin\websrvmng.exe" --remove-global-filter --name=sitepreview

Since global filters are cached in IIS, maybe you will also need to execute:
iisreset /RESTART /TIMEOUT:120

after that.

p.s. do you have any errors in Plesk event log during update? Or maybe you can zip and send to me privately your autoinstaller3.log located at c:\<RANDOM_LONG_STRING>\ ?
 
Back
Top