И что делать с пунктом
С апачем закончили, тюним базу данных:nano /etc/mysql/my.cnfНаходим и ставим следующие значения:
max_connections = 50
connect_timeout = 5
wait_timeout = 30
max_allowed_packet = 16M
thread_cache_size = 128
sort_buffer_size = 512K
bulk_insert_buffer_size = 16M
tmp_table_size = 16M
max_heap_table_size = 16M
myisam_recover = BACKUP
key_buffer_size = 8M
#open-files-limit = 2000
table_open_cache = 400
myisam_sort_buffer_size = 8M
concurrent_insert = 2
read_buffer_size = 512