Hello, this is what I get when I try my config with
http://www.mytld.com/ape-jsf/Tools/Check/index.html

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

I don't understand what is wrong and why the url is "undefined"

Here is my configuration:

I run the ape server on the same dedicated as the web server.

####### /etc/ape/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 = mytld.com
        rlimit_nofile = 10000
        pid_file = /var/run/aped.pid
}

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

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

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

####### Demos/config.js


/***
 * APE JSF Setup
 */

APE.Config.baseUrl = 'http://www.mytld.com/chat/ape-jsf'; //APE JSF
APE.Config.domain = 'mytld.com';
APE.Config.server = 'ape.mytld.com:6969' //APE server URL

function....

####### And my vhost conf

DocumentRoot "/home/mytld"
ServerName mytld.com
ServerAlias mytld.fr
ServerAlias www.mytld.com
ServerAlias www.mytld.fr
ServerAlias *.ape.mytld.com
ServerAlias *.ape.mytld.fr
ServerAlias ape.mytld.com
<Directory "/home/mytld">
Options Indexes FollowSymLinks
AllowOverride all
allow from all
Options -Indexes
</Directory>

Ofc "mytld" is my domain and I opened the 6969 on my firewall

I also create dns A redirections ape.mytld.com *.ape.mytld.com (.fr
too) and I don't run any bind server.

Can someone help me ? Thanks

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to ape-project@googlegroups.com
To unsubscribe from this group, send email to
ape-project+unsubscr...@googlegroups.com
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