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.
