Good day to all. I downloaded ape from the ape-project.org then used the rpm to install it.
I started ape (no errors) then used ps -A|grep ape to see if is running. Seems alright. Then I inserted the virtual host: #nano /etc/httpd/conf/httpd.conf and insert at the end: <VirtualHost *> ServerName test.firm.ro ServerAlias ape.test.firm.ro ServerAlias *.ape.test.firm.ro DocumentRoot "/var/www/html" </VirtualHost> And saved. I copied the ape-jsf folder in /var/www/html and modified domain name and ape server of demos/conf.js 192.168.1.8 and ape.192.168.1.8:6969 The problem is that when I try to test I get the following output. Can any1 help me pls? Thank you for your time. Running test : Init Running test : Loading Client Running test : Loading config Config values are : identifier : ape init : true frequency : 0 scripts : http://192.168.1.8/ape-jsf/Source/mootools-core.js,http://192.168.1.8/ape-jsf/Source/Core/APE.js,http://192.168.1.8/ape-jsf/Source/Core/Events.js,http://192.168.1.8/ape-jsf/Source/Core/Core.js,http://192.168.1.8/ape-jsf/Source/Pipe/Pipe.js,http://192.168.1.8/ape-jsf/Source/Pipe/PipeProxy.js,http://192.168.1.8/ape-jsf/Source/Pipe/PipeMulti.js,http://192.168.1.8/ape-jsf/Source/Pipe/PipeSingle.js,http://192.168.1.8/ape-jsf/Source/Request/Request.js,http://192.168.1.8/ape-jsf/Source/Request/Request.Stack.js,http://192.168.1.8/ape-jsf/Source/Request/Request.CycledStack.js,http://192.168.1.8/ape-jsf/Source/Transport/Transport.longPolling.js,http://192.168.1.8/ape-jsf/Source/Transport/Transport.SSE.js,http://192.168.1.8/ape-jsf/Source/Transport/Transport.XHRStreaming.js,http://192.168.1.8/ape-jsf/Source/Transport/Transport.JSONP.js,http://192.168.1.8/ape-jsf/Source/Core/Utility.js,http://192.168.1.8/ape-jsf/Source/Core/JSON.js baseUrl : http://192.168.1.8/ape-jsf domain : 192.168.1.8 server : ape.192.168.1.8:6969 Running test : Setting document.domain Running test : Checking APE.Config.baseUrl APE JSF Version 1.0 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.192.168.1.8:6969 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 -- 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/
