google app engine - dev_appserver.py run on fqdn hostname -
how run dev_appserver.py run on http://fullyqualifieddomainname:8080
other http://localhost:8080
i running dev_appsever.py via ssh in vm in cloud.
first of not supported configuration , highly discouraged performance , security reasons. might want check if violates licensing terms in jurisdiction.
however, if insist , testing purposes etc should it
dev_appserver.py --host ipaddress
the ipaddress should address fullyqualifiedname resolves to.
Comments
Post a Comment