Hi,
I try to install APE (it's a very good job !) for my project and when
i launch the test (http://www.kreatoo.com/APE_JSF/Tools/Check/) i have
this result :
[X] 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.kreatoo.com
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 have tested :
- [CactOos]# ps aux | grep aped
daemon 12480 0.0 0.3 36784 3972 ? S 18:46 0:00 /usr/
bin/aped --cfg /etc/ape/ape.conf
- I have add two other but don't realy need because I have a *
redirect for all my web site :
* 3600 IN A 188.165.68.131
ape 3600 IN A 188.165.68.131
*.ape 3600 IN CNAME ape
- And this is my config.js :
APE.Config.baseUrl = 'http://kreatoo.com/APE_JSF'; //APE JSF
APE.Config.domain = 'kreatoo.com';
APE.Config.server = 'ape.kreatoo.com'; //APE server URL
I don't understand, i never configure my server APE, just installed
but ape.kreatoo.com ask my web site and not my ape server ?? How can I
do ??!