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
https://forums.phpfreaks.com/topic/127005-cant-get-port-8000-to-work/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.