curl: (52) Empty reply from server

On Tuesday, August 19, 2014 9:21:34 AM UTC-7, Tom Evans wrote:
>
> On Tue, Aug 19, 2014 at 5:07 PM, Andrew Koller <[email protected] 
> <javascript:>> wrote: 
> > Yes they are on the same computer and no, I don't get any additional 
> output 
> > to the console. I know that something is sort of working because the 
> chrome 
> > error message changes from "This webpage is not available" to "No data 
> > received" on 127.0.0.1:8000 
> > 
>
> From another console on the same machine: 
>
> telnet 127.0.0.1 8000 
>
> If it then says "Connected to localhost." type this in and hit return 
> twice afterwards 
>
> GET / HTTP/1.1 
> Host: 127.0.0.1 
>
> Alternatively, if you have curl installed: 
>
> curl -I http://127.0.0.1:8000/ 
>
> Show the full output of either command please. 
>
> Cheers 
>
> Tom 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/213ce2cf-4642-4e23-8f68-7694fc2d9f58%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to