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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
corbin Posted October 5, 2008 Share Posted October 5, 2008 Port 8000 probably isn't open. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.