[CentOS] Firefox Sync Server 1.5 on CentOS 7

Gordon Messmer gordon.messmer at gmail.com
Sun Oct 22 19:37:05 UTC 2017


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>




More information about the CentOS mailing list