When a user is uploading a file to Appian via an Apache web server, the file upload gets stuck with the message "Waiting" in the progress bar. For example, this can be seen in the Import Application window as shown below:
The apache log may also contain an error code 413: Request Entity Too Large.
413: Request Entity Too Large
The Apache web server contains a value that is limiting the file upload size. For more information see Apache documentation.
Increase the LimitRequestBody to a value that will satisfy the file requirements. This directive can be added to the .htaccess or httpd.conf file. Setting this value to 0 removes any file size restriction: LimitRequestBody 0.
LimitRequestBody
LimitRequestBody 0
This article applies to all versions of Appian.
Last Reviewed: November 2018