Hi,
i have a dedicated server and i could installing APE Server.
I buy a domain: www.dominio.it
My configuration for APE are:
In the /etc/apache2/sites-available/default i added:
<VirtualHost *>
ServerName dominio.it
ServerAlias ape.dominio.it
ServerAlias *.ape.dominio.it
DocumentRoot "/var/www/dominio.it/httpdocs/"
</VirtualHost>
In the config.js i insert:
APE.Config.baseUrl = 'http://www.dominio.it/APE_JSF'; //APE JSF
APE.Config.domain = 'dominio.it';
APE.Config.server = 'ape.dominio.it:6969'; //APE server URL
In the ape.conf i insert:
Server {
port = 6969
daemon = yes
ip_listen = 0.0.0.0
ip_local = 127.0.0.1
domain = auto
rlimit_nofile = 10000
pid_file = /var/run/aped.pid
}
Despite these configurations, the test continues to give me the
following error:
Can't contact APE Server.Please check the folowing url is pointing to
your APE server : http://0.ape.dominio.it:6969
What should I do to fix the problem?
Thank's all
--
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/