2
1
0

I installed nmis using the install script with all defaults. Script appears to complete succesfully, but pointing to http://<ip>/nmis8 gives a 404 error. http://<ip> shows me apache default page.

Install log available. Thanks!

    CommentAdd your comment...

    3 answers

    1.  
      1
      0
      -1

      Hi,

      Once you have completed the installation, NMIS8 will be available at the URL

      http://<ip>/cgi-nmis8/nmiscgi.pl

      Please let us know if this not the case.

       

      Keith

      1. 4pcman

        Sorry for the late feedback! I can see the site at http://<ip>/cgi-nmis8/nmiscgi.pl , but http://<ip>/nmis8 will give me a 404 error.

      CommentAdd your comment...
    2.  
      1
      0
      -1

      A bit of an update: to make both urls /nmis8/ and /nmis8 work, edit /etc/httpd/conf.d/00nmis.conf (or /etc/apache2/sites-enabled/00nmis.conf if on debian or ubuntu), and change the first "Alias" line from

      Alias /nmis8/ "/usr/local/nmis8/htdocs/"

      to

      Alias /nmis8 "/usr/local/nmis8/htdocs"

      i.e. remove the trailing "/", then restart the apache. the next version of nmis will contain that configuration change.

       

       

        CommentAdd your comment...
      1.  
        1
        0
        -1

        please note that the default apache config  sets up an alias for "/nmis8/", which does not trigger on "/nmis8" without the  trailing "/".

        i'd recommend that you use http://<your_ip_or_name>/nmis8/ as easy-to-memorize/bookmarkable url.

         

          CommentAdd your comment...