I'm getting this error :

Can't contact APE Server. Please check the folowing url is pointing to
your APE server : http://0.184.106.171.201:6969
Something went wrong. If you can't fix it by yourself post a message
on the newsgroups with the output below or join our IRC channel



The server is running good on 184.106.171.201:6969

here is my ape.conf
uid {
        # "aped" switch to this user/group if it run as root
        user = daemon
        group = daemon
}

Server {
        port = 6969
        daemon = yes
        ip_listen = 0.0.0.0
        domain = auto
        rlimit_nofile = 10000
        pid_file = /var/run/aped.pid
}


and here is my config.js  from the demo folder


/***
 * APE JSF Setup
 */

APE.Config.baseUrl = 'http://184.106.171.201/ape-jsf'; //APE JSF
APE.Config.domain = '184.106.171.201';
APE.Config.server = '184.106.171.201:6969'; //APE server URL

(function(){
        for (var i = 0; i < arguments.length; i++)
                APE.Config.scripts.push(APE.Config.baseUrl + '/Source/' +
arguments[i] + '.js');
})('mootools-core', 'Core/APE', 'Core/Events', 'Core/Core', 'Pipe/
Pipe', 'Pipe/PipeProxy', 'Pipe/PipeMulti', 'Pipe/PipeSingle', 'Request/
Request','Request/Request.Stack', 'Request/Request.CycledStack',
'Transport/Transport.longPolling','Transport/Transport.SSE',
'Transport/Transport.XHRStreaming', 'Transport/Transport.JSONP',
'Transport/Transport.WebSocket', 'Core/Utility', 'Core/JSON');



any help highly appreciated, thanks

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