Hi all.
I need to run APE on a virtual server with Centos with Apache.
I configured this way.
HTTPD.CONF
<VirtualHost *>
Servername dominio.it
ServerAlias ape.dominio.it
ServerAlias *.ape.dominio.it
DocumentRoot "/var/www/vhosts/dominio.it/httpdocs/ape-jsf/"
</VirtualHost>
----------------------
APE.CONF
Server {
port = 6969
daemon = no
ip_listen = 0.0.0.0
domain = dominio.it
rlimit_nofile = 10000
pid_file = /var/run/aped.pid
}
----------------------
CONFIG.JS
APE.Config.baseUrl = 'http://dominio.it/ape-jsf/'; //APE JSF
APE.Config.domain = 'dominio.it';
APE.Config.server = 'ape.dominio.it:6969'; //APE server URL
----------------------
I've created a subdomain ape.dominio.it and it's working fine.
I call http://dominio.it/ape-jsf/Tools/Check/
and the result is
APE JSF Version 1.0
Running test : Contacting APE Server
Can't contact APE Server. Please check the your APE Server is running
and the folowing url is pointing to your APE server : http://ape.dominio.it:6969
What's wrong with this configuration?
Can you please provide some info about this issue?
Thank you very much,
Max
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/