ckan / datapusher

A standalone web service that pushes data files from a CKAN site resources into its DataStore
GNU Affero General Public License v3.0
77 stars 153 forks source link

Default WSGI config does not match mod_wsgi recommendation #177

Open ThrawnCA opened 5 years ago

ThrawnCA commented 5 years ago

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.