Browsed by
Tag: PHP-FPM

The ultimate DIY guide for installing WordPress on openSUSE Tumbleweed

The ultimate DIY guide for installing WordPress on openSUSE Tumbleweed

I am preparing a new WordPress website (Architect2Succeed.com) which is aimed at my profession as an IT architect. When I setup Fossadventures.com, I didn’t make an installation instruction as I was not sure that everything would be as I liked. Which turned out to be true, as I have switched from Hack/HHVM to PHP7/PHP-FPM. In this tutorial I want to incorporate all the learnings from my previous experience. This tutorial is likely to be very beneficial for all Linux beginners,…

Read More Read More

Out with the HHVM, in with the PHP

Out with the HHVM, in with the PHP

A regular routine: systemctl restart hhvm chown nginx:nginx /var/run/hhvm/server.sock chown nginx:nginx /var/run/hhvm/server.pid systemctl restart nginx This might be abracadabra for many people. But what it means is that once a day, Fossadventures was not available because HHVM crashed. I wondered about the root cause, so I looked into the logs of HHVM. Fatal error! Caused by the WordPress plugin Wordfence. After searching online, it became clear that Wordfence didn’t support HHVM (1) because of stability issues. And that (2) HHVM was…

Read More Read More