• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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