I maintain Moodle 3.10 and with Ubuntu 18.04 (php/7.2/fpm fast cgi), 32 GBRAM and works well with 70 concurrent users to take quiz through intra network. They are all able to take quiz and submit without any issue. Today for an English exam, I placed an mp3 file (<6mb) in autoplay mode this caused server crash. when using button to play audio this did not happen but during autoplay it crashed.
The apache error log during one such event that caused crash:
[Wed Jan 27 08:39:16.932221 2021] [proxy_fcgi:error] [pid 6615:tid 140649221256960] (70007)The timeout specified has expired: [client 192.168.7.80:59165] AH01075: Error dispatching request to : (polling), referer: https://examle.com/mod/quiz/view.php?id=4856
Any approach to play audio or video file in quizzes? like tweaking php or apache settings or setting media servers Kaltura will help?
TIA