If you have more than one virtual host... please tell me if you succeed. If
you have only one virtual host check if you edited /etc/hosts.
I got the same error then I added:
127.0.0.1 {yourdomanin}
127.0.0.1 ape.{yourdomanin}
127.0.0.1 0.ape.{yourdomanin}
127.0.0.1 1.ape.{yourdomanin}
127.0.0.1 2.ape.{yourdomanin}
127.0.0.1 3.ape.{yourdomanin}
127.0.0.1 4.ape.{yourdomanin}
127.0.0.1 5.ape.{yourdomanin}
127.0.0.1 6.ape.{yourdomanin}
127.0.0.1 7.ape.{yourdomanin}
127.0.0.1 8.ape.{yourdomanin}
127.0.0.1 9.ape.{yourdomanin}
And... solved. At least for me.
2011/4/16 theprestig3 <[email protected]>
> <-- Here is my config.js -->
> APE.Config.baseUrl = 'http://cloudrealms.com/libraries/ape-jsf'; //
> APE
> JSF
> APE.Config.domain = 'cloudrealms.com';
> APE.Config.server = 'cloudrealms.com:6969'; //APE server URL
>
>
> <-- Here is my ape.conf -->
> Server {
> port = 6969
> daemon = yes
> ip_listen = 0.0.0.0
> domain = cloudrealms.com
> rlimit_nofile = 10000
> pid_file = /var/run/aped.pid
> }
>
> <-- Here is my log from the test from when the red x appears-->
> Running test : Setting document.domain
> Can't set document.domain please check APE.Config.domain value it
> should be cloudrealms.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'm not sure what's wrong at this point, I have tried everything. I am
> installing this on CentOS Linux 5.5, I used the rpm based
> instillation. I have restarted ape, apache, and the server several
> times after changing the settings in the ape.conf file. Still the
> error persist. I also added the virtualhost and here is the virtual
> host configuration.
> <VirtualHost *>
> Servername cloudrealms.com
> ServerAlias ape.cloudrealms.com
> ServerAlias *.ape.cloudrealms.com
> DocumentRoot "var/www/html/libraries/ape-jsf/"
> </VirtualHost>
>
> Does anyone know what I need to do to get ape running successfully?
>
> --
> 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/