hola,

i am testing your ape installation and show the next error,

Running test : Contacting APE Server (adding frequency)
Can't contact APE Server. Please check the folowing url is pointing to
your APE server : http://0.www.mydominio.es:6969

my configuration is:

config.js

APE.Config.baseUrl = 'http://www.mydominio.es/aped'; //APE JSF
APE.Config.domain = 'mydominio.es';
APE.Config.server = 'www.mydominio.es:6969'; //APE server URL

sites-enabled/mydominio.es contains,

<virtualHost *:80>
ServerName www.mydominio.es
ServerAlias ape.mydominio.es
ServerAlias *.ape.mydominio.es
documentRoot /var/www
</VirtualHost>

bind/db.mydominio.es

ape   IN   A   myipserver
*.ape IN   CNAME  ape

ape/ape.conf

uid {
        # "aped" switch to this user/group if it run as root
        user = http
        group = http
}

Server {
        port = 6969
        daemon = no
        ip_listen = myipserver
        domain = mydominio.es
        rlimit_nofile = 65536
}

is a dedicated server with debian 6.

a greeting

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