On Mon, Jan 4, 2010 at 12:04 PM, simonecare...@gmail.com <
simonecare...@gmail.com> wrote:

> > python2.5 manage.py runserver 0.0.0.0:8000, but i can't point my web
> > browser to that address.
>
> Of course I mean MY.IP.ADDRESS:8000. :)
>
>
>
> On Jan 4, 12:01 pm, "simonecare...@gmail.com"
> <simonecare...@gmail.com> wrote:
> > Hi everyone,
> >
> > i've just setted up a new Centos 5.4 based cloud server at Rackspace.
> > Installed Python2.5 and virtualenv, devel-tools, and all went ok but I
> > can't reach the development server.
> >
> > I started a new django project, then launched
> >
> > python2.5 manage.py runserver 0.0.0.0:8000, but i can't point my web
> > browser to that address.
> >
> > Any ideas?
> >
>

take a look with: netstat -ltnp|grep python
can you ping YOUR.IP.ADDRESS ??
what say nmap YOU.IP.ADDRESS -p 8000 (client side) ?
check your /etc/hosts (client side)
check your /etc/hosts.deny (server and client side)
maybe something with iptables: iptables -F
in server side.. can you connect with: links2 http://localhost:8000  ?
Maybe Firewalls on the way?



> > Also tried to disable SELinux, but nothing changed.
> >
> > Thanks,
> > Simone.
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to