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.

Puan ortalaması:Useful (1)

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"