From 0e00c86063767ebbb13794f1828129923fbb6bb8 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Thu, 16 Jul 2020 09:42:11 -0400 Subject: [PATCH] Update Dev Logs --- Dev Logs.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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. +