On Saturday, July 28, 2018 at 9:50:25 AM UTC-4, Stauros Mpol wrote:
>
> From my computer
>
> Στις Σάβ, 28 Ιουλ 2018, 16:49 ο χρήστης sandeep patel <
> [email protected]> έγραψε:
>
>> @Stauros
>> From where you are an executing your app?.in you local computer or from
>> any cloud-based virtual environment like (heroku, amazon, google cloud).
>>
>> On Sat, Jul 28, 2018 at 6:56 PM Stauros Mpol <[email protected]>
>> wrote:
>>
>>> I do this but i cant accses it and the ip is 127.0.0.1 as you see..
>>> gonna check my firewall and my anti virus ..
>>>
>>
When you start web2py, the console will always display:
please visit:
http://127.0.0.1/
But if you started it with "-i 0.0.0.0", it will be accessible from any
device on your internal network. To access the app from devices on your
internal network, you will need to know the internal IP address of your
computer, which will have been assigned by your router. It will probably be
something like 192.168.0.xxx or 10.0.0.xxx.
Are you trying to make the app accessible publicly from the internet as
well (i.e., from devices outside your local network)? In that case, you
will probably need to configure your router to accept incoming connections
over port 80 (or 8000 or some other port if you prefer), and tell it to
route such incoming connections to the internal IP address of your computer.
Is this just for testing purposes, or are you expecting to host a public
website from your computer?
Anthony
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.