Overview
This article contains a list of some of the key software versions on (mt) Media Temple's core hosting products.
Important Note
We will do our best to keep this up to date; however, as technology evolves rapidly, this is meant to be a general reference. You should check your actual server for absolute certainty. The commands to run are shown below each component.
Grid
- Operating System: Debian Wheezy
- Command to run:
cat /etc/issue
- Apache: 2.2.22
- Command to run:
/usr/sbin/apache2 -V
- MySQL: 5.1.66
- Log into MySQL
- Run
select @@version;
- Command to run (for the client version):
mysql -V
- Command to run (recommended):
- PHP
- On the Grid, we currently offer two versions of PHP: 5.6.21 and 7.0.6.
- PHP version 5.3.29 is available as a legacy build. PHP 5.3 has reached it's End of Life (EOL) and it is recommended that users upgrade to a newer version.
- You can select the version of PHP per-domain in the (mt) AccountCenter. For further instructions, click here.
- Command to run:
php -v
DV
- Admin Panel: Choice of Parallels Plesk Panel 12 or cPanel & WHM 11
- Operating System: CentOS 6.4
- Command to run:
cat /etc/issue
- Apache: 2.2.15
- Command to run:
httpd -v
- MySQL: 5.5.30
- Log into MySQL
- Run
select @@version;
- Command to run (for the client version):
mysql -V
- Command to run (recommended):
- PHP: 5.4.13
- Command to run:
php -v
DV server 4.0
- Operating System: CentOS 5.8
- Command to run:
cat /etc/issue
- Apache: 2.2.22
- Command to run:
httpd -v
- MySQL: 5.1.54
- Log into MySQL
- Run
select @@version;
- Command to run (for the client version):
mysql -V
- Command to run (recommended):
- PHP: 5.3.5
- Command to run:
php -v
(ve) Server
DV Developer
- Operating System: The (ve)DV Developer offers several OS options.
NOTE:
The (ve) Server will automatically update to a DV Developer server if reinstalled with a newer operating system.
- Ubuntu (three versions)
- 14.04 - LTS Trusty Tahr
- 12.04 - LTS Precise Pangolin
- 10.04 - LTS Lucid Lynx
- Fedora (two versions)
- Fedora 20
- Fedora 19
- Debian (two versions)
- 7.0 - Wheezy
- 6.0 - Squeeze
- CentOS (two versions)
- CentOS 7
- CentOS 6
- Apache: Not installed by default. Install whatever version you wish.
- Command to run: Depends on your install method
- MySQL: Not installed by default. Install whatever version you wish.
- Log into MySQL
- Run
select @@version;
- Command to run (for the client version):
mysql -V
- Command to run (recommended):
- PHP: Not installed by default. Install whatever version you wish.
- Command to run:
php -v