how did you copy your application to new server ? if you did as root check file permissions.
On Mon, May 7, 2012 at 7:18 AM, mmstud <mms...@gmail.com> wrote: > Hi, > > just when I was thinking to move my app to other server, which should > happen in a month, I countered this sudden problem. Current application is > not responding for some unknown reason. I don't get any error logs or debug > messages on console, so I'm struggled, what is the reason for this. When > trying to connect to app from localhost admin side, I get this simple > message after waiting couple of minutes: > > An error occurred while loading http://localhost:8007/xxx/default/index > Could not connect to host x.x.x.x > > Im using Apache and running application on https i.e. 443 port on fronted, > but backend connection should be working from http localhost as pointed > above. I have restarted Apache and MySQL and Web2py, but still having same > problem. Anyone knowing, what might cause this error? >