Summary

Article ID:360033188411
1 minute readKnowledge base
On this page

This article will cover the process to check your CloudBees CD (CloudBees Flow) Apache server and PHP version.

Solution

To check the version, follow the steps below:

  1. cd /opt/electriccloud/electriccommander/apache/htdocs

  2. vi phpinfo.php

  3. Paste this code snippet inside the file

    <?php phpinfo( ); ?>
  4. In your web browser, go to https://EF_SERVER_HOSTNAME/phpinfo.php

  5. Search in the page for _SERVER["SERVER_SOFTWARE"]

For example, CloudBees CD (CloudBees Flow) 7.3 has:

Apache Version Apache/2.2.31
Php version 5.6.25
OpenSSL Library Version OpenSSL 1.0.1t 3 May 2016

You can find this by searching:

_SERVER["SERVER_SOFTWARE"] Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/1.0.1t DAV/2 PHP/5.6.25