Total Pageviews

Monday 19 August 2019

uws

Light weight http server written in C。
UWS(Usbuild Web Server)

Introduction

UWS is a light weight http server written in C, It can ONLY work under Linux(3.2.0 or upper).It's a practise while reading and , just for fun, so DON'T use it in production environment.

Features

  • Work under HTTP/1.1
  • ONLY Support GET and POST Method
  • Support 304 status and If-Modified-Since header
  • Gzip and deflate support
  • Basic Fast-CGI support
  • Index module can determine what to show when access a directory
  • Vhost, at different port
  • Rewrite Engine
  • HTTP Basic Authorize

Depends

  • zlib1g-dev
  • libpcre3-dev
  • libssl-dev

How to Use

Clone this respository, Run make command in the project directory. uws.conf is the configuration file, you can change it to follow your needs.

from https://github.com/usbuild/uws

No comments:

Post a Comment