Displaying 3 results from an estimated 3 matches for "wsgipassauthor".
2017 Oct 22
2
Firefox Sync Server 1.5 on CentOS 7
Hi,
I'm currently experimenting with setting up my own Firefox Sync Server
on a public server running CentOS 7, following this document:
https://mozilla-services.readthedocs.io/en/latest/howtos/run-sync-1.5.html
So far I have a partial success. Bookmarks are syncing via the basic
internal server running on port 5000, and I can also configure a MySQL
database for bookmark storage. What I
2017 Oct 22
0
Firefox Sync Server 1.5 on CentOS 7
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">
? R...
2017 Oct 23
1
Firefox Sync Server 1.5 on CentOS 7
Le 22/10/2017 ? 21:37, Gordon Messmer a ?crit?:
>
> 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/loc...