Regarding the functioning of the HTTP server [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. As all of us uses the HTTP protocol … Read more

What’s the state message useful for in a HTTP response message? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 9 years ago. Improve this question My book makes an example where the first line of the HTTP response is: HTTP/1.1 200 OK Then there is a table where … Read more

Network traffic shaping, understanding if a video is being watched from Facebook [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 8 years ago. I am tring to determine which web sites … Read more

How to configure nginx to send traffic to internal ip based on hostname? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question I’m planning on setting up a VPS “service” just for a couple of my friends to use, but I only have one IP. … Read more

Web server crashes after RAM memory gets exhausted at 99%? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question I’m running an ecommerce website and it’s been running fine for a while now, but lately it keeps on crashing on me. It … Read more

Security certificate only displays with HTTPS and not HTTP [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 years ago. Improve this question I have a security certificate installed on my Ubuntu server, running Apache. When I visit my site using the HTTPS protocol, the green … Read more

Why does youtube uses http for video uploads? [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago. Improve this question I researched a bit and found that YouTube uses http for file upload. I also found … Read more

GET COMMAND in HTTP Request

I cannot use GET command to get the web site body content only. For example: [root@mrtg home]# echo -e “GET / HTTP/\r\nHost: test.com:80\r\n\r\n” | nc 192.168.1.201 80 HTTP/1.1 200 OK Date: Sun, 20 Mar 2016 13:45:49 GMT Server: Apache/2.2.15 (CentOS) Last-Modified: Sun, 20 Mar 2016 10:28:08 GMT ETag: “6068a-10-52e786faf8f79” Accept-Ranges: bytes Content-Length: 16 Connection: close … Read more