Skip to content

prownd/simple_web_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A simple web server

Resources

Stars

Watchers

Forks

Packages

No packages published