fixed race condition
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user