Difference between revisions of "Setting up Flask on IIS"

From PeformIQ Upgrade
Jump to navigation Jump to search
(Created page with " =From scratch on PROCYON= Image of Console * Check that I have FastCGI Installed. If not - install it. Category:Microsoft Category:IIS Category:Flask Ca...")
 
Line 7: Line 7:
* Check that I have FastCGI Installed.  If not - install it.
* Check that I have FastCGI Installed.  If not - install it.


* Add the new web site
* Check Basic Settings
* Setup FastCGI


* Go to Handler Mappings
* Add Module Mapping
* Need to go to Top of Connections Pane - and select FastCGI Settings - (double click on Icon).  Then burrow down into Environment Variables and add:
PYTHONPATH    C:\www\sites\flask
WSGI_HANDLER  server.app





Revision as of 19:20, 3 August 2017


From scratch on PROCYON

Image of Console

  • Check that I have FastCGI Installed. If not - install it.
  • Add the new web site
  • Check Basic Settings
  • Setup FastCGI
  • Go to Handler Mappings
  • Add Module Mapping
  • Need to go to Top of Connections Pane - and select FastCGI Settings - (double click on Icon). Then burrow down into Environment Variables and add:
PYTHONPATH    C:\www\sites\flask
WSGI_HANDLER  server.app