Here I need to deploy flask application on windows but I am not getting clarity of steps .Can anyone suggest me some steps of deploying flask application on windows
Asked
Active
Viewed 263 times
0
-
maybe this helps you : https://stackoverflow.com/a/62512179/12368419 – cizario Jul 05 '20 at 15:38
-
for `apache` if have `xampp` or `wampserver` .. that's fine. What kind of error you get with `mod_wsgi` ? – cizario Jul 05 '20 at 15:51
-
I have installed apache only should i install xampp or wampserver and it's location is C:/Apache24 – Sakshi shrivastava Jul 05 '20 at 16:19
-
i suggest you installing `wampserver` because the given link (my answer) assumes `wampserver` installed and then you can adapt the logic even on linux server and nginx – cizario Jul 05 '20 at 16:22
-
And what about installed apache should i delete it – Sakshi shrivastava Jul 05 '20 at 16:25
-
you can ignore it, for moment, if you set the right path in `%APACHE_HOME%` environment variable – cizario Jul 05 '20 at 16:27
-
1Now its solved it's added some apache_home path and mod_wsgi_root_dir path to system variable under environment variable – Sakshi shrivastava Jul 06 '20 at 09:12