Thanks of your help. I just fix it. :) what ever, I just don't want every one can visit database by such well-known URL "_ah/admin". So I change it.
On Aug 25, 12:13 am, "Nick Johnson (Google)" <[email protected]> wrote: > Hi Allen, > > On Mon, Aug 24, 2009 at 4:37 PM, Allen <[email protected]> wrote: > > > Hi Johnson, > > > I run the application in my local LAN. for example: > > > dev_appserver.py -a 192.168.1.1 -p 80 myapp > > > then every one under 192.168.1.x can visit this app byhttp://192.168.1.1/ > > but they can also visit the database directly by > >http://192.168.1.1/_ah/admin > > How can I make sure the "_ah/admin" can be only use at where the > > dev_appserver.py server running on? > > You can't, unless you use a reverse proxy in front of the dev_appserver. The > dev_appserver isn't designed for this sort of deployment scenario - it's > supposed to be used entirely for local development - so even if you can > block the /_ah URLs, I wouldn't recommend this approach. > > If you want to deploy locally, you might want to look into alternatives like > TwistedAE or AppScale. > > -Nick Johnson > > > > > > > > > Thanks! > > > On Aug 24, 6:05 pm, "Nick Johnson (Google)" <[email protected]> > > wrote: > > > Hi Allen, > > > > On Mon, Aug 24, 2009 at 2:36 AM, Allen <[email protected]> wrote: > > > > > As we know we can use "http://localhost/_ah/admin" to go through the > > > > local database before upload to GAE. And we can not directly use > > > > "http://www.mydomain.com/_ah/admin" to visit the online database after > > > > "appcfg.py" to GAE. > > > > > My question is: > > > > > how can I achieve the same as online database? How to limit the local > > > > "_ah/admin"? > > > > > When I developing local webserver, I don't wanna everyone can visit > > > > database directly by "_ah/admin" > > > > You shouldn't be using the dev_appserver anywhere that untrusted users > > can > > > access it. Also, by default the dev_appserver is only accessible from the > > > machine it's running on - it's not possible to make requests to it from > > > another machine. > > > > -Nick Johnson > > > > > Thanks a lot!!! > > > > -- > > > Nick Johnson, Developer Programs Engineer, App Engine > > -- > Nick Johnson, Developer Programs Engineer, App Engine --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
