Changes between Version 8 and Version 9 of UoL LAMP HowTo Install Python Flask Applications


Ignore:
Timestamp:
10/01/18 14:37:50 (6 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UoL LAMP HowTo Install Python Flask Applications

    v8 v9  
    183183    And changing ENV1, 2 & 3 to be appropriate environment values.
    184184
     1853. Edit the Apache modules conf:
     186
     187{{{
     188vi /local/apache2/etc/loadmodule.conf
     189}}}
     190
     1914. Add the following line to the end of the file:
     192
     193{{{
     194LoadModule      wsgi_module             /opt/python3/lib/mod_wsgi.so
     195}}}
     196
     1975. Restart Apache using the command:
     198
     199{{{
     200sudo /etc/init.d/uol.apache2 restart
     201}}}
     202
    185203[[BackLinks]]