Welcome to our HTTP 1.1 Web Server!
This server was made for high availability taking Nginx as reference. It has some features like:
- Displaying static and dynamic web pages using cgi
- Hosting multiple servers in one system port
- GET, DELETE and POST request handling
This server was developed for MacOs Ventura
- Open a terminal
- Clone the repository
git clone github.com/apena-ba/webserv/webserv.git <path-to-clone>
- Set up the configuration
To set the server up, its necessary to specify the path for the basic pages and cgi into server.conf
To build the server, run 'make' command into your terminal
After the project is compiled, run the server with:
./webserv <path-to-server.conf>