Versions Compared

Key

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

...

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

Step #5

Configure the Apache 2.4 service to automatically start at boot time; and start the service.

Code Block
chkconfig httpd24-httpd on
service httpd24-httpd start