Ok my question here should've been more to the point. The bottom line is: I have a remote linux box and I started up web2py on it just fine - it's prompting me to visit port 8000 on the localhost.
However, when I try to visit that port remotely, I am unable to establish a connection via http or https.
So the question becomes, what is the fastest simplest way to provide remote admin access to web2py? I dont feel like setting up Apache and mod_proxy (although I did manage to get it setup) and I dont feel like configuring Apache to use this wsgi wrapper. If those are my only 2 options, then so be it, I will try to get that done.
But I'd rather just start up web2py with some sort of option that allows secure remote access and be done with it.