hello.
Opensuse 11.3
here is my configuration files :
/etc/sysconfig/apache2 :
APACHE_CONF_INCLUDE_FILES="/etc/apache2/httpd.conf.local"
Note : Doing this way ( recommanded by apache documentation ) I don’t know if it is the good way as recommended by NOMACHINE documentation : <<It can be updated by adding the following directive before the “Global Environment” section >>
/etc/apache2/httpd.conf.local
Include /usr/NX/etc/manager.conf
/usr/NX/etc/manager.conf :
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>
/usr/NX/etc/manager.cfg ( just the modify part :
Specify user name of Apache owner.
#ApacheUname = “nobody”
ApacheUname = “wwwuser”
Specify group name of Apache owner.
#ApacheGname = “nogroup”
ApacheGname = “wwwgroup”
Running this http://localhost/nxmanager from firefox I get :
The requested operation could not be completed
Internal Error in Server
Details of the Request:
URL: http://localhost/nxmanager
Protocol: http
Date and Time: Monday 11 April 2011 22:03
Additional Information: localhost
Description:
The program on the server which provides access to the http protocol has reported an internal error: localhost.
Possible Causes:
This is most likely to be caused by a bug in the server program. Please consider submitting a full bug report as detailed below.
Possible Solutions:
Contact the administrator of the server to advise them of the problem.
If you know who the authors of the server software are, submit the bug report directly to them.
Running this http://localhost/nxmanager/ from firefox I get this :
Access forbidden!
You don’t have permission to access the requested directory. There is either no index document or the directory is read-protected.
If you think this is a server error, please contact the webmaster.
Error 403
any help should be great.
Any way, nxclient is working. I can connect to server from my laptop or locally.
Thank you for your time.
jcd