Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
282 views
in Technique[技术] by (71.8m points)

Apache-Server, mod_wsgi, flask on windows

I have an flask built and i wanted to shift the server to apache and I found a few links and a followed one of them. https://thilinamad.medium.com/flask-app-deployment-in-windows-apache-server-mod-wsgi-82e1cfeeb2ed I had now my issue is that the server would start and port is 80 and I am running it on localhost when I try running the application it keeps loading. this is my error log and the access log. when I looked for 408 it said server timed-out but may I know what might be the cause?

[Fri Jan 29 14:28:03.366674 2021] [mpm_winnt:notice] [pid 13632:tid 948] AH00364: Child: All worker threads have exited.
[Fri Jan 29 14:28:03.432616 2021] [mpm_winnt:notice] [pid 23896:tid 828] AH00430: Parent: Child process 13632 exited successfully.
[Fri Jan 29 14:28:06.939308 2021] [mpm_winnt:notice] [pid 16956:tid 804] AH00455: Apache/2.4.46 (Win64) mod_wsgi/4.7.1 Python/3.7 configured -- resuming normal operations
[Fri Jan 29 14:28:06.940107 2021] [mpm_winnt:notice] [pid 16956:tid 804] AH00456: Apache Lounge VS16 Server built: Dec  9 2020 13:42:35
[Fri Jan 29 14:28:06.941104 2021] [core:notice] [pid 16956:tid 804] AH00094: Command line: 'httpd.exe -d C:/Apache24'
[Fri Jan 29 14:28:06.948480 2021] [mpm_winnt:notice] [pid 16956:tid 804] AH00418: Parent: Created child process 13024
[Fri Jan 29 14:28:07.989753 2021] [mpm_winnt:notice] [pid 13024:tid 860] AH00354: Child: Starting 64 worker threads.

::1 - - [29/Jan/2021:14:23:40 +0530] "GET / HTTP/1.1" 403 199
::1 - - [29/Jan/2021:14:23:44 +0530] "GET /favicon.ico HTTP/1.1" 403 199
::1 - - [29/Jan/2021:14:24:40 +0530] "-" 408 -
::1 - - [29/Jan/2021:14:30:26 +0530] "-" 408 -
question from:https://stackoverflow.com/questions/65951658/apache-server-mod-wsgi-flask-on-windows

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...