Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 442 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 442 Bytes

WebServerC

Web Server in C that serves static and dynamic content

Usage:

$ make
$ ./server [-p port] /path/to/root

As easy to use as Apache Server Just input the path to the folder to be hosted (optionally the port number) and it's online

Content Served currently [MIME type]: text/css text/html image/gif image/x-icon image/jpeg text/javascript text/x-php image/png

Request Method support: GET

Supports HTTP version HTTP/1.1