4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

GAE/Pyのdev_appserver.pyで外部(localhost以外)から接続可能にするには

Last updated at Posted at 2013-04-03

dev_appserver.pyで--hostオプションによりbind先アドレスを指定する。0.0.0.0であればどのインターフェイスからでも接続可能

$ google_appengine/dev_appserver.py --host 0.0.0.0 helloworld

VirtualBox上にLinux環境を構築してポートフォワーディングでホストOSからテストしようとした時にハマった。

4
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?