On 10/22/2017 09:40 AM, Nicolas Kovacs wrote: > Before I go into further details, has anybody here managed to get this > thing to run on CentOS ? Yes, I use the following httpd configuration file: WSGIProcessGroup sync WSGIPassAuthorization On WSGIDaemonProcess sync user=apache group=apache processes=2 threads=25 python-path=/usr/local/lib/sync-1.5/syncserver/local/lib/python2.7/site-packages/ WSGIScriptAlias /sync1.5 /usr/local/lib/sync-1.5/syncserver/syncserver.wsgi <Directory "/usr/local/lib/sync-1.5"> Require all granted </Directory>