Il 15/06/2012 17:18, Alessandro Baldini ha scritto:
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
Try using this configuration for ape.conf:
Server {
port = 6969
daemon = yes
ip_listen = 0.0.0.0
ip_local = 127.0.0.1
domain = 'dominio.it'
rlimit_nofile = 10000
pid_file = /var/run/aped.pid
}
If I'm not wrong the doman value must have the same value in the two
config file.
--
Dr. Villa Alberto
Sw Engineer
SeleTech srl
via Collodi, 8 20052 Monza (MI)
tel: +39 039 5962000
fax: +39 039 9716905
email: [email protected]
web: www.seletech.com
www.seletech.eu
--
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/