🏗️」 wip: started working on cgi finally

This commit is contained in:
2025-05-15 14:25:45 +02:00
parent 3300dcd057
commit 67cf7a1c3a
6 changed files with 94 additions and 29 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/10 13:43:54 by adjoly #+# #+# */
/* Updated: 2025/05/08 12:05:38 by adjoly ### ########.fr */
/* Updated: 2025/05/15 12:02:30 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -18,5 +18,6 @@
#define SAMPLE_CONF_PATH "/etc/webserv/default.conf"
#endif
#define WEBSRV_VERSION "v0.2"
#define WEBSRV_NAME "webserv"
bool help(int, char **);