Skip to content

EthanDelage/Webserv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webserv

This project is about writing your own HTTP server.

Installation

To install webserv, first clone the repository:

git clone https://github.com/EthanDelage/Webserv.git
cd Webserv

To get the executable, run the following command:

make

Usage

To run the server you need to have a correctly formatted configuration file.
More information about configuration can be found at docs/config_file.md.

Launch server

Run the following command:

./webserv path_to_config_file.conf

Contributors

About

Webserv project for 42 school

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published