How to configure Apache HTTP Server Version 2.0 to run NX Server Manager 3.x
The NX Server Manager package provides a configuration file, namely /usr/NX/etc/manager.conf, containing the directives for the Web Server required to run the application. This file should be included in the Web Server configuration file. In the case of Apache Web Server, the configuration file is usually the httpd.conf file. It can be updated by adding the following directive before the "Global Environment" section:
Include /usr/NX/etc/manager.conf
Then restart your Web Server.
Some possible locations for the Apache configuration file, depending on the Operating System and Apache Web Server version, are:
- - Fedora release 8, Apache/2.2.8 /etc/httpd/conf/httpd.conf
- - SuSE Linux 9.1, Apache/2.0.49 /etc/apache2/default-server.conf
- - SUSE LINUX 10.1, Apache/2.2.0 /etc/apache2/default-server.conf
- - Solaris Sparc 10, Apache/1.3.41 /etc/apache/httpd.conf
Please refer to the NX Server Manager Guide for more detailed instructions about either how to configure the Web server to run nxmanager and how to configure NX Server Manager itself:
https://www.nomachine.com/DT12I00008
