define('DISALLOW_FILE_EDIT', true); define('DISALLOW_FILE_MODS', true); Linux | WP Hosting

Posts Tagged "Linux"

How to host multiple websites with Apache

Posted on May 22, 2018

The Apache web server has a convenient feature called Name-based Virtual Hosting. This function allows us to have a single LAMP Stack server configured on one IP address, but serve a different set of files...

Learn More

How to install PHP 7.x on a CentOS LAMP Stack

Posted on May 15, 2018

By default, CentOS 7 comes with support for PHP 5.4. Sadly that version has reached the end of its life in 2015and is no longer updated by the developers. If we want to stay up to date with the latest...

Learn More

Finding your current MAC address in CentOS

Posted on May 14, 2018

I had an issue with one of my servers the other day: its power supply died unexpectedly during a scheduled restart. The poor thing never cam back up again. Lucky for me, the data centre could simply swap out...

Learn More