jasonswett Posted October 4, 2008 Share Posted October 4, 2008 I came across a problem while trying to use Django and I suspect it's actually an Apache problem. My server's URL is http://192.168.0.102/ and that address is known to work. I type the following command and get the following output: jason@pizza:~/python/mysite$ python manage.py runserver Validating models... 0 errors found Django version 1.0-final-SVN-unknown, using settings 'mysite.settings' Development server is running at http://127.0.0.1:8000/ Quit the server with CONTROL-C. Since I know my IP address is 192.168.0.102 and not 127.0.0.1, I go to http://192.168.0.102:8000/, but it doesn't work. Any ideas as to what could be wrong? I'm using Apache 2.2.4 on Ubuntu Server. Thanks, Jason Link to comment https://forums.phpfreaks.com/topic/127005-cant-get-port-8000-to-work/ Share on other sites More sharing options...
jasonswett Posted October 4, 2008 Author Share Posted October 4, 2008 Nevermind - I just remembered that the server being run is a server written in Python, so it's definitely not an Apache problem. Link to comment https://forums.phpfreaks.com/topic/127005-cant-get-port-8000-to-work/#findComment-656991 Share on other sites More sharing options...
corbin Posted October 5, 2008 Share Posted October 5, 2008 Port 8000 probably isn't open. Link to comment https://forums.phpfreaks.com/topic/127005-cant-get-port-8000-to-work/#findComment-657652 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.