17.4. File Problems

Virtuozzo Automator is tuned to not allow giant files to be uploaded to virtual environments or the physical server. This setting can be controlled in the /etc/httpd/conf/httpd.conf file inside the Service virtual environment:

# grep Limit httpd.conf
LimitRequestBody 536870912

The LimitRequestBody parameter specifies the maximal file size (in bytes) allowed to be uploaded to a virtual environment by means of Virtuozzo Automator. The default value of the example above is 512 Mb. If you need to allow virtual environment administrators to upload larger (or smaller, for that matter) files to their virtual environments, change this value at your discretion. If the parameter is absent, just add it to the file.