Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In some environments, security scanning software may indicate that versions of Apache and PHP shipped with up.time Uptime Infrastructure Monitor 7.1 and later may contain vulnerabilities.  Although a future version of up.time Uptime Infrastructure Monitor will include updated versions of these applications, you may wish to manually update them using these instructions.

...

  • The following steps can be used to upgrade Apache and PHP for up.time Uptime Infrastructure Monitor 7.1+.  
  • Only minor upgrades are supported
    • Apache can be upgraded to 2.2.x (not 2.4)
    • PHP can be upgraded to 5.4.x (not 5.5+)

INSTRUCTIONS

  1. -- stop up.time Uptime Infrastructure Monitor web service
    /etc/init.d/uptime_httpd stop

  2. -- back up apache directory

...

wget http://php.net/get/php-5.4.42.tar.bz2/from/this/mirror
tar xvfj php-5.4.42.tar.bz2
cd php-5.4.42
./configure --prefix=/usr/local/uptime/apache --with-apxs2=/usr/local/uptime/apache/bin/apxs --with-mysql --with-libdir=lib64
make
make install


8. -- move up.time Uptime Infrastructure Monitor Apache config files into new Apache directory

...