Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 540 Bytes

File metadata and controls

26 lines (17 loc) · 540 Bytes

Description

A simple web server daemon. accept request using HTTP, the server responds conents.

Compile

cd src  
make  

cd ../  
./simple_web_server 

Doc

The document root directory of web server is html, it contain some html page and images.
The web server listen on port 8080 ,if it comflict with using port . you can change it.
modify port number in file src/init_socket.h. then restart it

access the web server via http://ip:8080/

Email

you can contact me with mail hanjinpeng127@163.com