Default WSGI config does not match mod_wsgi recommendation
Open
- Dominant language
- Python
- Stars
- 82
- Forks
- 157
- PR merge metrics
- No merged PRs in 30d
Description
The default Apache config file at `deployment/datapusher.conf` sets "WSGIDaemonProcess ... processes=1"; however, the `mod_wsgi` documentation at https://modwsgi.readthedocs.io/en/develop/user-guides/processes-and-threading.html#the-mod-wsgi-daemon-processes recommends that if you only want a single process, then you should not set the "processes" parameter at all.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.