1.2. Update Proxy Module for Apache

The custom Apache proxy module is maintained by the mod_ood_proxy project. Assuming you previously installed it with Install Proxy Module for Apache you can update it with the following directions.

1.2.1. Do I need to update?

Latest version: v0.3.1

You can compare this to the locally installed mod_ood_proxy with the following command:

grep 'VERSION' /opt/ood/mod_ood_proxy/lib/ood/version.lua
#=>   VERSION = '0.3.1'

where the version number should be given at the end of the line. If the version numbers match then you can skip this update.

1.2.2. Instructions to update

  1. Fetch the latest changes and check out the latest tag:

    cd ~/ood/src/mod_ood_proxy
    scl enable git19 -- git fetch
    scl enable git19 -- git checkout v0.3.1
    
  2. Install it to its global location:

    sudo scl enable rh-ruby22 -- rake install
    # => mkdir -p /opt/ood/mod_ood_proxy
    # => cp ...
    

Note

You will not need to restart the Apache process after an update of the custom OOD proxy module.