• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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