hey,

The APE  server  refuses connection  when accessing the port.

My setting as follow:


==========================================

here is my ape.conf:

==========================================

[root@mydomain bin]# cat 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 = localhost
        domain = chat.mydomain.com
        rlimit_nofile = 10000
        pid_file = /var/run/aped.pid

}

Log {
        debug = 1
        use_syslog = 0
        syslog_facility = local2
        logfile = ./ape.log

}

JSONP {
        eval_func = Ape.transport.read
        allowed = 1

}

Config {
#relative to ape.conf
        modules = ../modules/lib/
        modules_conf = ../modules/conf/



}



==========================================

my config file looks like this:


==========================================

APE.Config.baseUrl = 'http://chats.mydomain.com/APE_JSF'; //APE JSF
APE.Config.domain = 'chats.mydomain.com';
APE.Config.server = 'chats.mydomain.com:6969'; //APE server URL


==========================================




==========================================

my DNS   looks like this:


==========================================

chats.mydomain.com.     A
*.chats.mydomain.com.   CNAME   chats.mydomain.com.


==========================================





If i  run "APE_JSF/Tools/Check/", this also fails returns following
message:
"Can't contact APE Server. Please check the your APE Server is running
and the folowing url is pointing to your APE server : 
http://chats.mydomain.com: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 port 6969 is listing for requests, but if any connection is made
it  is refused.


[root@mydomain bin]# telnet localhost 6969
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused



thanks in advance.




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