I am testing to see if I can serve a simple Python website on an Apache web server. I installed mod_wsgi, modified httpd.conf and etc/hosts file.
I am tailing the server error log, and I have been waiting for wsgi script to load. Below is the message
[Thu Dec 22 15:46:40 2016] [info] [client xxx.xxx.xx.xx] mod_wsgi (pid=5191, process='hello', application='myapp.com|'): Loading WSGI script '/var/www/hello/hello.wsgi'.
I am wondering how long I should be waiting at this message. Currently, when I navigate to the site through myapp.com, I get an ERR_EMPTY_RESPONSE message.
Thank you so much for all your help!