Re: web interface?

From: Alex Kirhenshtein <alk_at_DOMAIN_REMOVED>
Date: Mon, 13 Mar 2006 15:54:44 +0200

Hello.

Web interface require additional daemon - nxhttpd. For windows
installation it is already bundled with installer, for *NIX based system
you should enable it build by adding "--with-nxhttpd" switch to the
"configure" arguments.

Second part of web interface is static files (images, css, e.t.c.), it
it installed to $prefix/share/netxms/nxhttpd/ (UNIX) or $prefix\var\www\
(windows).

After building nxhttpd (or installing it with windows installer) you
should create config file for nxhttpd.conf (default: /etc/nxhttpd.conf
or c:\nxhttpd.conf).

# sample nxhttpd.conf
DocumentRoot=/opt/netxms/share/netxms/nxhttpd/
# NB! you can't run it on ports less then 1024 as non-root account
ListenPort=8080
LogFile=/var/log/nxhttpd
# nxhttpd will connect to this host
MasterServer=127.0.0.1

Now you can run it ("/opt/netxms/bin/nxhttp -c /etc/nxhttpd.conf -d")
and point your browser to http://servers_ip:8080.

wbr, alex.

TIM MOORE wrote:
> I noticed from the change log for version 0.2.10 that there is a web
> interface. How do you set it up? I don't see any web pages in the
> netxms directory.
Received on Mon Mar 13 2006 - 15:54:44 EET

This archive was generated by hypermail 2.2.0 : Mon Mar 13 2006 - 15:59:13 EET