• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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