is_cgi function is back and is working

+ in utils added function eval_file_mode(), it returns http errors codes about file
This commit is contained in:
Hugo LAMY
2022-08-14 01:05:20 +02:00
parent 285f2d049f
commit db4c7468cc
9 changed files with 100 additions and 35 deletions

2
srcs/cgi-bin/cgi.sh Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#! /usr/bash
#! /bin/bash
echo "status: 100\r\n"
echo "\r\n\r\n"
echo "hiii"