Hi all,
For a while now i'm running my servers, but i think they are not running optimal.
1. server info:
Could upgrade to :
if that would make a good change, why not
2. PHP info:
5. what i did :
update /etc/my.cnf
I have read that there are ways to optimise settings for php etc, but i could not find out what would help me.
I do have REDIS activated, but i think it's not set up too well.
Thank you for all the help in advance!
For a while now i'm running my servers, but i think they are not running optimal.
1. server info:
[CONTABO L SERVER]
AlmaLinux 8
AMD EPYC™ 7282
8 V-cores
30GB RAM
400GB NVME storage
Could upgrade to :
[CONTABO 5 SERVER]
AlmaLinux 8
AMD EPYC™ 7282
16 V-cores
64GB RAM
900GB NVME storage
if that would make a good change, why not
2. PHP info:
3. MYSQL info:php1_mode
php-fpm
php1_release
7.4
php2_mode
php-fpm
php2_release
8.0
php3_mode
php-fpm
php3_release
7.3
php4_mode
php-fpm
php4_release
8.3
php_ini
no
php_ini_type
production
php_timezone
secure_php
yes
x_mail_header
yes
4. WEB Server Settingsmariadb
10.11
mysql
8.0
mysql_backup
yes
mysql_backup_dir
mysql_backup_gzip
no
mysql_force_compile
no
mysql_inst
mariadb
apache_mpm
auto
harden_symlinks_patch
yes
http_methods
litespeed_serialno
mod_ruid2
Select
modsecurity
no
modsecurity_ruleset
owasp
redirect_host
redirect_host_https
no
unit
yes
use_hostname_for_alias
no
userdir_access
yes
webserver
nginx_apache
5. what i did :
update /etc/my.cnf
[mysqld]
max_allowed_packet=64M
local-infile=0
innodb_file_per_table=ON
#tmp_buffer_size=64M
max_heap_table_size=64M
table_definition_cache=5120
performance_schema=ON
key_buffer_size=32M
innodb_buffer_pool_size=1024M
innodb_log_file_size=256M
innodb_log_buffer_size=32M
tmp_table_size=32M
key_buffer_size=6M
I have read that there are ways to optimise settings for php etc, but i could not find out what would help me.
I do have REDIS activated, but i think it's not set up too well.
Thank you for all the help in advance!
Last edited: