Contacting APE Server (adding frequency)

126 views
Skip to first unread message

Agustín Castro

unread,
May 26, 2012, 2:59:23 PM5/26/12
to APE Project
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

Agustín Castro

unread,
May 31, 2012, 5:39:31 PM5/31/12
to APE Project
somebody know how I can fix it?

Louis Charette

unread,
May 31, 2012, 6:19:52 PM5/31/12
to ape-p...@googlegroups.com
The client is adding frequency to the www subdomain, not the ape subdomain. You could change 

ServerAlias *.ape.mydominio.es

To

ServerAlias *.www.mydominio.es

OR

APE.Config.server = 'www.mydominio.es:6969';//APE server URL

To

APE.Config.server = 'ape.mydominio.es:6969';//APE server URL


I would suggest the second one.

  - Louis

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

Agustín Castro

unread,
Jun 1, 2012, 9:14:48 AM6/1/12
to APE Project
hi Louis Charette,

I made the changes

>> APE.Config.server = 'www.mydominio.es:6969';//APE server URL

To
>> APE.Config.server = 'ape.mydominio.es:6969';//APE server URL

but now i show other error different,

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.mydominio.es: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



On 1 jun, 00:19, Louis Charette <charette.lo...@gmail.com> wrote:
> The client is adding frequency to the www subdomain, not the ape subdomain. You could change
>
> >> ServerAlias *.ape.mydominio.es
>
> To
>
> >> ServerAlias *.www.mydominio.es
>
> OR
>
> >> APE.Config.server = 'www.mydominio.es:6969';//APEserver URL
>
> To
>
> >> APE.Config.server = 'ape.mydominio.es:6969';//APE server URL
>
> I would suggest the second one.
>
>   - Louis
>
> Envoyé de mon iPad
>
> Le 2012-05-31 à 17:39, Agustín Castro <wipc...@gmail.com> a écrit :
>
>
>
>
>
>
>
> > somebody know how I can fix it?
>
> > On 26 mayo, 20:59, Agustín Castro <wipc...@gmail.com> wrote:
> >> 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';//APEJSF
> >> APE.Config.domain = 'mydominio.es';
> >> APE.Config.server = 'www.mydominio.es:6969';//APEserver URL

Louis Charette

unread,
Jun 1, 2012, 1:06:38 PM6/1/12
to ape-p...@googlegroups.com
Make sure http://ape.mydominio.es:6969/ point to your server. Maybe in some DNS settings.

Envoyé de mon iPhone
Reply all
Reply to author
Forward
0 new messages