• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

Error uploading old backup

JhonJ

Basic Pleskian
After made a database backup with the Plesk control panel, when I try upload and restore the backup it shows me an error:

HTTP Error 404.13

Request filtering is configured on the Web server to deny the request because the content length exceeds the configured value.

possible fix
Verify the configuration/system.webServer/security/requestFiltering/requestLimits@maxAllowedContentLength (of course this work only in Linux) how do I can change it on plesk? under IIS7


Data base weight 114Mb


Thank you
 
I find this solution

Hello I find a possible solution but it keeps show me error:

C:\>cd %windir%\system32\inetsrv

C:\Windows\System32\inetsrv>appcmd set config PleskControlPanel/ -section:requestFiltering -requestLimits.maxAllowedContentLength:104857600
ERROR ( message:Cannot find SITE object with identifier ""PleskControlPanel/"". )

C:\Windows\System32\inetsrv>

anyone have a better idea or if anyone can check my syntax?
 
Fixer

Error Fixed.

>.<! thank for all help Plesk staff (ironic) I figure by my self this:

In case do you have a issue like this, please check this out:

Do you have to do two steeps to fix this issue:

Steep 1

C:\Windows\System32\inetsrv>appcmd set config "yourdomain.com/" -section:requestFiltering -requestLimits.maxAllowedContentLength:204857600

server positive answer:

Applied configuration changes to section "system.webServer/security/requestFiltering" for "MACHINE/WEBROOT/APPHOST/netgames3d.net/" at configuration commit path "MACHINE/WEBROOT/APPHOST/yourdomain.com/"

Steep 2

C:\Windows\System32\inetsrv>appcmd set config PleskControlPanel/ -section:requestFiltering -requestLimits.maxAllowedContentLength:2048576000

server answer:

Applied configuration changes to section "system.webServer/security/requestFiltering" for "MACHINE/WEBROOT/APPHOST/PleskControlPanel/" at configuration commit path "MACHINE/WEBROOT/APPHOST/PleskControlPanel/"

You have increase the max Allowed Content Length to 200 MB if you have a db back more bigger then that, you should have to increase the size and that's it.

Good luck.

Remember do a backup of hole Plesk and system before you do something like this. KEEP IN MIND THINGS HAPPENS
 
Back
Top