Yop,

Serait-il possible d'avoir quelques conseils d'optimisation pour Apache 2 et MySQL 5 ?
J'héberge un peu plus de 500 sites dont certains générent pas mal de trafic.

Lien vers la configurtion matériel : http://www.goldzoneweb.info/phpsysinfo
Lien vers le monitoring : http://www.goldzoneweb.info/munin

Apache 2
CODE
<IfModule prefork.c>
StartServers        5
MinSpareServers     5
MaxSpareServers     10
MaxClients          150
MaxRequestsPerChild 0
</IfModule>


MySQL 5
CODE
key_buffer              = 16M
max_allowed_packet      = 16M
thread_stack            = 128K
#
# * Query Cache Configuration
#
query_cache_limit       = 1048576
query_cache_size        = 16777216
query_cache_type        = 1

# QQS optimisations :
set-variable = connect_timeout=20
set-variable = max_connections=200
set-variable = long_query_time=10
set-variable = thread_cache_size=20
set-variable = table_cache=128
set-variable = join_buffer_size=512K
set-variable = myisam_sort_buffer_size=32M
set-variable = record_buffer=256K
set-variable = read_rnd_buffer_size=256K


Voila si il vous faut plus d'informations n'hésitez pas.
Merci de votre aide. a_thumbsup_20.gif