Enable JIT on PHP8.2.6
Enable Just-In-Time(JIT) compilation is very important for PHP performance. So I will enable it on PHP 8.2.6. I have a post discussing it with PHP 8.0 in 2021. Now It is 2023, on PHP 8.2.x. It is different. Last post...
Tech geek. Life geek.
Enable Just-In-Time(JIT) compilation is very important for PHP performance. So I will enable it on PHP 8.2.6. I have a post discussing it with PHP 8.0 in 2021. Now It is 2023, on PHP 8.2.x. It is different. Last post...
As we always disable SSLv2 in Apache. Now it is SSLv3 turn. The recent news about the SSL 3 vulnerability is so important that I have to disable it as well. So just modify the ssl.conf of Apache [ssh]SSLProtocol All...
It is easy to use Webmin to manage VPS, including MySQL server. But it is not working with MariaDB default. The webmin MySQL server shows error as below: It can not find the path of command to start and stop...
I use the new PHP with Opcache v7.0.3. I want to see how it works, just like xcache. Xcache has its official administrator page. OPcache does not have one. So I googled some and installed three control panels. 1. OCP...