• 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

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