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

WebMin 404 Error

I

Ivan Rivera

Guest
Server Config:
Windows 2008 STD / SQL Server 2008 Express / IIS7 / Plesk 9.0.0

When webmin is clicked from within Plesk Panel the following error appears:

Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested URL: /mssql/app/connect.aspx

I have tried:
Start > Run > type cmd
> cd %plesk_bin%
> websrvmng.exe --reconfigure-sqladmin
> defpackagemng.exe --fix --type=sqladminmssql

to no avail... phpMyAdmin works just fine.

Anyone have any other suggestions and/or recommendations? It would be gratefully appreciated.

Oh. I get the same results with asp.net enterprise or either mylittleadmin selected.

Regards,
Ivan
 
This has been solved.

sqladmin was stopped and port set to 80. set port to 8401, restarted and ran the following again:

Start > Run > type cmd
> cd %plesk_bin%
> websrvmng.exe --reconfigure-sqladmin
> defpackagemng.exe --fix --type=sqladminmssql

I'm good to go...
 
Back
Top