Hello,
I have installed Jedox suite 5.1 SR1 on my server Debian GNU/Linux 6.0.
I have follow the step in the manual for installation.
I have changed the file : httpd.conf (folder httpd/conf ) and palo.ini ( in the folder Data) to be accessible by the network with another computer.
When i put my <IP machine> in the browser (IP:80 ) it works. I can acces to Jedox Web.
But when i put <IP machine>:7777 in the browser, it doesn't work. The same for Excel with the connection Port = 7777.
Here is my Palo.ini (SVS has been disable) :
Display All
Here is part of httpd.conf :
Display All
I have checked my port, they are listening and works correctly to my mind :
Display All
I don't see the problem. Is my Debian 6.0 too old ?
Thanks for help.
Regards
I have installed Jedox suite 5.1 SR1 on my server Debian GNU/Linux 6.0.
I have follow the step in the manual for installation.
I have changed the file : httpd.conf (folder httpd/conf ) and palo.ini ( in the folder Data) to be accessible by the network with another computer.
When i put my <IP machine> in the browser (IP:80 ) it works. I can acces to Jedox Web.
But when i put <IP machine>:7777 in the browser, it doesn't work. The same for Excel with the connection Port = 7777.
Here is my Palo.ini (SVS has been disable) :
Source Code
Here is part of httpd.conf :
Source Code
- Listen 0.0.0.0:80
- Listen 443
- LoadModule alias_module modules/mod_alias.so
- LoadModule autoindex_module modules/mod_autoindex.so
- LoadModule deflate_module modules/mod_deflate.so
- LoadModule dir_module modules/mod_dir.so
- LoadModule env_module modules/mod_env.so
- #LoadModule log_config_module modules/mod_log_config.so
- LoadModule mime_module modules/mod_mime.so
- LoadModule proxy_module modules/mod_proxy.so
- LoadModule proxy_balancer_module
- modules/mod_proxy_balancer.so
- LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
- #LoadModule proxy_http_module modules/mod_proxy_http.so
- LoadModule rewrite_module modules/mod_rewrite.so
- LoadModule setenvif_module modules/mod_setenvif.so
- LoadModule ssl_module modules/mod_ssl.so
- LoadModule vhost_alias_module modules/mod_vhost_alias.so
I have checked my port, they are listening and works correctly to my mind :
Source Code
- Proto Recv-Q Send-Q Adresse locale Adresse distante Etat PID/Program name
- tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 4730/httpd
- tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1784/sshd
- tcp 0 0 127.0.0.1:8193 0.0.0.0:* LISTEN 4655/core.bin
- tcp 0 0 0.0.0.0:7777 0.0.0.0:* LISTEN 3918/palo
- tcp6 0 0 :::22 :::* LISTEN 1784/sshd
- tcp6 0 0 :::443 :::* LISTEN 4730/httpd
I don't see the problem. Is my Debian 6.0 too old ?
Thanks for help.
Regards