Keywords: Moodle - AWS - Technical issue - Application configuration
bndiagnostic ID: 6ec53a93-f4a1-894c-8fb0-ce264eed5277
bndiagnostic output:
? Apache: Found possible issues
? Resources: Found possible issues
https://docs.bitnami.com/general/apps/wordpress/troubleshooting/debug-errors-apache/
bndiagnostic failure reason: The documentation did not make any significant change
Description:
I am unable to upload a file bigger than 200MB either by drag/drop or File Picker/Upload a file. I am able to upload files <200MB with no issues. Previously, I was able to upload large files. I’ve tried in various browsers. I receive the following popup: Error connecting to the server. No errors in Debugging mode.
Moodle: Moodle 3.11.7+ (Build: 20220603)
Debian GNU/Linux 10 (buster)
Moodle settings:
moodlecourse | maxbytes - Site upload limit (8GB)
Security / Site security settings | maxbytes - Site upload limit (8GB) - Error message: Invalid current value: 8589934592
AWS EC2 Instance info:
t2.small
Volume size 100GB
php.ini settings:
post_max_size = 800M
upload_max_filesize = 800M
max_execution_time = 600
httpd.conf settings:
LimitRequestBody not included.
Added LimitRequestBody 16384 as per Modify the PHP file upload limit
No effect.
Removed, no effect.
From Bitnami Diagnostic tool: “Your instance has little available RAM memory.”
Initial memory -
total used free shared buff/cache available
Mem: 1995 574 484 109 936 1128
Swap: 0 0 0
After following instructions here:Increase the available memory
total used free shared buff/cache available
Mem: 1995 457 324 65 1212 1288
Swap: 1023 1 1022
No effect.
I hope I provided enough information!