Hi,

all your configuration looks fine. If you open your browser on the URL : http://ape.dominio.it:6969 What do you see?

Maybe your DNS is not propagated yet?

Also do you have created the sub domain *.ape.domino.it  ?

Regards.

On 18/06/2010 11:51, FaveDiFuca wrote:
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



--
Nicolas Trani - Web engineer
Weelya - Improve the web
32 rue du faubourg boutonnet
34090 Montpellier
http://www.weelya.com
http://www.ape-project.org

--
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/

Reply via email to