ckan / ckan/datapusher

Default WSGI config does not match mod_wsgi recommendation

Open
#177 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.