Hi Mathew,
Thanks for sharing your experiences and if you want to know more about our Moodle stack, just let me know or send me a PM.
Alain Raap
Alain Raap tarafından yapılan gönderiler
Who has experience with tuning Apache 2.4 and Php-fpm 7.1 on Redhat Linux? I'd like to know more about how to tune the parameters for the Php-fpm process manager and Apache mpm module. There are a lot resources on the internet about this subject, but not for the Moodle environment. I've already read the performance recommendations, but would like to hear about the experiences of Moodle users on this subject.
Craig, how is your documentroot configured in the webserver configuration file?
httpd.conf file for Apache:
#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "/your/documentroot/path"
I found this message about these warnings that could be useful to solve them:
https://github.com/bitnami/bitnami-docker-redis/issues/82