-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the Webserv wiki! This guide provides an overview of the various aspects of our server and how to configure and use it effectively. Below you will find links to the detailed documentation for each topic:
The config file is an essential component of our web server. It allows you to customize various settings and parameters to tailor the server's behavior according to your requirements. This documentation provides detailed information on the structure and options available in the config file.
Click here to access the Config File documentation
HTTP is the foundation of communication between web servers and clients. This documentation delves into the intricacies of the HTTP protocol, including request and response structures, status codes, headers, and handling different types of HTTP requests. Whether you are developing web applications or managing server configurations, understanding HTTP is vital.
Click here to access the HTTP documentation
Understanding sockets is crucial for building and managing network connections in a web server. This section of the documentation explains the fundamentals of sockets and how they enable communication between the server and clients. It also covers important concepts like TCP/IP, listening for incoming connections, and handling multiple connections simultaneously.
Click here to access the Sockets documentation
We hope this documentation provides you with the necessary information to configure and utilize our web server effectively. If you have any further questions or need assistance, feel free to reach out. Happy coding!