We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows build number: 10.0.16299.192
10.0.16299.192
Hardware configuration:
Processor: Intel64 Family 6 Model 158 Stepping 9 GenuineIntel ~2808 Mhz Total Physical Memory: 8,072 MB SSD
Applications involved:
apache2/xenial-updates,xenial-security,now 2.4.18-2ubuntu3.5 amd64
python3/xenial,now 3.5.1-3 amd64
libapache2-mod-wsgi-py3/xenial,now 4.3.0-1.1build1 amd64
What I'm doing:
/var/www/html
virtualenv
Relevant section from Apache's 000-default.conf site configuration:
000-default.conf
WSGIDaemonProcess test_app user=www-data group=www-data processes=1 threads=5 python-home=/var/www/html/venv/lib/python3.5/site-packages/ request-timeout=1 WSGIScriptAlias / /var/www/html/wsgi.py <Directory /var/www/html> WSGIProcessGroup test_app WSGIApplicationGroup %{GLOBAL} Require all granted </Directory>
What's wrong:
request-timeout=1
request-timeout
What should be happening instead:
Hypothesis:
The text was updated successfully, but these errors were encountered:
CONTRIBUTING.md. Probably #1671 et al given the nature of the pause, but who knows.
Sorry, something went wrong.
No branches or pull requests
Windows build number:
10.0.16299.192
Hardware configuration:
Applications involved:
apache2/xenial-updates,xenial-security,now 2.4.18-2ubuntu3.5 amd64
python3/xenial,now 3.5.1-3 amd64
libapache2-mod-wsgi-py3/xenial,now 4.3.0-1.1build1 amd64
What I'm doing:
/var/www/html
using Apache and WSGIvirtualenv
Relevant section from Apache's
000-default.conf
site configuration:What's wrong:
request-timeout=1
, processing still takes as long as 10 seconds.request-timeout
, processing hangs indefinitely.What should be happening instead:
Hypothesis:
The text was updated successfully, but these errors were encountered: