i was told a while back that 0.0.0.0 represents ANY ip the server happens to 
have - it binds all to port 8080 or whichever it was specified at startup

this answer was NOT researched, but it made enough sense for me not to invest 
time looking for a deeper answer.  

On Thu, Apr 1, 2010 at 9:06 AM, [email protected] wrote:
I have found that for some small applications, webpy's built in web server 
works well enough to not have to mess with apache or something else.

When you run a webpy app using the built in server, it always seems to display 
http://0.0.0.0:8080/, which I guess indicates the address and port on which it 
is listening.  Is there any way to get it to display the actual IP address, 
i.e., 192.168.0.7:8080?  I always end up using ifconfig or ipconfig to figure 
that out. I haven't been able to find any Python code that easily figures it 
out.

Thanks,
Mark

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en.

Reply via email to