Hi Nicolas, The problem reported by user is correct. I even ran into this issue when doing a multiple domain setup. You have helped me to tied over the problem. The test script is not updated. It does not trucate to master domain rather it takes document.domain as the base for comparision with ape-jsf domain and Ape.conf domain.
Please see this thread http://groups.google.co.in/group/ape-project/browse_thread/thread/24167df259f1e45e/33275fa4137db45e?lnk=gst&q=domain+m4manas#33275fa4137db45e On Jun 18, 5:24 pm, Manas B <[email protected]> wrote: > The problem is the test script is not updated to current version. Write a > hello world example this will work. > > > > On Fri, Jun 18, 2010 at 3:21 PM, FaveDiFuca <[email protected]> wrote: > > Hi all. > > > I need to run APE on a virtual server with Centos with Apache. > > > I configured this way. > > > HTTPD.CONF > > > <VirtualHost *> > > > Servername dominio.it > > ServerAlias ape.dominio.it > > ServerAlias *.ape.dominio.it > > > DocumentRoot "/var/www/vhosts/dominio.it/httpdocs/ape-jsf/" > > > </VirtualHost> > > > ---------------------- > > > APE.CONF > > > Server { > > port = 6969 > > daemon = no > > ip_listen = 0.0.0.0 > > domain = dominio.it > > rlimit_nofile = 10000 > > pid_file = /var/run/aped.pid > > } > > > ---------------------- > > > CONFIG.JS > > > APE.Config.baseUrl = 'http://dominio.it/ape-jsf/';//APE JSF > > APE.Config.domain = 'dominio.it'; > > APE.Config.server = 'ape.dominio.it:6969'; //APE server URL > > > ---------------------- > > > I've created a subdomain ape.dominio.it and it's working fine. > > > I callhttp://dominio.it/ape-jsf/Tools/Check/ > > > and the result is > > > 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.dominio.it:6969 > > > What's wrong with this configuration? > > Can you please provide some info about this issue? > > > Thank you very much, > > Max > > > -- > > 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]<ape-project%2bunsubscr...@googlegr > > oups.com> > > 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/
