Override ‘Upload Files to Server Repository’ limit in Windows Machines / Plesk

During the transfer of accounts in Windows Server, you might encounter errors while Uploading backup files to Server Repository.  This is due to a limit set by default. No problem, you can simply override it.

Pre-Requisites

===========

Windows Server / Plesk control panel access (through rdesktop)

Here we go >>

Steps

——-

1) I assume you are logged into the Windows Server which have the backup files to be uploaded.

2) You try uploading files larger than 30 MB and got stuck with

‘HTTP Error 404.13 – Not Found

The request filtering module is configured to deny a request that exceeds the request content length.’

3) Solution is : Go to Start -> Run -> Execute the following command

%windir%\system32\inetsrv\appcmd set config "PleskControlPanel/"  -section:requestFiltering  -requestLimits.maxAllowedContentLength:104857600

Done !

The only thing that needs your attention is that the figure given out at the last section of the command. Here  it is ’104857600′ which is nothing but the representation of 100 MB in bytes. So change the figure according to your requirement.

For Instance 700 MB is 734003200 bytes.

‘Voila ! Wishing you a Happy and Successful Transfer !

Related posts:

  1. How do I change the default Plesk Backup Repository location ?
  2. How to recover forgotten plesk password from a Linux or Windows Dedicated or VPS server
  3. Monitor remote Windows server using Nagios on Linux
  4. Fix: Error: Table::select()failed: no such row in the table (In a plesk Windows server)
  5. Plesk Windows Horde This request cannot be completed because the link you followed or the form you submitted was only valid for minutes. Please try again now.

Comment Form

About this blog

This blog, acts as a knowledge repository for the world and is unofficial! Anything we find interesting in the cyber world will go here. Most cases, this blog will reflect the happiness of our staff in reaching successful solution to an issue (s)he worked on. A reference for other fellow SAGEs who come across similar issues later