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 Le 2012-05-31 à 17:39, Agustín Castro <[email protected]> a écrit : > somebody know how I can fix it? > > On 26 mayo, 20:59, Agustín Castro <[email protected]> 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';//APE JSF >> APE.Config.domain = 'mydominio.es'; >> APE.Config.server = 'www.mydominio.es:6969';//APE server URL >> >> sites-enabled/mydominio.es contains, >> >> <virtualHost *:80> >> ServerNamewww.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/ -- 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/
