diff --git a/Dev Logs.md b/Dev Logs.md index 350057e..ffe7faa 100644 --- a/Dev Logs.md +++ b/Dev Logs.md @@ -15,8 +15,13 @@ These are daily and weekly summaries of the work thats been done on webqueue2. T - **Note:** Commands run through the virtual environment's interpreter MUST be run on templeton. - Found that Flask will not run under mod_python. I need mod_wsgi. Tomorrow will be spent making sure this works before requesting it. - - +### Tuesday - 7/14/20 +- Experiemented with mod_wsgi configuration + +### Wednesday - 7/15/20 +- Got mod_wsgi-py3 running under Ubutnu 18.04. See [installation notes](https://github.rcac.purdue.edu/ECN/webqueue2/blob/master/docs/Installing%20Apache2%20and%20mod_wsgi%20on%20Ubuntu%2018.04.md). +- Got mod_wsgi-p2 running under CentOS 6.10. +