@Evertjan: thank you but i think that the url is correct without the slash :)
@Liang: thank you, there was a problem with the dns of my provider; now the dns are correct; with the same configuration, if i test http://lanaro.net/jsf/Tools/Check/ the result is: Can't contact APE Server the server is started; i don't know if the problem is the lighttpd configuration: $HTTP["host"] =~ "(^|\.)lanaro\.net$" { server.document-root = "/var/www/lanaro.net" } $HTTP["host"] =~ "lanaro\.net$" { server.document-root = "/var/www/lanaro.net" } or the port 6969 closed or what :) Thanks to all for all the help :) On 20 Ago, 05:47, ma liang <[email protected]> wrote: > http://lanaro.net/jsf/Source/Core/APE.js > > seems redirected to another page: > > <html><head> > > <title></title></head> > <!-- Redirection Services ASH01WRED08 H1 --> > <frameset rows='100%, *' frameborder=no framespacing=0 border=0> > <frame src="http://151.1.162.54/jsf/Source/Core/APE.js" > name=mainwindow frameborder=no framespacing=0 marginheight=0 > marginwidth=0></frame> > </frameset> > <noframes> > <h2>Your browser does not support frames. We recommend upgrading your > browser.</h2><br><br> > <center>Click <a > href="http://151.1.162.54/jsf/Source/Core/APE.js">here</a> to enter > the site.</center> > </noframes></html> > > You need to remove this redirect. > > 2010/8/19 Evertjan Garretsen <[email protected]> > > > > > Hello Marco, > > > Have you tried putting a slash after the url > > example:http://lanaro.net/jsf/ > > > Evertjan > > > On Aug 19, 4:00 pm, Marco <[email protected]> wrote: > > > 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 iswww.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]<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/
