Login into http://..../admin You will find that the app you are trying to access (/ can be "welcome" or "init") is disabled. An app can be enabled or disabled from the web interface. When it is disabled web2py creates creates a file applications/<app>/DISABLED. You can re-enable it from the web interface or simply delete the DISABLED file.
On Thursday, 25 July 2013 20:01:46 UTC-5, Jake Angulo wrote: > > > Hi All, > > Im pretty embarrassed to ask this question but im stuck for half a day on > this. > > Starting web2py with: > /home/www-data/web2py/web2py.py -a <mypasswd> -i <Public_IP> -p 80 > > It starts up alright with no error, and getting the familiar message. > > But when I browse: http://<Public_IP> > > The browser displays: "Temporarily down for maintenance" > > *** Im stumped because I got this to work on the same server with Nginx > reverse proxy on http & https! Im just running web2py naked on public IP > because I am trying to debug a Paypal IPN handler code! -- because I > suspect Paypal IPN simulator isnt actually getting through from Nginx to > web2py :((( > *** running web2py source 2.5.1-stable on Debian 6.0.7 > *** IPtables turned off for debugging > > WHY OH WHY??? > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

