4. Install Proxy Module for ApacheΒΆ
An Apache module written in Lua is the primary component for the proxy logic. It is given by the mod_ood_proxy project.
Clone and check out the latest tag:
cd ~/ood/src scl enable git19 -- git clone https://github.com/OSC/mod_ood_proxy.git cd mod_ood_proxy/ scl enable git19 -- git checkout v0.3.1
Install it to its global location:
sudo scl enable rh-ruby22 -- rake install # => mkdir -p /opt/ood/mod_ood_proxy # => cp ...