CentOs DirectAdmin Server Optimization with Apache and Nginx

Marks

Verified User
Joined
Jul 13, 2019
Messages
131
Hello, how best to optimize a DA server with CentOs, Apache, Nginx and mariadb.

Is there a tutorial or automatic method of optimizing according to server resources? I urgently need some help.
 
Google "MySQLTuner." Upload that to your server. run it and wait a week or two for it to collect data. It will give you best optimization for your server. There isn't a one-fit-all for MySQL. It depends on what you have and how busy your server is or not. I use it on my crypto exchange ranking website and works perfectly.
 
Also use Opcache for PHP and maybe Memcache(d) if website need it (has built-in plugin)
 
Back
Top