Yeah, that either of those sound like what I'll have to do. I tried the ssh tunnel, but it didn't seem to have much effect: ssh -L 80:web2py.mydomain.com:8080 lo...@dreamhost.com ssh -L 8080:localhost:80 lo...@dreamhost.com [and various other permutations] I then tried going to localhost:8080 and got nada
Clearly my shellFu is not up to snuff but I would think one of my guesses would have worked. I guess I'll just cripple the security, since it's not exactly a big deal if my testing site gets hacked anyway. Jesse On Mar 5, 12:19 am, Thadeus Burgess <thade...@thadeusb.com> wrote: > When I ran web2py on dreamhost I just edited my admin application and > removed the checks for https. > > Of course your best option is to use a ssh tunnel, forward the port 80 > of the server to your local port 8080 or something, since admin allows > any localhost connections to access it will work. > > -Thadeus > > On Thu, Mar 4, 2010 at 10:01 PM, Jesse <joda...@gmail.com> wrote: > > Looks like setting up self signed SSL on dreamhost requires a unique > > IP (for extra $) which I'm not exactly up for just to learn web2py > > (yes I know I can run it on my own computer). > > > As for I believe doing an SSH tunnel I don't entirely see how that > > would let me log into the admin pages. > > > Any other ways? > > > On Mar 4, 12:45 pm, Jesse <joda...@gmail.com> wrote: > >> Using virtualenv seemed to do the trick. > > >> Although, I'm sure it doesn't matter now when I ran "import dbhash" I > >> got a several line long error: > >> Traceback (most recent call last): > >> File "<stdin>", line 1, in <module> > >> File "/home/username/opt//lib/python2.5/dbhash.py", line 5, in > >> <module> > >> import bsddb > >> File "/home/username/opt//lib/python2.5/bsddb/__init__.py", line 51, > >> in <module> > >> import _bsddb > >> ImportError: No module named _bsddb > > >> Another question: Any tips on getting into the Admin screens via > >> https? or at least without removing the security. > >> I'm guessing something like a self signed key will likely work, but > >> I'm unfamiliar. > >> I > >> found:http://web2py.com/AlterEgo/default/show/140http://web2py.com/AlterEgo... > > >> I haven't tried either yet, but I hate running stuff without really > >> knowing what they're supposed to do since you can end up doing > >> unforeseen things. > > > -- > > You received this message because you are subscribed to the Google Groups > > "web2py-users" group. > > To post to this group, send email to web...@googlegroups.com. > > To unsubscribe from this group, send email to > > web2py+unsubscr...@googlegroups.com. > > For more options, visit this group > > athttp://groups.google.com/group/web2py?hl=en. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.