Versions Compared

Key

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

...

Code Block
yum install centos-release-scl

Step #3

Install and enable Apache 2.4

Code Block
yum install httpd24
scl enable httpd24 bash
ln -s /opt/rh/httpd24/root/etc/httpd /etc/httpd

Step #4

Configure Apache 2.4 for NMIS and Opmantek applications.  Contact support@opmantek.com for the current 04omk-proxy.conf file.

Code Block
/usr/local/nmis8/bin/nmis.pl type=apache24 > /etc/httpd/conf.d/00nmis.conf
cp apache2.4_version_04omk-proxy.conf /etc/httpd/conf.d/04omk-proxy.conf