Before going ahead with the installation of the NX Server Manager, it is recommended you have installed:
5 Configuring Apache HTTP Server Version 2.0 to Run the NX Server Manager
The NX Server Manager package provides a configuration file, namely manager.conf, to be included in the Apache configuration file in order to run the application.
The /usr/NX/etc/manager.conf file should be included in the Apache configuration file, for example httpd.conf, by adding the following directive before the "Global Environment" section:
Include /usr/NX/etc/manager.conf
Then restart your Apache Web server.
The manager.conf file provides the following directives:
Alias /nxmanager/ "/usr/NX/share/htdocs/nxmanager/"
ScriptAlias "/nxmanager" "/usr/NX/bin/nxmanager"
<Directory "/usr/NX/">
AllowOverride None
Options None
Order allow,deny
### ADDRESS RESTRICTIONS START ###
Allow from all
### ADDRESS RESTRICTIONS STOP ###
</Directory>
IMPORTANT
- Please don't modify the comments related to the Address Restrictions. These are required to configure the restrictions via Web through the NX Server Manager application.
-
If your Apache configuration file provides restrictive directives, you should verify that they don't override the directives set in the manager.conf file.