Question: Write a program in C that accepts a port number as a command line argument, and starts an HTTP server. This server should constantly accept()
Write a program in C that accepts a port number as a command line argument, and starts an HTTP server. This server should constantly accept() connections, read requests of the form GET /path HTTP/1.1 read the file indicated by /path, and send it over the "connect" file descriptor returned by the call to accept().
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
