Versions Compared

Key

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

...

Update Server Configuration

File Permissions

Change Config.nmis to tell NMIS to use the new file permission scheme

Code Block
%hash = (
--SNIP-- 
  'system' => {
  --SNIP--
    'os_execperm' => '0770',
    'os_fileperm' => '0660',

Authentication

We recommend updating the authentication system from apache to htpasswd (so NMIS does authentication instead of Apache). 3 steps need to be taken to change this.

...