This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docpublic:systemes:moodle:moodle_mooc [2014/01/22 13:53] procacci@tem-tsp.eu [Process Apache] |
docpublic:systemes:moodle:moodle_mooc [2014/01/22 14:37] (current) procacci@tem-tsp.eu [Awstats] |
||
---|---|---|---|
Line 57: | Line 57: | ||
==== Awstats ==== | ==== Awstats ==== | ||
- | le résumé awstats d' | + | le résumé awstats d' |
- | {{: | + | * Décembre 2013 |
+ | {{: | ||
+ | |||
+ | * Janvier 2014 | ||
+ | |||
+ | {{: | ||
===== Moodle Mooc ===== | ===== Moodle Mooc ===== | ||
Line 584: | Line 589: | ||
===== Process Apache ===== | ===== Process Apache ===== | ||
- | configuration standard du package apache pour RedHat/ | + | configuration standard du package apache pour RedHat/ |
+ | |||
+ | ==== MPM Prefork vs Worker ==== | ||
+ | |||
+ | A propos de MPM prefork vs worker il y a bien des soucis avec php qui serait parfois "non thread-safe", | ||
+ | from: http:// | ||
+ | |||
+ | "Since with mod_php, | ||
+ | |||
+ | At this point, you should be thinking "Ok, so if I'm using a multi-threaded web server and I'm going to embed PHP right into it, then I must use the thread-safe version of PHP". And this would be correct thinking. However, as it happens, PHP's thread-safety is highly disputed. It's a use-if-you-really-really-know-what-you-are-doing ground." | ||
+ | |||
+ | liste des extensions apache non thread-safe | ||
+ | * http://php.net/ | ||
+ | explications détaillées | ||
+ | * http:// | ||
+ | |||
+ | on a les librairies GD et ldap sur moodle qui sont peut-etre douteuses sur le sujet!? | ||
+ | |||
+ | Parametres prefork positionnés | ||
+ | |||
+ | < | ||
+ | < | ||
+ | StartServers | ||
+ | MinSpareServers | ||
+ | MaxSpareServers | ||
+ | ServerLimit | ||
+ | MaxClients | ||
+ | MaxRequestsPerChild | ||
+ | </ | ||
+ | </ | ||
< | < | ||
Line 643: | Line 677: | ||
</ | </ | ||
+ | |||
+ | |||