Install PHP5.2, PHP5.6 and PHP7.0 as Apache + FCGI on AlmaLinux8 / Centos8
This might sound very strange in 2023, but here are HOW-TO instructions on how to install Apache with FCGI and various number of old PHP […]
Continue reading »Notes from the Expert
This might sound very strange in 2023, but here are HOW-TO instructions on how to install Apache with FCGI and various number of old PHP […]
Continue reading »There are several settings, that control maximum file size, that can be uploaded to WordPress (and basically any PHP script, that can process it). First […]
Continue reading »There are reasons, when you need to compile PHP yourself. I would personally always prefer that way, as it lets you have more control and […]
Continue reading »So – here is a very interesting piece of code, that I wanted to share. One customer came to me with a problem – company […]
Continue reading »If you ever need to compile PHP7.0+ on a server where you still are running old MySQL and configuration script complains about not being able […]
Continue reading »When hackers and spammers decide they want to abuse your website and misuse it for their own benefit and they succeed on it – they […]
Continue reading »Today one of our client, a photographer, asked – when I upload images to my website (running wordpress), my images appear with poor quality. As […]
Continue reading »Important note: last PHP5.2 branch version was released on 6.January 2011 and is currently unsupported. It is security risk to keep running this version of […]
Continue reading »In fact it is PHP, that is sending extra header, making browser think, that page is in UTF8. That is wrong. To disable this edit […]
Continue reading »This is working solution for the error SSL error SSL3_GET_SERVER_CERTIFICATE:certificate verify failed I had this problem on a fresh CentOS with manually installed openssl-1.0.2e. Might […]
Continue reading »