Skip to content

qgiraux/WebServ

Repository files navigation


WebServ

This is a simple http1.1 server, coded in c++98, for Ecole 42 Paris.
Explore the docs »
· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

This is a simple http1.1 server, able to hanlde requests GET, POST, and DELETE, as well as CGIs. The project must be launched with a .conf file associated, based onn the same structure as nginx conf files. For more information, please check the wiki

(back to top)

Built With

  • C++
  • Python
  • PHP

(back to top)

Contributors

Getting Started

  • clone the repository in your desired folder
  • in console, use the commande make to compile the project
  • execute the binary file, with a .conf as parameter, either one given in conf_files, or one of your own making

Issues

See the open issues for a full list of proposed features (and known issues).

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published