Thanks for the reply. I updated the ape.conf file: http://0.ape.realtorsnaples.com/?script&it_works&anticache
Still when I pull up the demos they arent loading... Just a blank white page. A couple questions: 1) My config.js looks like this: APE.Config.baseUrl = 'http://realtorsnaples.com/Source'; //APE JSF APE.Config.domain = 'realtorsnaples.com'; //Your domain, must be the same than the domain in aped.conf of your server APE.Config.server = 'ape.realtorsnaples.com'; //APE server URL Does the base url look right? 2) My ape.conf looks like this: # "aped" switch to this user/group if it run as root user = www-data group = www-data } Server { port = 80 daemon = yes ip_listen = 0.0.0.0 ip_local = 127.0.0.1 domain = realtorsnaples.com rlimit_nofile = 65536 } Do I have to have anything for ip_listen? 3) Any other ideas why things arent working? My web apps are on a different Apache server... is that fine? Thanks for the help. On Nov 23, 1:27 pm, para <[email protected]> wrote: > Hi, > > It seems that you have a mistake in ape.conf : > > http://0.ape.realtorsnaples.com/?script&it_works&anticache > > Look at the source code, I think that you have somethink like : > > domain = realtorsnaples.com # Your domain name > > Juste remove the "# Your domain name" > > That should fix your issue. > > By the way, I suggest you to use APE 1.0 instead of 0.9 > :http://github.com/APE-Project/APE_Server/tree > > Anthony > > On Nov 23, 5:44 pm, Ryan Tremblay <[email protected]> wrote: > > > Hello, I am running into a little bit of problems getting the demos > > working. I was curious if someone could help me out. > > > 1) I setup my ape server, and tested, everything looks > > good:http://0.ape.realtorsnaples.com/?script&it_works&anticache > > > 2) Subdomain for ape server is setup, and wildcard works well. So that > > all looks good. > > > 3) I then setup the demos on my app server (different server then the > > ape server). The root of the app ishttp://realtorsnaples.com. > > > Config file looks like this: > > > APE.Config.baseUrl = 'http://realtorsnaples.com';//APEJSF > > APE.Config.domain = 'realtorsnaples.com'; //Your domain, must be the > > same than the domain in aped.conf of your server > > APE.Config.server = 'ape.realtorsnaples.com'; //APE server URL > > > (I also tried for BaseUrl:http://realtorsnaples.com/Sourcewithno > > luck) > > > 4) When I access the demos, most of them show a blank page with > > nothing on it. The Move one shows the box but nothing works: > > >http://realtorsnaples.com/Demos/Chat/demo.html > > andhttp://realtorsnaples.com/Demos/Move/demo.html > > > Can anyone see what I am doing wrong? Would love to get the demos > > working so I can start messing with this great project! > > > Thank you. -- 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/
