What version of PHP/MySQL/Apache do you use?

We try to use the latest stable version of each product for improved security and bug fixes. In order to reduce breakage of scripts and such, we test each new version and only update to a new version if there is a significant improvement over the previous version.

Current Versions used:

PHP: We use CloudLinux which provides versions 5.6 thru 8.x+. You can change which PHP version your account uses in cPanel under "Select PHP Version" or "MultiPHP Manager"

Apache: 2.4

MySQL: 5.7

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

What database settings do I use for scripts?

Server Hostname: localhost Database Username: <your username>_<database name> e.g....

How do I add a wildcard subdomain for Wordpress MU?

This can be easily done by logging into your cPanel control panel and clicking on "Subdomains"....

Do you support Silverstripe Hosting?

Yes, we run Linux servers designed to run the New Zealand developed Silverstripe application. If...

Strict Standards Errors for PHP

If you are getting errors similar to:Strict Standards: Non-static method JLoader::import() should...

Fix permissions of all directories and files

To change all the directories to 755 (-rwxr-xr-x): find /home/xxx/public_html -type d -exec...