fixed race condition

This commit is contained in:
BuildTools
2022-03-06 23:41:46 -05:00
parent 3e24a96f9a
commit 2ab5bc546c
2 changed files with 6 additions and 6 deletions

View File

@@ -19,8 +19,6 @@ By default the application is compiled to utilize `/var/www/html` as the WEB roo
- All new connections will spawn a child process which is used to deal with the request
- If the process takes longer than 5 seconds to resolve the request, the child process will be killed
- php-cgi seems to randomly return empty data from scripts without throwing an error message (these are caught and a HTTP 500 response is return)
- If the request is made again it will eventually return correct data (this seems to be an issue with php-cgi and not this application)
- Running `make genCerts` will generate a root authority and generate certificates to utilize for the web server
- Certificate authority related files start with `ca` while the certificates which should be utilized for the web server omit the `ca`
- Making a request to the web server which does not match the current protocol (e.g. making a https request when it is server http) will result in the server ignoring the request