Jump to content

Can't get port 8000 to work


jasonswett

Recommended Posts

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.