Hey, the last few hours I spent reading everything I found on google about this problem, without solution so far.
When running the APE Check Tool I always get: Running test : Init Running test : Loading Client Running test : Loading config Config values are : identifier : ape init : true frequency : 0 scripts : http://debian5:82//Source/mootools-core.js,http://debian5:82//Source/Core/APE.js,http://debian5:82//Source/Core/Events.js,http://debian5:82//Source/Core/Core.js,http://debian5:82//Source/Pipe/Pipe.js,http://debian5:82//Source/Pipe/PipeProxy.js,http://debian5:82//Source/Pipe/PipeMulti.js,http://debian5:82//Source/Pipe/PipeSingle.js,http://debian5:82//Source/Request/Request.js,http://debian5:82//Source/Request/Request.Stack.js,http://debian5:82//Source/Request/Request.CycledStack.js,http://debian5:82//Source/Transport/Transport.longPolling.js,http://debian5:82//Source/Transport/Transport.SSE.js,http://debian5:82//Source/Transport/Transport.XHRStreaming.js,http://debian5:82//Source/Transport/Transport.JSONP.js,http://debian5:82//Source/Core/Utility.js,http://debian5:82//Source/Core/JSON.js baseUrl : http://debian5:82/ domain : debian5 server : ape.debian5:6969 Running test : Setting document.domain Running test : Checking APE.Config.baseUrl APE JSF Version 1.0 Running test : Contacting APE Server domain = debian5 Running test : Contacting APE Server (adding frequency) Running test : Initializing APE Client Can't load APE JSF My Server part of the ape.conf looks like this: Server { port = 6969 daemon = yes ip_listen = 0.0.0.0 domain = debian5 rlimit_nofile = 65536 pid_file = /var/run/aped.pid } And in the config.js I have the following: APE.Config.baseUrl = 'http://debian5:82/'; //APE JSF APE.Config.domain = 'debian5'; APE.Config.server = 'ape.debian5:6969'; //APE server URL I tried changing the domain in both to auto with no result. My Virtual Host on the Apache is also set: <VirtualHost *:82> ServerName debian5 ServerAlias ape.debian5 *.ape.debian5 DocumentRoot /var/www/ ErrorLog /var/log/apache2/ape-error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel debug CustomLog /var/log/apache2/ape-access.log "combined" IndexOptions FancyIndexing ScanHTMLTitles IconsAreLinks FoldersFirst </VirtualHost> Anyone has any guess what else could be wrong? I am getting crazy here :D -- 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/
