Small update of the Apache software today, from version 2.4.39 to 2.4.41. Release notes for the new version are here, and include a few bug-fixes for security issues: http://www.apache.org/dist/httpd/CHANGES_2.4.41
Also, due to some changes and bug fixes in the Wiki software, I am creating a small php file that allows me to "dump" (refresh) the Zend Opcode cache. This cache is associated with the php language that the forum software uses, and what Opcache is, is the abilty to store pre-compiled bytecode in shared memory. This stored code prevents the loading and parsing of php scripts (basically, the Xenforo forum software) every time it is requested, and uses the stored code instead. This reduces the load on the server and dramatically speeds up the forum display speed and associated operations.
There are some php scripts associated with the Wiki software that need to be "dumped" and replaced with new, bug-fixed scripts to remedy a couple of errors that are in the code in the Opcache.
None of this will affect forum operation at all, and will be fully transparent to everyone. It's just an operational exercise to force the server to use new, bug-fixed code.
Cheers,
Gerry
In the attached image below, which is using the Linux "nano" text editor program in the green-screen control terminal, you can see the php code that I created (it's only three lines) that will flush the Opcode cache on demand. The filename is in the green bar at the bottom (flush_cache.php) and I am getting ready to save the file to the server.

Also, due to some changes and bug fixes in the Wiki software, I am creating a small php file that allows me to "dump" (refresh) the Zend Opcode cache. This cache is associated with the php language that the forum software uses, and what Opcache is, is the abilty to store pre-compiled bytecode in shared memory. This stored code prevents the loading and parsing of php scripts (basically, the Xenforo forum software) every time it is requested, and uses the stored code instead. This reduces the load on the server and dramatically speeds up the forum display speed and associated operations.
There are some php scripts associated with the Wiki software that need to be "dumped" and replaced with new, bug-fixed scripts to remedy a couple of errors that are in the code in the Opcache.
None of this will affect forum operation at all, and will be fully transparent to everyone. It's just an operational exercise to force the server to use new, bug-fixed code.
Cheers,
Gerry
In the attached image below, which is using the Linux "nano" text editor program in the green-screen control terminal, you can see the php code that I created (it's only three lines) that will flush the Opcode cache on demand. The filename is in the green bar at the bottom (flush_cache.php) and I am getting ready to save the file to the server.
