I usually write code, not administer servers, so bear with me here!
I'm running a python script to act as a webserver and I also have Apache installed on the same machine.
When I run the python script, I get the success message:
Running on http://127.0.0.1:5000/
However, when browse to the IP address of my server on my local network (192.168.0.2) I get the Apache page. When I browse to 192.168.0.2:5000 I get 'Oops! Google Chrome could not connect to 192.168.0.2:5000'.
How do I have the python server work on the local network instead of Apache?