Changes between Version 8 and Version 9 of UoL LAMP HowTo Install Python Flask Applications
- Timestamp:
- 10/01/18 14:37:50 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UoL LAMP HowTo Install Python Flask Applications
v8 v9 183 183 And changing ENV1, 2 & 3 to be appropriate environment values. 184 184 185 3. Edit the Apache modules conf: 186 187 {{{ 188 vi /local/apache2/etc/loadmodule.conf 189 }}} 190 191 4. Add the following line to the end of the file: 192 193 {{{ 194 LoadModule wsgi_module /opt/python3/lib/mod_wsgi.so 195 }}} 196 197 5. Restart Apache using the command: 198 199 {{{ 200 sudo /etc/init.d/uol.apache2 restart 201 }}} 202 185 203 [[BackLinks]]