adding first tests with cgi

This commit is contained in:
hugogogo
2022-07-27 20:47:13 +02:00
parent d4a14798f4
commit 8477669e6f
9 changed files with 146 additions and 14 deletions

View File

@@ -158,6 +158,11 @@ SERVER_SOFTWARE : the server software you're using (e.g. Apache 1.3)
```
REDIRECT_STATUS : for exemple, 200
```
#### cgi questions :
- when should we use the cgi ?
- execute cgi based on certain file extensions as defined in configuration file
- if the path lead to the cgi script ?
- for certain methods like POST GET or DELETE ?
---
## ressources