This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

SnipiBA
SnipiBA

Hi all, i today faced with "bug" with server settings, that return errors with "too many request" on backend file upload, when user uploads too many files with backend file uploader. Is any way to get rid of this issue, or bug or whatever it is?

I don't have any idea or access to avoid this server limitation.

mattm
mattm

Could it be your php.ini?

Locations:
Apache
/etc/php5/apache2/php.ini
/etc/php/7.0/apache2/php.ini

Nginx
/etc/php5/fpm/php.ini
/etc/php/7.0/fpm/php.ini

Setting
max_file_uploads = 100

SnipiBA
SnipiBA

Im unable to set or change any server configuration... Then i need to know, how to avoid problems with many http request, not file upload counts. (each file upload create new http request thru ajax)

mattm
mattm

SnipiBA said:

Im unable to set or change any server configuration... Then i need to know, how to avoid problems with many http request, not file upload counts. (each file upload create new http request thru ajax)

Does it go to a white page with code 429 with Nginx or Apache?

1-4 of 4

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.