• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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