Hi, So if you have a timeout something is not working on your server.
If you are launching it with "/etc/init.d/ape-server start" (or something similar) please stop the server edit /etc/ape/ape.conf set daemon = no and launch your APE Server with /usr/bin/aped --cfg /etc/ape/ape.conf this will launch APE from the command line
Then look at the output if the first line is "ERREUR: bind(6969) (non-root ?).. (src/sock.c line: 89)" this mean your APE Server couldn't listen on port 6969 so you may have a process that is already using 6969 port.
If you don't have any error, maybe you have a iptables rules that is blocking 6969 port? If you have iptables running try to shut it down then try again to hit ape.dominio.it:6969 with your browser.
Regards. On 18/06/2010 15:02, FaveDiFuca wrote:
Hi Nicolas. I've configured DNS few days ago. When i open ape.dominio.it:6969 it goes in timeout. I configured this way: RECORD A host: ape ip: x.y.k.z RECORD CNAME host: *.ape cname: ape (may i have to specify ape.dominio.it???) Thx
-- Nicolas Trani - Web engineer Weelya - Improve the web 32 rue du faubourg boutonnet 34090 Montpellier http://www.weelya.com http://www.ape-project.org -- 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/
