Hello to all, I apologize in advance for my language, But I'm italian :D I developed a project with ape server in a local machine without ever finding difficult.
Now I would like to bring the project in my Debian VPS. In the VPS is installed lighttpd instead of apache webserver. The domain is www.lanaro.net. I installed the ape debian package. config.js: APE.Config.baseUrl = 'http://lanaro.net/jsf'; APE.Config.domain = 'lanaro.net'; APE.Config.server = 'ape.lanaro.net:6969'; lighttpd.conf: $HTTP["host"] =~ "(^|\.)lanaro\.net$" { server.document-root = "/var/www/lanaro.net" } If i test: http://www.lanaro.net/jsf/Tools/Check/ the result is: Your variable APE.Config.baseUrl is wrong in Demos/config.js Can anyone help me please? I'm a developer, not a system administrator :D Thank you so much :) -- 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/
